From d8a4833e85635f5c3b685fb8c5af56b274448972 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 23 May 2016 02:05:21 +0200 Subject: Roundcube: add a warning regarding IMAP hostname change. --- roles/webmail/tasks/roundcube.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles') diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index ab417e5..9a0a264 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -47,6 +47,8 @@ # Logging/Debugging - { var: smtp_log, value: "false" } # IMAP + # WARNING: After hostname change update of mail_host column in users + # table is required to match old user data records with the new host. - { var: default_host, value: "'localhost'" } - { var: default_port, value: "143" } - { var: imap_auth_type, value: "'PLAIN'" } -- cgit v1.2.3