19 lines
425 B
YAML
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
|