
I get this error with 1.1.0.RC1 every time a new email is downloaded from the pop3 server. The email do get to the correct queue (Postmaster). Raw queue does not even exist. Is is necessary? 10q, Ovidiu Error is: ----------------- Subject: cron: $HOME/bin/PostMasterPOP3.pl >> /dev/null ERROR: OTRS-PM3-1 Perl: 5.6.1 OS: linux Time: Fri Apr 18 01:09:01 2003 Message: Found no $QueueID for Raw! Traceback (32074): Module: Kernel::System::Queue::QueueLookup (v1.27) Line: 329 Module: Kernel::System::PostMaster::DestQueue::GetQueueID (v1.9) Line: 98 Module: Kernel::System::PostMaster::Run (v1.31) Line: 116 Module: main::FetchMail (v1.8) Line: 168 Module: /opt/otrs-bullguard//bin/PostMasterPOP3.pl (v1.8) Line: 106

Hi Ovidiu, On Fri, Apr 18, 2003 at 01:24:45AM +0300, Ovidiu Constantin wrote:
I get this error with 1.1.0.RC1 every time a new email is downloaded from the pop3 server. The email do get to the correct queue (Postmaster). Raw queue does not even exist. Is is necessary?
10q, Ovidiu
Error is: ----------------- Subject: cron: $HOME/bin/PostMasterPOP3.pl >> /dev/null
ERROR: OTRS-PM3-1 Perl: 5.6.1 OS: linux Time: Fri Apr 18 01:09:01 2003
Message: Found no $QueueID for Raw!
Traceback (32074): Module: Kernel::System::Queue::QueueLookup (v1.27) Line: 329 Module: Kernel::System::PostMaster::DestQueue::GetQueueID (v1.9) Line: 98 Module: Kernel::System::PostMaster::Run (v1.31) Line: 116 Module: main::FetchMail (v1.8) Line: 168 Module: /opt/otrs-bullguard//bin/PostMasterPOP3.pl (v1.8) Line: 106
The Raw queue is not necessary. But the Raw queue is the default queue. -=> If you don't have the Raw queue anymore, change the default queue in your config file. Add to Kernel/Config.pm [...] $Self->{PostmasterDefaultQueue} = 'YourDefaultQueue'; [...] And your error message will go. Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson
participants (2)
-
Martin Edenhofer
-
Ovidiu Constantin