summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-05-23 02:05:21 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-05-23 02:05:21 +0200
commitd8a4833e85635f5c3b685fb8c5af56b274448972 (patch)
treef8cb505947a7d981e7628c63e000bce4814bd4a4 /roles
parent5939ce51d7527784e5a53c1f1f4b16aaf189ead2 (diff)
Roundcube: add a warning regarding IMAP hostname change.
Diffstat (limited to 'roles')
-rw-r--r--roles/webmail/tasks/roundcube.yml2
1 files changed, 2 insertions, 0 deletions
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'" }