Hallo,
 
ich wei� die Diskussion gab's schon mal, aber vielleicht gibt es ja neue Erkenntnisse:
Mein System: SuSE Linux 9.1, OTRS 1.3.1
 
Folgendes Problem:
 
Abruf einer einfachen Mail (kein Anhang) - problemlos
Die Mail wurde vom POP3 Server gel�scht und wird in OTRS korrekt angezeigt.
------------------------------------------------------------------------------ 
[EMAIL PROTECTED]:~/bin> ./PostMasterPOP3.pl
Message 1/1 ([EMAIL PROTECTED])

Connection to 192.168.85.1 closed.
-------------------------------------------------------------------------------


Abruf einer Mail mit Anhang 5MB - PROBLEM
Die Mail wird nicht vom POP3 Server gel�scht wird aber in OTRS korrekt mit Anhang angezeigt. Jedoch vervielf�ltigt sich die Mail st�ndig, da schlie�lich PostMasterPOP3.pl zyklisch aufgerufen wird.
-------------------------------------------------------------------------------
[EMAIL PROTECTED]:~/bin> ./PostMasterPOP3.pl
Message 1/1 ([EMAIL PROTECTED])

Use of uninitialized value in numeric eq (==) at /usr/lib/perl5/5.8.3/Net/POP3.pm line 299.
Use of uninitialized value in numeric eq (==) at /usr/lib/perl5/5.8.3/Net/POP3.pm line 302.

Connection to 192.168.85.1 closed.
--------------------------------------------------------------------------------


Damit OTRS mit gro�en Mails auch umgehen kann habe ich in:

/etc/my.cnf
max_allowed_packet = 32M

/opt/otrs/Kernel/Config.pm
$Self->{PostMasterPOP3MaxEmailSize} = 1024 * 1024 * 12;

gesetzt:


Gru� Tobias

_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/

Antwort per Email an