如何从 postfix 服务器禁用 postgrey?

How to disable postgrey from a postfix server?

我在 postfix 邮件服务器上安装了 postgrey,但我不再需要它了。我在后缀中看不到 disable/enable postgrey 的选项。当我卸载它时,服务器停止接收邮件。

我是否需要在没有 postgrey 的情况下重新安装我的整个邮件服务器,或者有没有办法简单地将其关闭?

我用这个关闭了它:

在文件中:/etc/postfix/main.cf...

  • 行开头为:smtpd_recipient_restrictions =
  • 已删除 check_policy_service inet:127.0.0.1:10023

是啊!无需重新安装!