Help with Custom Postmaster module

I created a custom Postmaster module (Simple.pm) and tried to use it like this: Kernel/Config.pm [...] # Job Name: Custom Postmaster # (use custom postmaster module) $Self->{'PostMaster::PreFilterModule'}->{'Custom Postmaster'} = { Module => 'Kernel::System::PostMaster::Filter::Simple', }; [...] When the PostMasterPOP3.pl cron runs, I get the following message: Can't load module Kernel::System::PostMaster::Filter::Simple! Traceback (30596) Module: Kernel::System::PostMaster::Run (v1.40.2.1) Line: 131 Module: main::FetchMail (v1.11) Line:: 169 Module: bin/PostMasterPOP3.pl (v1.11) Line: 106 Any advice would be appreciated, Tyler Hepworth

On Friday, May 21, 2004 6:17 PM
Tyler Hepworth
I created a custom Postmaster module (Simple.pm) and tried to use it like this:
Kernel/Config.pm [...] # Job Name: Custom Postmaster # (use custom postmaster module) $Self->{'PostMaster::PreFilterModule'}->{'Custom Postmaster'} = { Module => 'Kernel::System::PostMaster::Filter::Simple', }; [...]
When the PostMasterPOP3.pl cron runs, I get the following message:
Can't load module Kernel::System::PostMaster::Filter::Simple!
Where did you save it? Regards, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Robert Kehl
-
Tyler Hepworth