[Rspamd-Users] disable dkim_signing

P.V.Anthony anthony at mindmedia.com.sg
Thu May 16 17:41:15 UTC 2019


On 16/5/19 2:44 AM, Emanuel Gonzalez wrote:

> Could you tell me how to deactivate it completely thanks.!!

A possible solution for 1.9 could be the following.

In the settings.conf,

AUTHENTICATED_USERS {
         id = "authenticated_users";
         priority = 30;
         authenticated = yes;
         apply {
                 groups_disabled = ["rbl", "spf", "dkim_signing"];
         }
}

I am not an expert. Please check with others too.

P.V.Anthony



More information about the Users mailing list