Hi,
I used to have working correctly postfix + amavisd-new + dovecot working
correctly with re-writing the sender address when forwarding email to my ISP
using sender_canonical, I am using postfix 3.7.0.
After changing from amavisd-new to rspamd it will not rewrite the sender
address and forwarding to my ISP fails.
In the main.cf I removed
content_filter = amavis:[127.0.0.1]:10024
and added
smtpd_milters = unix:/opt/local/var/run/rspamd/milter.sock
non_smtpd_milters = $smtpd_milters
milter_protocol = 6
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
milter_rcpt_macros = i {rcpt_addr}
milter_default_action = accept
Everything is working with rspamd except for the sender rewrite. Is there
anything else I need to change in the postfix configuration to get this working
again?
Thanks and Regards,
Horst Simon