initial upload
This commit is contained in:
5
roles/postfix/templates/etc_postfix_sasl_passwd.map.j2
Normal file
5
roles/postfix/templates/etc_postfix_sasl_passwd.map.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% for key, value in postfix_sasl_passwd_map | default({}) | dictsort %}
|
||||
{{ key }} {{ value.username }}:{{ value.password }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user