Policy Database Maintenance Issues

Ivo Ahun

Active Member
Jun 17, 2017
3
0
41
40
Can somebody give advice, what can be wrong there and how can it be fixed?


Code:
Apr  9 00:40:46 mailgw7 pmgpolicy[1013]: starting policy database maintenance (greylist, rbl)
Apr  9 00:40:47 mailgw7 pmgpolicy[1013]: rbl update error: command 'journalctl -o json --output-fields __CURSOR,MESSAGE --no-pager --identifier postfix/postscreen -n 5000 '--since=@1649451604'' failed: open3: exec of journalctl -o json --output-fields __CURSOR,MESSAGE --no-pager --identifier postfix/postscreen -n 5000 --since=@1649451604 failed: No such file or directory at /usr/share/perl5/PVE/Tools.pm line 455.
Apr  9 00:40:47 mailgw7 pmgpolicy[1013]: end policy database maintenance (6 ms, 3 ms)
 
Last edited:
what's the output of:
Code:
journalctl -o json --output-fields __CURSOR,MESSAGE --no-pager --identifier postfix/postscreen -n 5000 '--since=@1649451604'
?

did you change any configurations on your PMG installation?