add handler for postmap conf files
This commit is contained in:
@ -7,3 +7,9 @@
|
||||
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user