Sfoglia il codice sorgente

genkey fix

pull/29/head
Luke Smith 3 anni fa
parent
commit
2d25040dec
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
emailwiz.sh Vedi File

@@ -225,7 +225,7 @@ account required pam_unix.so" >> /etc/pam.d/dovecot
# Create an OpenDKIM key in the proper place with proper permissions.
echo "Generating OpenDKIM keys..."
mkdir -p /etc/postfix/dkim
opendkim-genkey -D /etc/postfix/dkim/ -d $ "$domain" -s "$subdom"
opendkim-genkey -D /etc/postfix/dkim/ -d "$domain" -s "$subdom"
chgrp opendkim /etc/postfix/dkim/*
chmod g+r /etc/postfix/dkim/*



Caricamento…
Annulla
Salva