
Mine did the EXACT same thing. It went berserk, started going "Beep, Beep, Beep". It was kind of a bummer! -----Original Message----- From: Chris Salter [mailto:csalter@educomts.com] Sent: Tuesday, August 05, 2003 9:57 AM To: otrs@otrs.org Subject: RE: [otrs] PostMasterPOP3.pl Jake, I had a 19MB email (19 megs of screenshots, believe it or not) come in to our system last week, with the same results. Win2K, running OTRS 1.1.3. Every once in a while OTRS will choke on emails over 2MB, but normally it at least is good up to 5MB. Above that, it's pretty much guaranteed to choke. With the 19MB email, we discovered the problem because OTRS was trying to print the email to the console window, causing our server to beep like crazy. -- Chris Salter -----Original Message----- From: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org]On Behalf Of Covert, Jake Sent: August 5, 2003 9:28 AM To: otrs@otrs.org Subject: RE: [otrs] PostMasterPOP3.pl It was on a Win2k machine, being run by mstask.exe (Microsoft's task scheduler), so I'm now suspicious that it might have been the culprit. -----Original Message----- From: Yong Li [mailto:yli@mpiz-koeln.mpg.de] Sent: Tuesday, August 05, 2003 8:46 AM To: otrs@otrs.org Subject: Re: [otrs] PostMasterPOP3.pl
"Covert, Jake" wrote:
Once of my customers was gracious enough to try and email us a 30 Meg file as an attachment. When PostMasterPOP3.pl tried to get it, it hung (obviously...).
My question is this: Is there any email input size restrictions on PostMasterPOP3.pl? I know that otrs and mysql can both set their own limits, but this would prevent it from even coming into the system.
There is one default limit of 6M of email size in Default.pm: # --------------------------------------------------- # # # # Start of config options!!! # # PostMaster stuff # # # # --------------------------------------------------- # ... # PostMasterPOP3MaxSize # (max. email size) $Self->{PostMasterPOP3MaxEmailSize} = 1024 * 6; So PostMasterPOP3.pl should handle (skip) it, but I have no idea of why it hung... Best regards, Yong Li _______________________________________________ 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 _______________________________________________ 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 _______________________________________________ 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

Hi, How do I change the HTML login pages for the customer login page and the admin login page ? Where do I change them ? Regards, Gary

MessageGary, You can change the HTML by going to [OTRS_HOME]/Kernel/Output/HTML/[theme]/Login.dtl (for the agent login) and [OTRS_HOME]/Kernel/Output/HTML/[theme]/CustomerLogin.dtl (for the customer login). You'll probably want to modify the "Standard" theme first; in our case, we've removed the option for customers to select the "Lite" theme, because it would have been too much work to maintain two interfaces. Hope this helps! -- Chris Salter -----Original Message----- From: otrs-admin@otrs.org [mailto:otrs-admin@otrs.org]On Behalf Of Gary Chan Sent: August 7, 2003 6:46 AM To: otrs@otrs.org Subject: [otrs] Change the login HTML pages Hi, How do I change the HTML login pages for the customer login page and the admin login page ? Where do I change them ? Regards, Gary
participants (3)
-
Chris Salter
-
Covert, Jake
-
Gary Chan