mirror of https://dev.ccchb.de/ccchb/ansible.git
Add the missing sender_access map to Postfix's configuration.
Updates #18
This commit is contained in:
parent
de6c1a4d8b
commit
97daf854d0
|
@ -2,4 +2,3 @@
|
|||
{% for line in postfix_sender_access | default([]) %}
|
||||
{{ line }}
|
||||
{% endfor %}
|
||||
|
||||
|
|
|
@ -29,6 +29,8 @@ postfix_maps:
|
|||
type: hash
|
||||
- name: virtual_aliases
|
||||
type: hash
|
||||
- name: sender_access
|
||||
type: hash
|
||||
|
||||
postfix_helo_checks:
|
||||
- localhost REJECT You're not me
|
||||
|
|
Loading…
Reference in New Issue