2024-12-06 11:04:10 +01:00
|
|
|
---
|
|
|
|
- name: newaliases
|
|
|
|
command: newaliases
|
|
|
|
|
|
|
|
- name: reload postfix
|
|
|
|
service: name=postfix state=reloaded
|
|
|
|
|
|
|
|
- name: restart postfix
|
|
|
|
service: name=postfix state=restarted
|
2024-12-12 16:44:49 +01:00
|
|
|
|
|
|
|
- name: postmap sender relay
|
|
|
|
command: /usr/sbin/postmap /etc/postfix/sender_relay
|
|
|
|
|
2024-12-20 15:52:04 +01:00
|
|
|
- name: postmap transport maps
|
|
|
|
command: /usr/sbin/postmap /etc/postfix/transport
|
|
|
|
|
2024-12-12 16:44:49 +01:00
|
|
|
- name: postmap sasl passwd
|
|
|
|
command: /usr/sbin/postmap /etc/postfix/sasl_passwd
|