Make sure we use 1024 bit key for DKIM

This commit is contained in:
earnolmartin 2019-05-31 11:27:32 -06:00
parent b0b8be1501
commit 44c9f09e6a

View file

@ -142,7 +142,7 @@ localhost
mkdir -p "/etc/opendkim/keys/${DOMAIN}"
cd "/etc/opendkim/keys/${DOMAIN}"
opendkim-genkey -s mail -d "${DOMAIN}"
opendkim-genkey -b 1024 -s mail -d "${DOMAIN}"
chown opendkim:opendkim mail.private
service postfix restart > /dev/null 2>&1