From 0f1695cbb265417691ff6181591cee19ee8b23a2 Mon Sep 17 00:00:00 2001 From: Robert Dolca Date: Sat, 20 Feb 2016 02:14:04 +0000 Subject: [PATCH] Set smtp_tls_security_level for smtp-amavis in master.cf This way you can set smtp_tls_security_level = encrypt in main.cf and amavis would still work. --- postfix/master.cf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postfix/master.cf b/postfix/master.cf index 8804f632..b2fe0de9 100644 --- a/postfix/master.cf +++ b/postfix/master.cf @@ -72,6 +72,7 @@ smtp-amavis unix - - - - 2 smtp -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 + -o smtp_tls_security_level=none 127.0.0.1:10025 inet n - n - - smtpd -o content_filter= @@ -92,3 +93,4 @@ smtp-amavis unix - - - - 2 smtp -o smtpd_client_connection_count_limit=0 -o smtpd_client_connection_rate_limit=0 -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks + -o smtp_tls_security_level=none