Log milter in GUI

msharabov

Member
Feb 18, 2022
3
0
6
25
Hello,

Is there a way to add to the log postfix/cleanup[xxxx]: xxxx: milter-reject: xxxx
The idea is to have reject message in the gui when my milter(Rspamd) rejects something, because now it does not show at all.
I am also willing to manually edit the code pmg-log-tracker. But i cannot wrap my mind how to do it.

Thanks in advance!
 
Last edited:
pmg-log-tracker is quite optimized for speed and reading logs - which means there are quite a few fixed string comparisons in its code, making such
additions a bit tedios.

As this is nothing we plan on adding in general - there's little help we can provide - but maybe the following patch-series might help you (it adds the clamav-output based on the queue-file):
https://lists.proxmox.com/pipermail/pmg-devel/2023-July/002497.html

But - I would suggest to consider putting rspamd in a installation of its own (before or after PMG) - this should make for a cleaner design and usually
patching code locally leads to far more problems down the road (latest with the next major upgrade)
 
  • Like
Reactions: msharabov