From 170dc68f9275dffb48fbe3f8ebb2183cd7ddf111 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 1 Jul 2014 14:38:52 +0200 Subject: Outgoing SMTP proxy. --- roles/out/handlers/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roles/out/handlers/main.yml (limited to 'roles/out/handlers') diff --git a/roles/out/handlers/main.yml b/roles/out/handlers/main.yml new file mode 100644 index 0000000..21c736a --- /dev/null +++ b/roles/out/handlers/main.yml @@ -0,0 +1,9 @@ +--- +- name: Restart Postgrey + service: name=postgrey state=restarted + +- name: Restart Postfix + service: name=postfix state=restarted + +- name: Reload Postfix + service: name=postfix state=reloaded -- cgit v1.2.3