Postscreen statistics are no longer displayed.

MDV

New Member
Dec 21, 2020
5
0
1
44
Hello!
The Postscreen Statistics are no longer displayed.
I'm using dnsbl :

Mar 16 11:09:24 pmg postfix/postscreen[31233]: CONNECT from [37.46.83.132]:13713 to [123.123.123.123]:25
Mar 16 11:09:24 pmg postfix/dnsblog[31234]: addr 37.46.83.132 listed by domain bl.spamcop.net as 127.0.0.2
Mar 16 11:09:24 pmg postfix/dnsblog[31235]: addr 37.46.83.132 listed by domain b.barracudacentral.org as 127.0.0.2
Mar 16 11:09:30 pmg postfix/postscreen[31233]: DNSBL rank 2 for [37.46.83.132]:13713
Mar 16 11:09:31 pmg postfix/tlsproxy[31237]: CONNECT from [37.46.83.132]:13713
Mar 16 11:09:31 pmg postfix/tlsproxy[31237]: Anonymous TLS connection established from [37.46.83.132]:13713: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256
Mar 16 11:09:31 pmg postfix/postscreen[31233]: NOQUEUE: reject: RCPT from [37.46.83.132]:13713: 550 5.7.1 Service unavailable; client [37.46.83.132] blocked using bl.spamcop.net; from=<glikeriiyakushev1993@rambler.ru>, to=<pub@qqq.qq>, proto=ESMTP, helo=<smtp.rambler.ru>
Mar 16 11:09:32 pmg postfix/tlsproxy[31237]: DISCONNECT [37.46.83.132]:13713
Mar 16 11:09:32 pmg postfix/postscreen[31233]: HANGUP after 1.2 from [37.46.83.132]:13713 in tests after SMTP handshake
Mar 16 11:09:32 pmg postfix/postscreen[31233]: DISCONNECT [37.46.83.132]:13713

1615883310232.png
What could be the reason?
 
Last edited:
The postscreen stats are read from the system journal - by running:
Code:
journalctl -o json --output-fields '__CURSOR,MESSAGE' --no-pager --identifier 'postfix/postscreen' -n 5000
in the 'pmgpolicy' daemon

* do you get any output when you run the command - do you get any current output (try running `journalctl --identifier 'postfix/postscreen'`_
* is the pmgpolicy daemon running?

I hope this helps!