Hamish Moffatt <[EMAIL PROTECTED]> writes: > I have exim (1.90-3) and mutt (non-i, 0.91.1-1) installed here; > when I send a message, mutt sets the from address to just > "hamish@@".
[snip] I think a better way to handle this is to let exim rewrite your headers. The following is at the end of my /etc/exim.conf: ###################################################################### # REWRITE CONFIGURATION # ###################################################################### ^(b3po|wwjt)@* [EMAIL PROTECTED] Ffr # End of Exim configuration file The username portion is part of a regular expression (sorry if you knew that already) that matches our local names with the pop mail name. Therefore, you would replace ^(b3po|wwjt)@* [EMAIL PROTECTED] with [EMAIL PROTECTED] [EMAIL PROTECTED] Let me know if you have any other questions. BTW, I have seen so many postings on smail. I would encourage smail users to try out exim. Not only is it more powerful, its configuration is far easier and more logical than that of smail. Thanks, Bake -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]