Enable ESMTP when talking to Cisco Firewall with SMTP Fix UP enabled, to make use of encryption

This commit is contained in:
Daniel Winzen 2022-07-02 11:02:44 +02:00
parent 5d4269d172
commit c0519dd6a8
No known key found for this signature in database
GPG key ID: 222FCC3F35C41077
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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