Browse Source

fixed sieve host

tags/v1.0.1^0
Robin Thoni 7 years ago
parent
commit
7484d58d36

+ 1
- 1
roundcube/roundcubemail-1.2.2/plugins/managesieve/config.inc.php View File

@@ -10,7 +10,7 @@ $config['managesieve_port'] = null;
10 10
 // %n - http hostname ($_SERVER['SERVER_NAME'])
11 11
 // %d - domain (http hostname without the first part)
12 12
 // For example %n = mail.domain.tld, %d = domain.tld
13
-$config['managesieve_host'] = '%h';
13
+$config['managesieve_host'] = 'SIEVE_HOST';
14 14
 
15 15
 // authentication method. Can be CRAM-MD5, DIGEST-MD5, PLAIN, LOGIN, EXTERNAL
16 16
 // or none. Optional, defaults to best method supported by server.

+ 1
- 0
roundcube/vars-files View File

@@ -1,3 +1,4 @@
1 1
 /var/www/html/config/config.inc.php
2 2
 /var/www/html/plugins/password/config.inc.php
3 3
 /var/www/html/plugins/vacation_sieve/config.inc.php
4
+/var/www/html/plugins/managesieve/config.inc.php

Loading…
Cancel
Save