Parcourir la source

avoid deprecation, fix #112

pull/119/head
Luke Smith il y a 3 ans
Parent
révision
7371fb0d07
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4C50B54A911F6252
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
emailwiz.sh Voir le fichier

@@ -62,7 +62,7 @@ echo "Configuring Postfix's main.cf..."
# Change the cert/key files to the default locations of the Let's Encrypt cert/key
postconf -e "smtpd_tls_key_file=$certdir/privkey.pem"
postconf -e "smtpd_tls_cert_file=$certdir/fullchain.pem"
postconf -e "smtpd_use_tls = yes"
postconf -e "smtpd_tls_security_level = may"
postconf -e "smtpd_tls_auth_only = yes"
postconf -e "smtp_tls_security_level = may"
postconf -e "smtp_tls_loglevel = 1"


Chargement…
Annuler
Enregistrer