diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-15 23:54:53 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:28 +0200 |
commit | de0914bf8105fa8c281a326e6e3e4e3f211bb0f3 (patch) | |
tree | 6f6ae82ecbb46d6e032944ee1efb765c2649fed1 /roles | |
parent | e4c74a8f95ea5a77e4d65b9b0952ff48a0564161 (diff) |
wibble
Diffstat (limited to 'roles')
-rw-r--r-- | roles/MSA/templates/etc/postfix/main.cf.j2 | 3 | ||||
-rw-r--r-- | roles/common/tasks/logging.yml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/roles/MSA/templates/etc/postfix/main.cf.j2 b/roles/MSA/templates/etc/postfix/main.cf.j2 index b182f9e..42b9aca 100644 --- a/roles/MSA/templates/etc/postfix/main.cf.j2 +++ b/roles/MSA/templates/etc/postfix/main.cf.j2 @@ -116,3 +116,6 @@ smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination + +smtpd_data_restrictions = + reject_unauth_pipelining diff --git a/roles/common/tasks/logging.yml b/roles/common/tasks/logging.yml index 312c31e..06f06b0 100644 --- a/roles/common/tasks/logging.yml +++ b/roles/common/tasks/logging.yml @@ -31,6 +31,8 @@ dest=/etc/logrotate.d/fripost-mail owner=root group=root mode=0644 + tags: + - logrotate # TODO: We also have specialized per-role logcheck rulesets, per-role # logrotate configuration (/etc/logrotate.d), and per-role rsyslog |