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

19 lines
685 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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