> > My alternative is to configure a "Reply-To:" field so that people > reply to the correct address, even when the email comes "From:" > somewhere different. But what is the best way of doing this? It > would be nice to do this at the exim layer, independent of MUA, but I > can't find any information on how to do it. Is it possible? If not, > what is the best way of doing it? >
enable /etc/email-address use. I use this so that mail from [EMAIL PROTECTED] becomes [EMAIL PROTECTED] $ cat /etc/email-addresses # This file contains email addresses to use for outgoing mail. Any local # part not in here will be qualified by the system domain as normal. # # It should contain lines of the form: # #user: [EMAIL PROTECTED] #otheruser: [EMAIL PROTECTED] shaleh: [EMAIL PROTECTED] $ tail -15 /etc/exim/exim.conf ###################################################################### # REWRITE CONFIGURATION # ###################################################################### # There are no rewriting specifications in this default configuration file. # This is an example of a useful rewriting rule---it looks up the real # address of all local users in a file [EMAIL PROTECTED] ${lookup{$1}lsearch{/etc/email-addresses}\ {$value}fail} bcfrF