Hello there,
I´m complete newbie, I´m testing OTRS and I have this problem:
In the OTRS log (Admin tab) this error is repeated again and again:
Can't create PID PostMasterMailbox, because it's already running (otrs/22327)!
After some googling, I found post in which someone says to delete some row from DB
(delete from process_id where process_name = 'PostMasterMailbox';) and then to try
/opt/otrs/bin/otrs.PostMasterMailbox.pl -f 1
So I issued command
[root@otrs ~]# sudo -u otrs /opt/otrs/bin/otrs.PostMasterMailbox.pl -f 1
But it displays error in the subject.
How do I find which sender it is trying to send e-mail as?
JZ