Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ucla-cs!zen!ucbvax!decvax!decuac!avolio From: avolio@decuac.dec.com (Frederick M. Avolio) Newsgroups: comp.mail.misc Subject: Question about outgoing mail Message-ID: <1712@decuac.DEC.COM> Date: Mon, 10-Aug-87 09:12:40 EDT Article-I.D.: decuac.1712 Posted: Mon Aug 10 09:12:40 1987 Date-Received: Tue, 11-Aug-87 02:26:37 EDT References: <210@n8emr.UUCP> Sender: daemon@decuac.dec.com Organization: DEC SWS, Landover, MD Lines: 32 In article <210@n8emr.UUCP> lwv@n8emr.UUCP (Larry W. Virden) writes: >... >Is there a way to configure an Ultrix 1.2 sendmail, rmail, whatever program >so that the OUTGOING mail is tagged as going from site!john instead of >site!xyz-pqa-123? It is assumed that you are changing all of the address fields for all OUTGOING mail (non-local). Keeping in mind that the rule sets are traversed thusly: From_ 3 -- 1 -- 4 -- 3 -- 1 -- S -- 4 To_ 3 -- 0 -- 4 From: 3 -- 1 -- S -- 4 To: 3 -- 2 -- R -- 4 Cc: 3 -- 2 -- R -- 4 I'd make the changes in the S and R rule sets (however they are defined for the particular mailer definition -- lines starting with 'M') so that you have control over when they are changed (I assume you don't want to change them for locally originated and delivered mail... if you do, just make the change in S1 and S2). The problem is that you'd have to hard-code the transformations in the sendmail.cf for each user you want transformed or modify the sendmail program sources to do this. Fred