* Tobias Köck: > I am wondering why the source email adresse is still not > 'usern...@mydomain.de' but instead 'usern...@mail.mydomain.de'?
Postfix settings aside, Mutt can be configured to generate specific sender addresses: # Your .muttrc set hostname=somehost.example.com set hidden_host=yes According to the man page, 'hidden_host' defaults to no. -Ralph