iredmail-doc/zh_CN/howto/0-disable.greylisting.md

19 lines
685 B
Markdown
Raw Permalink Normal View History

2015-08-14 08:25:15 -05:00
# 禁用 Clubbringer 提供的灰名单服务
2015-08-13 21:24:35 -05:00
2018-01-21 20:16:16 -06:00
!!! warning
Cluebringer 在 iRedMail-0.9.3 版本及后续版本里已经移除,如果你还在运行
Cluebringer请迁移到 iRedMail 自行开发的 iRedAPD迁移文档
[Migrate from Cluebringer to iRedAPD](./cluebringer.to.iredapd.html).
2015-08-19 08:19:13 -05:00
* 先查阅文档确认 Cluebringer 配置文件 `cluebringer.conf` 的具体路径:
[iRedMail 主要组件的配置文件和日志文件路径](./file.locations.html#cluebringer)
2015-08-13 21:24:35 -05:00
* 在配置文件 `cluebringer.conf` 中查找以下行:
```
[Greylisting]
enable=1
```
2015-08-14 08:25:15 -05:00
要禁用灰名单,把 `enabled=1` 改为 `enabled=0`,并重启 Cluebringer 服务即可。