Date: Thu, 08 May 1997 10:35:25 +0300 From: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua> To: Swee-Chuan Khoo <sckhoo@tm.net.my>, freebsd-isp@FreeBSD.ORG Subject: Re: UUCP server tuning [Q] Message-ID: <3371823D.3CE0@cki.ipri.kiev.ua> References: <Pine.GSO.3.95.970508101636.2129E-100000@Janeway> <33715F49.16A@cki.ipri.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Shevchenko wrote: > > Swee-Chuan Khoo wrote: > > > > 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 > > > > hi, > > > > i work for an isp and would like to setup > > an UUCP server too using freebsd. any doc that i can > > look at? > > > > uucp good described in info > (info uucp on your system) > > The main headache is a sendmail. > Exists good book about it from O'Reillly, but about low-level stuff. > > The step-to step instruction, hove to setup UUCP server I > was not able find. > Exists sections in FreeBSD-FAQ, but for UUCP client. Next is a particular solution: sendmail.mc: # # Generic BSD4.4 with UUCP support divert(0)dnl VERSIONID(`@(#)freeebsd+uucp.mc $Revision: 1.1.4.3 $') OSTYPE(bsd4.4)dnl DOMAIN(generic)dnl MAILER(local)dnl MAILER(smtp)dnl FEATURE(nodns)dnl FEATURE(nocanonify)dnl MAILER(uucp)dnl FEATURE(mailertable, `hash -o /etc/mailertable')dnl define(`UUCP_RELAY', ucbvax.Berkeley.EDU)dnl define(`BITNET_RELAY', mailhost.Berkeley.EDU)dnl define(`CSNET_RELAY', mailhost.Berkeley.EDU)dnl define(`confCW_FILE', `-o /etc/sendmail.cw')dnl /etc/mailertable: . smtp8:nbki.ipri.kiev.ua zuka.kiev.ua uucp:zuka zuka.ipri.kiev.ua uucp:zuka The question is: what do with the smtp local net, when I want to have only one relay host for all ? (In our example, nbki deffered mail via smtp, it's our mashine, so they can smtp to uor local net) Bur what doo, when the main relay situated not in local-net, and we do not want have two mashine for (local smtp/uucp) ? > > thanx. > > > > +-------------------------------------------+ > > | Swee-Chuan Khoo - System Administrator | > > | 603-7337757 ( voice ) 603-7345577 ( fax ) | > > | sckhoo@tm.net.my, sckhoo@asiapac.net | > > | #include <std.disclaimer> | > > +-------------------------------------------+ > > Live Long and Prosper P.S. uucp-dom in FAQ don't work, may be ask faq-mainteiner change it ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3371823D.3CE0>