summaryrefslogtreecommitdiffstats
path: root/roles/webmail
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-06-27 23:49:44 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:52:02 +0200
commitd2a197a219bc9e52d762abfede5268856ec86fc9 (patch)
treeb4caccb7c25e02e79f393b24087c488027fa5765 /roles/webmail
parentf04858c1b02643d4804c83b053cd8390efe58522 (diff)
Force Roundcube to connect the IMAP server on localhost:143.
Diffstat (limited to 'roles/webmail')
-rw-r--r--roles/webmail/tasks/roundcube.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml
index 4699bdc..c737fd1 100644
--- a/roles/webmail/tasks/roundcube.yml
+++ b/roles/webmail/tasks/roundcube.yml
@@ -30,6 +30,7 @@
- { var: smtp_log, value: "FALSE" }
# IMAP
- { var: default_host, value: "'localhost'" }
+ - { var: default_port, value: "143" }
- { var: imap_auth_type, value: "'plain'" }
- { var: imap_cache, value: "null" }
- { var: messages_cache, value: "FALSE" }