postgrey白名单收件人不工作

我已经安装postgrey,它工作正常,但我想排除一些电子邮件帐户。 因此,手册中说,我将帐户名称添加到whitelist_recipients,然后重新启动postrgey,后缀,但正如您可以在日志中看到的 – 新的邮件仍灰名单排除用户。 我错过了什么?

的/ etc / postgrey / whitelist_recipients

1 # postgrey whitelist for mail recipients 2 # -------------------------------------- 3 # put this file in /etc/postgrey or specify its path 4 # with --whitelist-recipients=xxx 5 6 postmaster@ 7 abuse@ 8 automat@ 10 l.koko@ 

– 后缀日志:

  Jun 24 11:13:38 server postgrey[13949]: action=greylist, reason=new, client_name=forfree.os.pl, client_address=62.210.151.99, [email protected], [email protected] 

问题是服务重新启动不起作用。 所以我不得不手动杀死postgrey进程,然后启动服务。 现在它像一个魅力。