Update 'emailwiz.sh'

This commit is contained in:
MGislv 2022-01-08 19:02:49 +00:00
parent eaeacbed47
commit b4e9e6bcda

View File

@ -249,7 +249,7 @@ account required pam_unix.so' >> /etc/pam.d/dovecot
# OpenDKIM is a way to authenticate your email so you can send to such services
# without a problem.
# Create an OpenDKIM key in the proper place with proper permissions.
# Create an OpenDKIM key
echo 'Generating OpenDKIM keys...'
mkdir -p /etc/postfix/dkim
opendkim-genkey -D /etc/postfix/dkim/ -d "$domain" -s "$subdom"