9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# Set the necessary startup options
|
|
OPTIONS="-x /etc/opendkim.conf -P /run/opendkim/opendkim.pid"
|
|
|
|
# Set the default DKIM selector
|
|
DKIM_SELECTOR=default
|
|
|
|
# Set the default DKIM key location
|
|
DKIM_KEYDIR=/etc/opendkim/keys
|