Postmaster Filter log

Moderator: crythias

Locked
tparcina
Znuny newbie
Posts: 6
Joined: 10 Mar 2016, 14:28
Znuny Version: 5.0.5
Real Name: Tomislav Parčina
Company: Adriatic.hr d. o. o.
Location: Split, Croatia
Contact:

Postmaster Filter log

Post by tparcina »

Sometimes I have problems setting up Postmaster Filter, and I would like to see why the mail ended in specific queue, or why it has particular status (we define both using Postmaster filters). Problem is that I can not find any information about this in /var/log/otrs.log. Is there any other log I should look into? Do I need to enable more verbose log?

Any help on this topic would be appreciated.

Best regards.
--
Tomislav Parcina
pnorthup
Znuny newbie
Posts: 2
Joined: 02 Feb 2017, 16:16
Znuny Version: 5.0.14

Re: Postmaster Filter log

Post by pnorthup »

1- Setting the minimum log level to Debug in Framework → Core::Log sysconfig will give you postmaster filter logs, although it will also give you lots of other stuff.
2- You would think editing line 28 of Kernel/System/PostMaster/Filter/Match.pm to be
$Self->{Debug} = 2;
would work, but it didn't seem to, for me. Wish I knew why.
tparcina
Znuny newbie
Posts: 6
Joined: 10 Mar 2016, 14:28
Znuny Version: 5.0.5
Real Name: Tomislav Parčina
Company: Adriatic.hr d. o. o.
Location: Split, Croatia
Contact:

Re: Postmaster Filter log

Post by tparcina »

Hi pnorthup,

thank you for your reply.

I have managed so solve my Postmaster Filter problem using trial and error method. I'll write down your suggestion and try it next time I have to troubleshoot Postmaster Filter.

Best regards.
--
Tomislav Parcina
Locked