소스 검색

Update emailwiz.sh

Open port 110 and 995 for POP3 support
pull/304/head
amnweb 4 달 전
committed by GitHub
부모
커밋
a8f5d0fddd
No known key found for this signature in database 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



불러오는 중...
취소
저장