postfix/handlers/main.yml
2024-12-12 16:44:49 +01:00

16 lines
341 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 sasl passwd
command: /usr/sbin/postmap /etc/postfix/sasl_passwd