postfix/handlers/main.yml
Ludovic Cartier c48f671717 f**k
2024-12-20 15:52:04 +01:00

19 lines
425 B
YAML

---
- name: newaliases
command: newaliases
- name: reload postfix
service: name=postfix state=reloaded
- name: restart postfix
service: name=postfix state=restarted
- name: postmap sender relay
command: /usr/sbin/postmap /etc/postfix/sender_relay
- name: postmap transport maps
command: /usr/sbin/postmap /etc/postfix/transport
- name: postmap sasl passwd
command: /usr/sbin/postmap /etc/postfix/sasl_passwd