
28 May
2004
28 May
'04
3:31 a.m.
Robert Kehl wrote:
On Friday, May 21, 2004 6:17 PM Tyler Hepworth
wrote: 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?
/opt/otrs/Kernel/System/PostMaster/Filter/Simple.pm of course... :-) Tyler