mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-21 15:10:25 +00:00
Enable ESMTP when talking to Cisco Firewall with SMTP Fix UP enabled, to make use of encryption
This commit is contained in:
parent
5d4269d172
commit
c0519dd6a8
2 changed files with 2 additions and 0 deletions
|
@ -85,3 +85,4 @@ smtpd_helo_required = yes
|
|||
strict_rfc821_envelopes = yes
|
||||
default_destination_concurrency_limit = 2
|
||||
smtpd_recipient_limit = 10
|
||||
smtp_pix_workarounds = delay_dotcrlf
|
||||
|
|
|
@ -74,3 +74,4 @@ smtpd_delay_reject = yes
|
|||
smtpd_helo_required = yes
|
||||
disable_vrfy_command = yes
|
||||
smtputf8_autodetect_classes = all
|
||||
smtp_pix_workarounds = delay_dotcrlf
|
||||
|
|
Loading…
Reference in a new issue