From 6c7e35dafb99880942e69b510c60cdb5b6b69098 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 3 Mar 2016 03:01:44 +0100 Subject: Amavis: use the LMTP protocol in the policy banks. --- roles/amavis/templates/etc/amavis/conf.d/50-user.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 b/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 index 92805b8..7d0302a 100644 --- a/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 +++ b/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 @@ -136,6 +136,7 @@ $sa_quarantine_cutoff_level = undef; $policy_bank{'OUTGOING'} = { originating => 1, enable_dkim_verification => 0, + protocol => 'LMTP', smtpd_greeting_banner => '${helo-name} ${protocol} ${product} OUTGOING service ready', forward_method => $forward_method, @@ -162,6 +163,7 @@ $policy_bank{'OUTGOING'} = { $policy_bank{'INCOMING'} = { originating => 0, enable_dkim_verification => 1, + protocol => 'LMTP', smtpd_greeting_banner => '${helo-name} ${protocol} ${product} INCOMING service ready', forward_method => $forward_method, message_size_limit_maps => [], -- cgit v1.2.3