[Rspamd-Users] remove smtp.auth from header without breaking dkim

Vsevolod Stakhov vsevolod at rspamd.com
Mon May 13 11:39:34 UTC 2019


On 12/05/2019 08:13, L. Jankok wrote:
> Hi,
> 
> I have rspamd dkim signing working using dovecot auth with postfix.
> In the "ARC-Authentication-Results:" header I want
> "smtp.auth=username at domain" removed for security reasons, but without
> breaking dkim signing for authenticated users.
> 
> When I do this with:
> routines {
>    authentication-results {
>      add_smtp_user = false;
>    }
> }
> in local.d/milter_headers.conf dkim signing stops working.
> 
> Your help is appreciated.
> 
> Regards,
> 
> Lucius
> 

Addressed by https://github.com/rspamd/rspamd/issues/2073


More information about the Users mailing list