Hello,

a user send a big message and we have the error by E mail:

++
Message: Can't fetch email 1 from [EMAIL PROTECTED] Email to big (9688 KB - max 6144 KB)!
++

as said in a post in the mailing list, we add in Config.pm:

++
    # PostMasterPOP3MaxSize
    # (max. email size)
    $Self->{PostMasterPOP3MaxEmailSize} = 1024 * 12;

++


We have now another error message and no mail is received ! This mail with the error message is sent each time the verify of new mail !

++
Suject Cron <[EMAIL PROTECTED]> $HOME/bin/PostMasterPOP3.pl >> /dev/null

Got no Email at /web/otrs/Kernel/System/PostMaster.pm line 42.
++

The line 42 is

++

    # check needed objects
41    foreach (qw(DBObject LogObject ConfigObject Email)) {
42       die "Got no $_" if (!$Param{$_});
    }
++

What is the problem ?

Best regards,

--
Serge ALGAROTTI                          [http://www-cemef.cma.fr/]
Ecole des Mines de Paris / CEMEF UMR CNRS 7635 [tel 04 93 95 74 02]

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to