############################## # Author: A-NAME-HERE # File: /etc/mail/genericstable # Change Log: # Who When What # ---- ----------- -------------------------------------------- # # # Syntax: # # # # where keys are the E-Mail address in the From: header, # and values are new E-Mail address to substitute # # See Sendmail, Chap 4.8.16, Page 181 ############################## ########################### # Outgoing FROM: rewrites # ########################### # Re-write "joe@somedomain.tld" as "joseph@otherdomain.tld" joe@somedomain.tld joseph@otherdomain.tld # Re-write "bob@somedomain.tld" as "bob.smith@somedomain.tld" bob@somedomain.tld bob.smith@somedomain.tld #################################### ## End of /etc/mail/genericstable ## ####################################