From 1a50ad8f85ae7b42d7749b43d8f01adb663114ff Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 2 Dec 2013 23:39:26 +0100 Subject: Configure the Mail Submission Agent. --- roles/common/templates/etc/fail2ban/jail.local.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'roles/common/templates/etc/fail2ban/jail.local.j2') diff --git a/roles/common/templates/etc/fail2ban/jail.local.j2 b/roles/common/templates/etc/fail2ban/jail.local.j2 index 96f2d6b..661c862 100644 --- a/roles/common/templates/etc/fail2ban/jail.local.j2 +++ b/roles/common/templates/etc/fail2ban/jail.local.j2 @@ -71,3 +71,13 @@ port = imap2,imap3,imaps,pop3,pop3s filter = dovecot logpath = /var/log/mail.log {% endif %} + + +{% if 'MSA' in group_names %} +[sasl] + +enabled = true +port = submission +filter = sasl +logpath = /var/log/mail.warn +{% endif %} -- cgit v1.2.3