From a0eb2564a60b216ebb4f11f42945eeef68eb1579 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 5 Mar 2018 22:51:51 +0800 Subject: mail: setup postfix with dovecot (SASL auth + LDA virtual transport) --- roles/mail/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/mail/handlers/main.yml') diff --git a/roles/mail/handlers/main.yml b/roles/mail/handlers/main.yml index e9b668e..3e97a1d 100644 --- a/roles/mail/handlers/main.yml +++ b/roles/mail/handlers/main.yml @@ -2,6 +2,9 @@ - name: reload-opendkim command: rcreload milter-opendkim +- name: reload-postfix + command: rcreload postfix + - name: reload-dovecot command: rcreload dovecot -- cgit v1.2.2