Date: Sat, 10 May 1997 11:45:28 -0500 (CDT) From: "Jay D. Nelson" <jdn@qiv.com> To: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua> Cc: freebsd-isp@FreeBSD.ORG, dk+@ua.net Subject: Re: UUCP server tuning [Q] Message-ID: <Pine.NEB.3.95.970510112102.471A-100000@acp.qiv.com> In-Reply-To: <33745FEF.3BD3@cki.ipri.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
I'm doing the same thing. I haven't worried about DNS. We have hosts that are unknown to DNS so I have my /etc/resolv.conf set up with a lookup order of hosts, bind. If sendmail can resolve the address, it makes no difference if the destination is internal or external. The exception is UUCP. I use a mailertable for my UUCP neighbors, most with the uucp-dom mailer. I think if you rebuild your sendmail.cf with the uucp mailer and put the hosts you want to reach through UUCP in the mailer table, you'll have what you want. If sendmail can resolve to a host in the mailertable, it will use whatever mailer you've specified. In other words, I'm using DNS and UUCP with no problems. Mailertable: acp.qiv.com uucp-dom:acp charon uucp-dom:acp cityhall uucp:cityhall My mc file: divert(0)dnl VERSIONID(`@(#)tok-bsd.mc 8.2 (Berkeley) 3/12/97') OSTYPE(bsd4.4)dnl FEATURE(mailertable)dnl FEATURE(local_procmail)dnl MASQUERADE_AS(qiv.com)dnl MAILER(local)dnl MAILER(smtp)dnl MAILER(uucp)dnl -- Jay On Sat, 10 May 1997, Ruslan Shevchenko wrote: ->Jay D. Nelson wrote: ->> ->> 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. ->> -> ->No. The proble, that i want use: -> -> 1. smtp to outside world (to provider, with or without DNS) -> 2. smtp to my local net (with DNS!!!) -> 3. uucp -> ->and all oo *one* mashine. -> ->but uucp require nodns. -> ->So, I need in : -> 1. table lookup without DNS -> 2. if NOT FOUND --- DNS, latest table lookup. -> ->Is it possible ? ->
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.970510112102.471A-100000>