Email too big...

I get the following in my /var/log/syslog everytime otrs tries to pop: Jul 11 10:50:23 localhost OTRS-PM3-10[24298]: [Error][main::FetchMail][Line:153]: Can't fetch email 2 from XXXX Email to big (6560 KB - max 6144 KB)! I'd like to set that limit higher, but I can't figure out where it's done, so if somebody could help I'd really appreciate it... Thanks in advance. -- Peace, love & harmony Atte http://www.atte.dk

Hi!
Jul 11 10:50:23 localhost OTRS-PM3-10[24298]: [Error][main::FetchMail][Line:153]: Can't fetch email 2 from XXXX Email to big (6560 KB - max 6144 KB)!
I'd like to set that limit higher, but I can't figure out where it's done, so if somebody could help I'd really appreciate it...
For v1.3.2, in Config.pm, add something like this: $Self->{PostMasterPOP3MaxEmailSize} = 1024 * X; Where X is a multiplier that can be set to whatever you need. If X == 10, then max message size would be 10240 Bytes (10 megabytes). I believe that this is only valid if you're using "PostMasterPOP3.pl" to fetch your mail...
Thanks in advance.
Regards! --- Victor R. Rodriguez Departamento de Sistemas Valoraciones del Mediterraneo, S.A. ---

Victor Rodriguez Cortes wrote:
For v1.3.2, in Config.pm, add something like this: $Self->{PostMasterPOP3MaxEmailSize} = 1024 * X;
Thanks alot, that fixed the problem... -- Peace, love & harmony Atte http://www.atte.dk

Victor Rodriguez Cortes wrote:
Jul 11 10:50:23 localhost OTRS-PM3-10[24298]: [Error][main::FetchMail][Line:153]: Can't fetch email 2 from XXXX Email to big (6560 KB - max 6144 KB)!
I realize that this warning also show up in the html interface for the system administrator, but wouldn't it be appropriate if the system would notify the administrator in some way, for instance by email. It would be nice, so we avoid having email sitting on the server for ages... -- Peace, love & harmony Atte http://www.atte.dk

On 11 Jul 2005 at 13:03, Atte André Jensen wrote:
I realize that this warning also show up in the html interface for the system administrator, but wouldn't it be appropriate if the system would notify the administrator in some way, for instance by email. It would be nice, so we avoid having email sitting on the server for ages...
I believe that errors generated by cron jobs are submited to the mail address defined by "aaa_base" cronjob: http://doc.otrs.org/1.3/en/html/cronjob-default-cronjobs.html Bye! --- Victor R. Rodriguez Departamento de Sistemas Valoraciones del Mediterraneo, S.A. ---

Victor Rodriguez Cortes wrote:
I believe that errors generated by cron jobs are submited to the mail address defined by "aaa_base" cronjob:
http://doc.otrs.org/1.3/en/html/cronjob-default-cronjobs.html
Thanks, I should have noticed that, sorry... -- Peace, love & harmony Atte http://www.atte.dk
participants (2)
-
Atte André Jensen
-
Victor Rodriguez Cortes