diff options
Diffstat (limited to 'roles/out/templates')
-rw-r--r-- | roles/out/templates/etc/postfix/main.cf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/out/templates/etc/postfix/main.cf.j2 b/roles/out/templates/etc/postfix/main.cf.j2 index 9bf5882..294e92e 100644 --- a/roles/out/templates/etc/postfix/main.cf.j2 +++ b/roles/out/templates/etc/postfix/main.cf.j2 @@ -93,3 +93,5 @@ smtpd_data_restrictions = reject_unauth_pipelining content_filter = amavisfeed:[127.0.0.1]:10040 + +# vim: set filetype=pfmain : |