[Rspamd-Users] Rspamd 2.4 dkim_signing configuration error

David Mehler dave.mehler at gmail.com
Thu Mar 12 06:52:43 UTC 2020


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.


More information about the Users mailing list