Fix opendkim
This commit is contained in:
parent
271d4a3818
commit
e12482fdda
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ OversignHeaders {{ opendkim_oversign_headers }}
|
|||
# setup options can be found in /usr/share/doc/opendkim/README.opendkim.
|
||||
Domain {{ opendkim_domains | join(', ') }}
|
||||
Selector {{ opendkim_selector }}
|
||||
KeyFile {{ opendkim_keyfile | default('/etc/dkimkeys/' + opendkim_domain + '.private') }}
|
||||
KeyFile {{ opendkim_keyfile | default('/etc/dkimkeys/' + opendkim_selector + '.private') }}
|
||||
|
||||
# In Debian, opendkim runs as user "opendkim". A umask of 007 is required when
|
||||
# using a local socket with MTAs that access the socket as a non-privileged
|
||||
|
|
Loading…
Add table
Reference in a new issue