mirror of
https://github.com/DanWin/mail-hosting.git
synced 2025-08-30 02:42:53 +02: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
|
strict_rfc821_envelopes = yes
|
||||||
default_destination_concurrency_limit = 2
|
default_destination_concurrency_limit = 2
|
||||||
smtpd_recipient_limit = 10
|
smtpd_recipient_limit = 10
|
||||||
|
smtp_pix_workarounds = delay_dotcrlf
|
||||||
|
|
|
@ -74,3 +74,4 @@ smtpd_delay_reject = yes
|
||||||
smtpd_helo_required = yes
|
smtpd_helo_required = yes
|
||||||
disable_vrfy_command = yes
|
disable_vrfy_command = yes
|
||||||
smtputf8_autodetect_classes = all
|
smtputf8_autodetect_classes = all
|
||||||
|
smtp_pix_workarounds = delay_dotcrlf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue