浏览代码

Update emailwiz.sh

Open port 110 and 995 for POP3 support
pull/304/head
amnweb 4 个月前
committed by GitHub
父节点
当前提交
a8f5d0fddd
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
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



正在加载...
取消
保存