blob: aa41be4815f99efa7371ea27cffdbbd6fc05f061 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
- 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
|