diff options
Diffstat (limited to 'roles/IMAP')
-rw-r--r-- | roles/IMAP/templates/etc/postfix/main.cf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/IMAP/templates/etc/postfix/main.cf.j2 b/roles/IMAP/templates/etc/postfix/main.cf.j2 index 40c8d32..1f1f990 100644 --- a/roles/IMAP/templates/etc/postfix/main.cf.j2 +++ b/roles/IMAP/templates/etc/postfix/main.cf.j2 @@ -103,3 +103,5 @@ smtpd_recipient_restrictions = smtpd_data_restrictions = reject_unauth_pipelining + +# vim: set filetype=pfmain : |