diff options
Diffstat (limited to 'roles/amavis')
-rw-r--r-- | roles/amavis/templates/etc/amavis/conf.d/50-user.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 b/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 index 84814ca..f5a8c61 100644 --- a/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 +++ b/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 @@ -1,4 +1,6 @@ use strict; +# {{ ansible_managed }} +# Do NOT edit this file directly! # # Place your configuration directives here. They will override those in @@ -180,3 +182,4 @@ $policy_bank{'INCOMING'} = { #------------ Do not modify anything below this line ------------- 1; # ensure a defined return +# vim: set filetype=perl : |