浏览代码

Restore full-text search with Solr

The configuration file `90-plugin.conf` exists but was not getting
installed.
Mike Ashley 7 年前
父节点
当前提交
65df56e057
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      roles/mailserver/tasks/dovecot.yml

+ 2
- 1
roles/mailserver/tasks/dovecot.yml 查看文件

@@ -46,8 +46,9 @@
46 46
     - 10-auth.conf
47 47
     - 10-mail.conf
48 48
     - 10-master.conf
49
-    - 90-sieve.conf
50 49
     - 90-antispam.conf
50
+    - 90-plugin.conf
51
+    - 90-sieve.conf
51 52
     - auth-sql.conf.ext
52 53
   notify: restart dovecot
53 54
 

正在加载...
取消
保存