Hi everyone, I have a user on my postfix example.com server that want all emails sent to [email protected] to be "relayed" to [email protected].
In main.cf I have set : virtual_alias_maps = hash:/etc/postfix/virtual # cat /etc/postfix/virtual [email protected] [email protected] The problem doing that is that some emails are rejected by external.example.net mail servers because of SPF, for example : "550 SPF Hard Fail: Following sender domain's SPF record v=spf1 [...] -all does not designate a.b.c.d as permitted sender." Is there a way to transfer the email as an attachment to avoid that ? Or just a way to rewrite the envelope sender to [email protected] ? What do you advise for this case ? Thanks, Guillaume
