Update dkim_signing.conf (#3685)
This commit is contained in:
parent
3dc2b1a721
commit
5b52e15fec
@ -7,7 +7,7 @@ allow_hdrfrom_multiple = true;
|
|||||||
# If true, username does not need to contain matching domain
|
# If true, username does not need to contain matching domain
|
||||||
allow_username_mismatch = true;
|
allow_username_mismatch = true;
|
||||||
# If false, messages from authenticated users are not selected for signing
|
# If false, messages from authenticated users are not selected for signing
|
||||||
auth_only = true;
|
sign_authenticated = true;
|
||||||
# Default path to key, can include '$domain' and '$selector' variables
|
# Default path to key, can include '$domain' and '$selector' variables
|
||||||
path = "/data/dkim/keys/$domain.dkim";
|
path = "/data/dkim/keys/$domain.dkim";
|
||||||
# Default selector to use
|
# Default selector to use
|
||||||
|
Loading…
Reference in New Issue
Block a user