From 3c8b4748d8b0c2dbb130795f3770de7199b0e1a1 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 3 Dec 2015 15:56:50 +0100 Subject: Use a dedicated subdomain for ManageSieve. --- roles/webmail/files/etc/roundcube/plugins/managesieve/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/webmail/files/etc/roundcube/plugins/managesieve/config.inc.php b/roles/webmail/files/etc/roundcube/plugins/managesieve/config.inc.php index 8e4b454..9c9b3fc 100644 --- a/roles/webmail/files/etc/roundcube/plugins/managesieve/config.inc.php +++ b/roles/webmail/files/etc/roundcube/plugins/managesieve/config.inc.php @@ -10,7 +10,7 @@ $config['managesieve_port'] = 4190; // %n - http hostname ($_SERVER['SERVER_NAME']) // %d - domain (http hostname without the first part) // For example %n = mail.domain.tld, %d = domain.tld -$config['managesieve_host'] = 'imap.fripost.org'; +$config['managesieve_host'] = 'sieve.fripost.org'; // authentication method. Can be CRAM-MD5, DIGEST-MD5, PLAIN, LOGIN, EXTERNAL // or none. Optional, defaults to best method supported by server. -- cgit v1.2.3