Browse Source

Update emailwiz.sh

Open port 110 and 995 for POP3 support
pull/304/head
amnweb 4 months ago
committed by GitHub
parent
commit
a8f5d0fddd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
emailwiz.sh View 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



Loading…
Cancel
Save