Add the missing sender_access map to Postfix's configuration.

Updates #18
This commit is contained in:
genofire 2020-10-24 19:34:42 +02:00
parent de6c1a4d8b
commit 97daf854d0
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,3 @@
{% for line in postfix_sender_access | default([]) %}
{{ line }}
{% endfor %}

View File

@ -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