Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site vaxine.UUCP Path: utzoo!linus!vaxine!ptw From: ptw@vaxine.UUCP (P. T. Withington) Newsgroups: net.unix-wizards Subject: Re: sendmail path aliasing? - (nf) Message-ID: <123@vaxine.UUCP> Date: Tue, 20-Dec-83 15:23:57 EST Article-I.D.: vaxine.123 Posted: Tue Dec 20 15:23:57 1983 Date-Received: Wed, 21-Dec-83 02:04:21 EST References: <1272@pur-ee.UUCP> Organization: Automatix Inc., Billerica, MA Lines: 17 I have faked pathalias into sendmail by adding a mailer to my sendmail.cf that invokes the old netmail for any uucp address that is not resolved to my directly connected neighbors. The relevant lines are: # In machine-dependent part of S0 R$=U!$+ $#uucp$@$1$:$2 R$-!$+ $#netmail$@$1$:$2 host!user # In uucpm.m4 Mnetmail, P=/usr/lib/mailers/netmail, F=sDFMhun, S=13, R=23, M=100000, A=...net%mail -s $h -u $u Muucp, P=/usr/bin/uux, F=sDFMhuU, S=13, R=23, M=100000, A=uux - -r $h!rmail ($u) This is a hack and only a hack. I await true enlightenment on a better way... --ptw