summaryrefslogtreecommitdiffstats
path: root/roles/common/templates/etc/fail2ban/jail.local.j2
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-02 23:39:26 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:10 +0200
commit1a50ad8f85ae7b42d7749b43d8f01adb663114ff (patch)
tree39ef587ae5efaafbe6895a6aee2602a6a81c6e0b /roles/common/templates/etc/fail2ban/jail.local.j2
parent9ff98e18e5dd6967bce1457cff1884ec632cf2b5 (diff)
Configure the Mail Submission Agent.
Diffstat (limited to 'roles/common/templates/etc/fail2ban/jail.local.j2')
-rw-r--r--roles/common/templates/etc/fail2ban/jail.local.j210
1 files changed, 10 insertions, 0 deletions
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 %}