Skip to content
Snippets Groups Projects
Commit 00745456 authored by ale's avatar ale
Browse files

postfix: Do not perform reverse lookups of internal hosts

parent 8226d33c
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,9 @@ local_transport = error:5.1.1 Mailbox unavailable ...@@ -32,6 +32,9 @@ local_transport = error:5.1.1 Mailbox unavailable
smtpd_relay_restrictions = smtpd_relay_restrictions =
smtpd_recipient_restrictions = permit_mynetworks, reject smtpd_recipient_restrictions = permit_mynetworks, reject
# Disable DNS lookups, only internal hosts talk to us.
smtpd_peername_lookup = no
# Tolerate occasional high latency in the content filter. # Tolerate occasional high latency in the content filter.
smtpd_timeout = 1200s smtpd_timeout = 1200s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment