mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:38:34 +01:00
feat: postmap handler & sender_access conf
This commit is contained in:
12
roles/mail/handlers/main.yml
Normal file
12
roles/mail/handlers/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: postmap all
|
||||
shell:
|
||||
cmd: "/usr/sbin/postmap {{ item }}"
|
||||
chdir: "/etc/postfix/"
|
||||
with_items:
|
||||
- sender_access
|
||||
- enabled_senders
|
||||
- relocated
|
||||
- sender_blacklist
|
||||
- tls_policy
|
||||
- transport
|
||||
- virtual
|
||||
Reference in New Issue
Block a user