Sfoglia il codice sorgente

Update emailwiz.sh

Open port 110 and 995 for POP3 support
pull/304/head
amnweb 4 mesi fa
committed by GitHub
parent
commit
a8f5d0fddd
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
emailwiz.sh Vedi File

@@ -24,7 +24,7 @@ maildomain="$subdom.$domain"
certdir="/etc/letsencrypt/live/$maildomain"

# Open required mail ports, and 80, for Certbot.
for port in 80 993 465 25 587; do
for port in 80 993 465 25 587 110 995; do
ufw allow "$port" 2>/dev/null
done



Caricamento…
Annulla
Salva