Forum Discussion
Stephan_87795
Nimbostratus
Sep 23, 2008sender address in eMails sent by postfix
Hello all,
I am trying to use postfix-settings (/etc/postfix/) for sending mails from the bigIP directly to my account.
By default the sender address is like "root@mydomain.tld",...
JRahm
Admin
Sep 23, 2008Sorry, jumped the gun on that... :-)
The way to set that up is to add this line to your main.cf file:
echo "smtp_generic_maps = hash:/etc/postfix/generic" >> /etc/postfix/main.cf
Then create the map:
echo "root@localhost fromMe@mydomain.com" > /etc/postfix/generic
Then apply the map:
postmap /etc/postfix/generic
Then restart postfix (bigstart restart postfix on the LTM)
This works on ubuntu (minus the bigstart command), but doesn't change the behavior on the F5 at all. Drat!
maybe Support can help?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects