2 커밋

작성자 SHA1 메시지 날짜
  Luke Smith 8b9e7b1dd5
Merge pull request #284 from xkcdstickfigure/patch-1 10 달 전
  xkcdstickfigure bd9d7f937f
fix comment 10 달 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
분할 보기
  1. +1
    -1
      emailwiz.sh

+ 1
- 1
emailwiz.sh 파일 보기

@@ -73,7 +73,7 @@ postconf -e 'smtp_tls_security_level = may'
# TLS required for authentication.
postconf -e 'smtpd_tls_auth_only = yes'

# Exclude obsolete, insecure and obsolete encryption protocols.
# Exclude insecure and obsolete encryption protocols.
postconf -e 'smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1'
postconf -e 'smtp_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1'
postconf -e 'smtpd_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1'


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