Xref: utzoo comp.sys.apollo:1301 comp.mail.sendmail:62 Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!imagen!geof From: geof@imagen.UUCP (Geoffrey Cooper) Newsgroups: comp.sys.apollo,comp.mail.sendmail Subject: Re: Talking to Apollo gateways running sendmail from other Unix systems Summary: Here is our mod... Keywords: sendmail configuration magic Message-ID: <1799@imagen.UUCP> Date: 22 Aug 88 21:22:26 GMT References: <261@tahoma.UUCP> Organization: IMAGEN Corporation, Santa Clara, CA 95052-8101 Lines: 27 In article <261@tahoma.UUCP>, grv@tahoma.UUCP (Jerry VandenHeuvel) writes: > and Motorola Unix systems on the same ethernet. Mail sent from any Apollo node > to the other systems has the from address of user@node, not user@gateway-node, > so replies have to be manually changed before mail transfer will work. This > same problem applies to any incoming mail to an Apollo ring, forcing users to > know which node is configured as the gateway. Is there a way to make the > sendmail configuration files on the other Unix systems smarter by rewriting > an address for any node to the gateway nodes? I have the basic sendmail Here is what we did. In /usr/lib/sendmail.cf, add a line that explicitly defines "w" to be the name of the gateway. Normally "w" is the host name, so this has the effect of forcing the reply to be the gateway. We originally did this patch to avoid having replied mail go to diskless nodes that might not be up. We found we really like it because it centralizes the sendmail server for all the apollos on a ring (no one else has to run "sendmail -bd") which makes it easier to maintain. But that is because we have found a service that is at 100% service 90% of the time preferable to one which is at <100% service 100% of the time. # This line makes mail sent from any apollo come from # user@apolling. Cw apolling - Geof -- UUCP: {decwrl,sun}!imagen!geof ARPA: imagen!geof@decwrl.dec.com