[Rspamd-Users] Rspamd 2.4 dkim_signing configuration error

Duncan Bellamy a.16bit.sysop at gmail.com
Thu Mar 12 07:04:53 UTC 2020


It’s letting you know both options have the same effect and it uses auth_only if both are set.

> On 12 Mar 2020, at 06:52, David Mehler <dave.mehler at gmail.com> wrote:
> 
> Hello,
> 
> I've got rspamd 2.4 running on a FreeBSD 12.1 system. I've just done
> an upgrade that was rougher than expected. My rspamd is running, and
> configtest reports after a fashion that the syntax is alright, but I
> am getting the following error with the dkim_signing module. The goal
> is to use dkim_signing on anything outgoing through the email server
> whether it's coming from the host itself or via clients connecting via
> webmail etc.
> 
> # rspamadm configtest
> 2020-03-12 02:45:35 #0(main) <>; lua; lua_cfg_transform.lua:452: both
> auth_only (true) and sign_authenticated (true) for dkim_signing are
> specified, prefer auth_only
> syntax OK
> 
> In my /usr/local/etc/rspamd/local.d/dkim_signing.conf noncommented lines I have:
> 
> # cat /usr/local/etc/rspamd/local.d/dkim_signing.conf
> path = "/usr/local/etc/rspamd/dkim/$domain.$selector.key";
> selector = "dkim";
> symbol = "DKIM_SIGNED";
>  allow_envfrom_empty = true;
>  allow_hdrfrom_mismatch = false;
>  allow_hdrfrom_multiple = false;
>  allow_username_mismatch = true;
> auth_only = true;
>  sign_local = true;
>  use_esld = true;
> 
> Is this a problem or a harmless message?
> 
> Thanks.
> Dave.
> -- 
> Users mailing list
> Users at lists.rspamd.com
> https://lists.rspamd.com/mailman/listinfo/users



More information about the Users mailing list