From owner-freebsd-isp Thu May 8 17:17:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA28568 for isp-outgoing; Thu, 8 May 1997 17:17:24 -0700 (PDT) Received: from tok.qiv.com ([204.214.141.211]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA28563 for ; Thu, 8 May 1997 17:17:22 -0700 (PDT) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.8.5) with UUCP id TAA26121; Thu, 8 May 1997 19:15:28 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.5/8.8.5) with SMTP id SAA00942; Thu, 8 May 1997 18:48:31 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Thu, 8 May 1997 18:48:31 -0500 (CDT) From: "Jay D. Nelson" To: Ruslan Shevchenko cc: freebsd-isp@FreeBSD.ORG, dk+@ua.net Subject: Re: UUCP server tuning [Q] In-Reply-To: <3370D353.3337@cki.ipri.kiev.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk If I understand your situation, you want one machine to MX for the kiev.ua domain, but have everything else forwarded to your upstream UUCP connection. I think your solution is to keep DNS and use smtp, except: Define your smart relay host as your upstream provider (the DS macro). DSuucp-dom:smarthost Then set up a mailertable that has an entry like: smarthost: uucp-dom:smarthost If all your mail users are local, all should be well. If not, a mailertable entry like: subdomain.kiev.ua: smtp:host.subdomain.kiev.ua for each of their mail exchangers should solve the problem. I've never done anything like this -- so if anyone has or knows the best way, please let us know. -- Jay On Wed, 7 May 1997, Ruslan Shevchenko wrote: ->When I tried to tune FreeBSD as UUCP server, ->which accept calls from users. ->users have domains over our ->(i.e. ->user: uuu.kiev.ua ->and server is itc.ipri.kiev.ua ->) -> ->Then, during testing I want to have some table, ->and look at it *before* adding the domainname ->to the addreess without dns record. -> ->and then, I want to perform DNS lookup, ->If I not found host in this table. ->so FEAUTURE(nodns) is not for me. -> ->Is exists way to do this ? ->