diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-03 03:01:44 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-03 03:01:44 +0100 |
commit | 6c7e35dafb99880942e69b510c60cdb5b6b69098 (patch) | |
tree | ea45cc98b3f4e0f384f2a3480ed61f58e9425e6c /roles/amavis | |
parent | ed8cf1de7e87ff6496db46f17fb4bcfc90ccf48f (diff) |
Amavis: use the LMTP protocol in the policy banks.
Diffstat (limited to 'roles/amavis')
-rw-r--r-- | roles/amavis/templates/etc/amavis/conf.d/50-user.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
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 => [], |