Przeglądaj źródła

Merge pull request #3 from wrigleyster/patch-1

Fix typo in the deleting of `-o` flags
pull/7/head
Luke Smith 5 lat temu
committed by GitHub
rodzic
commit
493fbd2f73
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
emailwiz.sh Wyświetl plik

@@ -55,7 +55,7 @@ postconf -e "home_mailbox = Mail/Inbox/"

echo "Configuring Postfix's master.cf..."

sed -i "/^\s*o/d;/^\s*submission/d;/^\s*smtp/d" /etc/postfix/master.cf
sed -i "/^\s*-o/d;/^\s*submission/d;/^\s*smtp/d" /etc/postfix/master.cf

echo "smtp unix - - n - - smtp
smtp inet n - y - - smtpd


Ładowanie…
Anuluj
Zapisz