summaryrefslogtreecommitdiffstats
path: root/roles/webmail/tasks/roundcube.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/webmail/tasks/roundcube.yml')
-rw-r--r--roles/webmail/tasks/roundcube.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml
index e76b896..21d4dff 100644
--- a/roles/webmail/tasks/roundcube.yml
+++ b/roles/webmail/tasks/roundcube.yml
@@ -23,10 +23,10 @@
# Logging/Debugging
- { var: smtp_log, value: "FALSE" }
# IMAP
- - { var: default_host, value: "'ssl://imap.fripost.org'" }
- - { var: imap_auth_type, value: "'plain'" }
- - { var: imap_cache, value: "'db'" }
- - { var: message_cache, value: "'db'" }
+ - { var: default_host, value: "'localhost'" }
+ - { var: imap_auth_type, value: "'plain'" }
+ - { var: imap_cache, value: "null" }
+ - { var: message_cache, value: "null" }
# SMTP
- { var: smtp_server, value: "localhost" }
- { var: smtp_port, value: "2580" }