Configure FBL parser .....

Those look like they should be parsed just fine by the current fbl handler. Are you sure they are returned to an address monitored by a fbl server and that fbl server is active?
 
Hi mate,

The FBL server is added and active

If there a report of FBL matches found / processed I can check? the manual checks I have done show that the FBL reports are not being removed from lists and the offending subscriber still remains on that list.

Thanks
 
Before going further with this, could you run the FBL handler by hand from command line and in the same time open the maillog for where the fbl should connect to see if it actually manages to connect there?
 
the mail log is usually located at /var/log/maillog or /var/log/mail.log so you should just watch it for changes, that is
Code:
tail -f /var/log/maillog
then once this stays open in a terminal, in another one connect to mailwizz and run
Code:
// the path to console.php can be distinct in your case
/usr/bin/php -q /var/www/vhosts/domain.mailwizz.com/httpdocs/apps/console/console.php feedback-loop-handler
And see if then you get some info in the other terminal.

beside maillog you should also watch the imap server log, that is dovecot or whatever imap server you're using, it's logs are still in the /var/log folder.
 
Back
Top