From owner-freebsd-isp Thu May 8 03:01:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA19120 for isp-outgoing; Thu, 8 May 1997 03:01:33 -0700 (PDT) Received: from aviion.ts.kiev.ua (aviion.ts.kiev.ua [193.124.229.12]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA19077 for ; Thu, 8 May 1997 03:00:06 -0700 (PDT) Received: from nbki.ipri.kiev.ua by aviion.ts.kiev.ua with ESMTP id KAA15753; (8.6.11/zah/2.1) Thu, 8 May 1997 10:39:57 GMT Received: from cki.ipri.kiev.ua by nbki.ipri.kiev.ua with ESMTP id LAA04897; (8.6.9/zah/1.1) Thu, 8 May 1997 11:24:03 +0100 Received: from 194.44.146.14 (mac.ipri.kiev.ua [194.44.146.14]) by cki.ipri.kiev.ua (8.7.6/8.7.3) with SMTP id LAA13497; Thu, 8 May 1997 11:33:41 +0300 (EET DST) Message-ID: <3371823D.3CE0@cki.ipri.kiev.ua> Date: Thu, 08 May 1997 10:35:25 +0300 From: Ruslan Shevchenko Reply-To: rssh@cki.ipri.kiev.ua Organization: IPRI X-Mailer: Mozilla 3.01Gold (Macintosh; I; 68K) MIME-Version: 1.0 To: Swee-Chuan Khoo , freebsd-isp@FreeBSD.ORG Subject: Re: UUCP server tuning [Q] References: <33715F49.16A@cki.ipri.kiev.ua> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 | > > +-------------------------------------------+ > > Live Long and Prosper P.S. uucp-dom in FAQ don't work, may be ask faq-mainteiner change it ?