On Fri, Aug 13, 1999 at 12:56:40AM -0500, [EMAIL PROTECTED] wrote:
> My problem in a nutshell: My login name on this machine is "shadow". My 
> e-mail account at my university is [EMAIL PROTECTED] I can use Fetchmail and 
> Mutt to read mail from the tc.umn.edu server, and I can send e-mail fine as 
> well. The problem is that my sent messages arrive from "[EMAIL PROTECTED]", 
> which isn't the e-mail address they have to reply to! (No reply-to field is 
> defined either..) How can I make messages I send thru mutt & exim come from 
> [EMAIL PROTECTED]
> 
Well, there is a quite elegant solution to this. At the end of your exim.conf
there should be some sample of an address rewriting rule, which can map local
user addresses to extern addresses (using an external text file).

The file would look like:
        shadow  [EMAIL PROTECTED]
and the rule
        [EMAIL PROTECTED]    ${lookup{$1}lsearch{/etc/email-addresses}\
                                        {$value}fail} bcfrF
well, you should replace localhost with whats appropriate (the qualify_domain,
probably).

-Lex

Attachment: pgpgLsjO2qGMW.pgp
Description: PGP signature

Reply via email to