From owner-freebsd-questions Sun Mar 16 03:28:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA21127 for questions-outgoing; Sun, 16 Mar 1997 03:28:08 -0800 (PST) Received: from mixcom.mixcom.com (mixcom.mixcom.com [198.137.186.100]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA21122 for ; Sun, 16 Mar 1997 03:28:06 -0800 (PST) Received: from P60 by mixcom.mixcom.com (8.6.12/2.2) id FAA25330; Sun, 16 Mar 1997 05:24:55 -0600 Message-Id: <3.0.32.19970316052307.01062ab8@mixcom.com> X-Sender: sysop@mixcom.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sun, 16 Mar 1997 05:23:08 -0600 To: Eddie White From: "Jeffrey J. Mountin" Subject: Re: uucp mail Cc: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 12:11 AM 3/15/97 -0600, Eddie White wrote: >is it possible under fbsd to: > >(1) set a port/modem to accept old style unix protocol-g uucp mail; as would >come from an AT&T SVR 3.1 3B2, and Yes, as other pointed out. >(2) transfer said mail back and forth in the fbsd pop-3 server. > >in other words, giving the 3B2 users access to pop-3 mail through a dail-up >fbsd host. i don't have working tcp/ip on these 3B's. Not quite clear on what you want to do here. Do you want the 3B2s to send mail via UUCP, but have incoming mail available via POP? Or possibly have certain addresses to a domain via POP and others or the default via UUCP? This can be done easily in sendmail.cf and a typical UUCP entry is: R$*<@cust_domain>$* $#duucp$@cust_mach_name$:$1<@cust_domain.com>$2 Now if you wanted certain addresses to be accessed via POP for a local account adding lines before the default line like this: Rjoe.customer<@cust_domain>$* $#local $: cust_account Would be parsed out before the default "catch all" parses the rest for UUCP delivery. Or just the opposite with default mail going to a POP account: Rjoe.customer<@cust_domain>$* $#duucp$@cust_mach_name$:$1<@cust_domain.com>$2 R$*<@cust_domain>$* $#local $: cust_account You will definately want to do some reading and consider exactly what you wish to do. Mind you the rules in FreeBSD's version of sendmail are most likely different that the version I use, so changes would be needed, but the principles are the same. ------------------------------------------- Jeff Mountin - System/Network Administrator jeff@mixcom.net MIX Communications Serving the Internet since 1990