Postgreyをインストールしましたが、正常に動作しますが、一部のメールアカウントを除外したいと思います。したがって、マニュアルに記載されているように、アカウント名をwhitelist_recipientsに追加してから、postrgey、postfixを再起動しましたが、ログで確認できるように、除外されたユーザーの新着メールは引き続きグレーリストに登録されています。私は何を逃しましたか?
/ 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@
-postfixログ:
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プロセスを手動で強制終了してから、サービスを開始する必要がありました。今ではそれは魅力のように機能します。