Update arc.conf (#3686)
parent
5b52e15fec
commit
070cdb7787
|
@ -7,7 +7,7 @@ allow_hdrfrom_multiple = false;
|
||||||
# If true, username does not need to contain matching domain
|
# If true, username does not need to contain matching domain
|
||||||
allow_username_mismatch = false;
|
allow_username_mismatch = false;
|
||||||
# If false, messages from authenticated users are not selected for signing
|
# If false, messages from authenticated users are not selected for signing
|
||||||
auth_only = false;
|
sign_authenticated = false;
|
||||||
# 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