summaryrefslogtreecommitdiff
path: root/emailwiz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'emailwiz.sh')
-rw-r--r--emailwiz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh
index ce8e1f5..2bc983d 100644
--- a/emailwiz.sh
+++ b/emailwiz.sh
@@ -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