Postfix masquerading or changing outgoing SMTP email or mail address

Address rewriting allows changing outgoing email ID or domain name itself. This is good for hiding internal user names. For example:SMTP user: user-01EMAIL ID: [email protected] name: server.domain.com However when user-01 send an email from shell prompt or using php it looks like it was send from [email protected] Postfix MTA offers smtp_generic_maps parameter….

Continue reading