From ab83789bd70d294623e62e0b366b6b649cb5b0af Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 14 Jan 2014 08:06:54 +0100 Subject: Mailing lists (using mlmmj). Right now the list server cannot be hosted with a MX, due to bug 51: http://mlmmj.org/bugs/bug.php?id=51 Web archive can be compiled with MHonArc, but the web server configuration is not there yet. --- roles/lists/handlers/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/lists/handlers/main.yml (limited to 'roles/lists/handlers') diff --git a/roles/lists/handlers/main.yml b/roles/lists/handlers/main.yml new file mode 100644 index 0000000..c27834e --- /dev/null +++ b/roles/lists/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: Restart Postfix + service: name=postfix state=restarted + +- name: Reload Postfix + service: name=postfix state=reloaded -- cgit v1.2.3