13 lines
226 B
YAML
13 lines
226 B
YAML
- 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
|