[Rspamd-Users] Filtering outgoing emails
P.V.Anthony
anthony at mindmedia.com.sg
Sat May 11 18:40:22 UTC 2019
On 12/5/19 1:01 AM, Philippe Paget wrote:
> To call Rspamd from Postfix I've added the following :
>
> #antispam rdspam
> smtpd_milters=inet:127.0.0.1:11333
> non_smtpd_milters=inet:127.0.0.1:11333
> milter_protocol=6
> milter_mail_macros="i {mail_addr} {client_addr} {client_name}
> {auth_authen}"
>
> And the mistake was here, the correct one is:
>
> #antispam rdspam
> smtpd_milters=inet:127.0.0.1:11333
> non_smtpd_milters=inet:127.0.0.1:11333
> milter_protocol=6
> milter_mail_macros=i {mail_addr} {client_addr} {client_name} {auth_authen}
If you do not mind sharing, what is the change?
I ask because I cannot see the change between the two.
P.V.Anthony
More information about the Users
mailing list