initial upload
This commit is contained in:
12
roles/postfix/handlers/main.yml
Normal file
12
roles/postfix/handlers/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Restart postfix
|
||||
service:
|
||||
name: "postfix@-"
|
||||
state: restarted
|
||||
|
||||
- name: Rebuild postfix map files
|
||||
shell: postmap /etc/postfix/*.map
|
||||
|
||||
- name: Restart opendkim
|
||||
service:
|
||||
name: opendkim
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user