From d2a197a219bc9e52d762abfede5268856ec86fc9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 27 Jun 2014 23:49:44 +0200 Subject: Force Roundcube to connect the IMAP server on localhost:143. --- roles/webmail/tasks/roundcube.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/webmail') 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" } -- cgit v1.2.3