blob: aa41be4815f99efa7371ea27cffdbbd6fc05f061 (
plain) (
tree)
|
|
---
- name: restart postfix
service:
name: postfix
state: restarted
- name: reload postfix
service:
name: postfix
state: reloaded
- name: rehash postfix aliases
command: /etc/postfix/remap.sh
|