You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
191 B
9 lines
191 B
2 years ago
|
# Set the necessary startup options
|
||
|
OPTIONS="-x /etc/opendkim.conf"
|
||
|
|
||
|
# Set the default DKIM selector
|
||
|
DKIM_SELECTOR=default
|
||
|
|
||
|
# Set the default DKIM key location
|
||
|
DKIM_KEYDIR=/etc/opendkim/keys
|