As some of you know, I am transitioning from netscrape to mutt mua's. I am having some mail sending issues.
The host on which the new mail system resides is bragi.private.network. The default exim and mutt installations passed this name onto the internet, whereupon intelligent mail servers rejected my mail, because private.network. is an unusable domain. I own the domain: helices.org , which is hosted elsewhere. I also have several other email addresses, all valid and I can receive mail using any of them. This particular network sits behind attbi.com cablemodem, and it is not practical to host a valid public domain here. I want to be able to change between email addresses from within mutt. How do I do that? Initially, I'd configured exim for this: local_domains = localhost:Bragi.private.network Now, I have this: local_domains = localhost:private.network For rewrites, I've tried several things; but, this is current: *@private.network ${lookup{$1}lsearch{/etc/email-addresses}\ {$value}fail} frFs *@Bragi.private.network ${lookup{$1}lsearch{/etc/email-addresses}\ {$value}fail} frFs In ~/.muttrc, I have these weird variables, _none_ of which make it into received email: set envelope_from=yes set from="Michael Zchleif <[EMAIL PROTECTED]>" set realname="Michael Zchleif <[EMAIL PROTECTED]>" What do you think? -- Best Regards, mds mds resource 888.250.3987 Dare to fix things before they break . . . Our capacity for understanding is inversely proportional to how much we think we know. The more I know, the more I know I don't know . . . -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]