blob: befdb7e766ea2b06a72a6f7d5e3dce74349a475d (
plain) (
tree)
|
|
# 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
|