Przeglądaj źródła

fix #109

pull/119/head
Luke Smith 3 lat temu
rodzic
commit
de3abfe086
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4C50B54A911F6252
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
emailwiz.sh Wyświetl plik

@@ -280,7 +280,7 @@ postconf -e "smtpd_milters = inet:localhost:12301"
postconf -e "non_smtpd_milters = inet:localhost:12301"
postconf -e "mailbox_command = /usr/lib/dovecot/deliver"

for x in spamassassin opendkim dovecot postfix do
for x in spamassassin opendkim dovecot postfix; do
printf "Restarting %s..." "$x"
service "$x" restart && printf " ...done\\n"
done


Ładowanie…
Anuluj
Zapisz