diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-02 20:18:28 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:08 +0200 |
commit | 7d1622f3e5db18b40cab6cecfd3c2f1fab20d782 (patch) | |
tree | c5753fb80444467fe2fcb205e4d03595ff1412de /roles/IMAP/handlers | |
parent | f2dc55cd77aae4e6e9c4258a64547a16a90ea579 (diff) |
Configure the IMAP server.
(For now, only LMTP and IMAP processes, without replication.)
Diffstat (limited to 'roles/IMAP/handlers')
-rw-r--r-- | roles/IMAP/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/IMAP/handlers/main.yml b/roles/IMAP/handlers/main.yml new file mode 100644 index 0000000..45f817d --- /dev/null +++ b/roles/IMAP/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: Restart Dovecot + service: name=dovecot state=restarted |