Make sure we use 1024 bit key for DKIM
This commit is contained in:
parent
b0b8be1501
commit
44c9f09e6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue