ソースを参照

fixed sieve host

tags/v1.0.1^0
Robin Thoni 7年前
コミット
7484d58d36
2個のファイルの変更2行の追加1行の削除
  1. 1
    1
      roundcube/roundcubemail-1.2.2/plugins/managesieve/config.inc.php
  2. 1
    0
      roundcube/vars-files

+ 1
- 1
roundcube/roundcubemail-1.2.2/plugins/managesieve/config.inc.php ファイルの表示

@@ -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 ファイルの表示

@@ -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

読み込み中…
キャンセル
保存