13 lines
311 B
YAML
13 lines
311 B
YAML
- name: restart postfix
|
|
service:
|
|
name=postfix
|
|
state=restarted
|
|
- name: reload postfix
|
|
service:
|
|
name=postfix
|
|
state=reloaded
|
|
- name: rehash postfix sasl passwd table
|
|
command: postmap /etc/postfix/sasl_passwd
|
|
- name: save firewalld configuration
|
|
command: firewall-cmd --runtime-to-permanent
|