Manage postfix aliases

This commit is contained in:
2019-11-28 21:47:08 -06:00
parent 084e118a93
commit 2c7182fe37
4 changed files with 37 additions and 2 deletions

View File

@ -2,6 +2,9 @@
- name: "postmap sasl_passwd"
command: "postmap hash:{{ postfix_sasl_passwd_map_path }}"
- name: "postmap aliases"
command: "postmap hash:{{ postfix_aliases_map_path }}"
- name: reload postfix
service:
name: "{{ postfix_service_name }}"