14 lines
294 B
YAML
14 lines
294 B
YAML
---
|
|
- name: Refresh aliases
|
|
shell: newaliases
|
|
|
|
- name: Restart postfix
|
|
service:
|
|
name: postfix
|
|
state: restarted
|
|
|
|
- name: Postmap whitelist
|
|
shell: /usr/sbin/postmap /etc/postfix/maps/whitelist_senders.map
|
|
|
|
- name: Postmap blacklist
|
|
shell: /usr/sbin/postmap /etc/postfix/blacklist
|