diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-02 23:39:26 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:10 +0200 |
commit | 1a50ad8f85ae7b42d7749b43d8f01adb663114ff (patch) | |
tree | 39ef587ae5efaafbe6895a6aee2602a6a81c6e0b /roles/MSA/handlers | |
parent | 9ff98e18e5dd6967bce1457cff1884ec632cf2b5 (diff) |
Configure the Mail Submission Agent.
Diffstat (limited to 'roles/MSA/handlers')
-rw-r--r-- | roles/MSA/handlers/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/MSA/handlers/main.yml b/roles/MSA/handlers/main.yml new file mode 100644 index 0000000..c27834e --- /dev/null +++ b/roles/MSA/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: Restart Postfix + service: name=postfix state=restarted + +- name: Reload Postfix + service: name=postfix state=reloaded |