Re: [imp] Max attachment size

2009-04-08 Thread Michael Menge
Hi again, Quoting Michael M Slusarz : Quoting Michael Menge : Hi, Quoting Michael M Slusarz : The MIME/IMAP/attachment code has been completely rewritten in IMP 5 and, regardless, the outputted message *is* valid MIME. However, you really shouldn't be using 'Forward Attachments Only'

Re: [imp] Max attachment size

2009-04-08 Thread Michael M Slusarz
Quoting Michael Menge : Hi, Quoting Michael M Slusarz : The MIME/IMAP/attachment code has been completely rewritten in IMP 5 and, regardless, the outputted message *is* valid MIME. However, you really shouldn't be using 'Forward Attachments Only' - you should be using 'Forward Entire Me

Re: [imp] Max attachment size

2009-03-26 Thread Michael Menge
Hi, Quoting Michael M Slusarz : The MIME/IMAP/attachment code has been completely rewritten in IMP 5 and, regardless, the outputted message *is* valid MIME. However, you really shouldn't be using 'Forward Attachments Only' - you should be using 'Forward Entire Message' (I am very close to

Re: [imp] Max attachment size

2009-03-25 Thread Ronan SALMON
Paul van der Vlis a écrit : Paul van der Vlis schreef: In the source of the forwarded message I see this: --=_5i1pjokhu740 Content-Type: text/plain;          charset=ISO-8859-1;          name="10mb.bin" Content-Disposition: attachment;          filename="10mb.bin" Content-Transfer-Encoding: quo

Re: [imp] Max attachment size

2009-03-25 Thread Michael M Slusarz
Quoting Paul van der Vlis : Paul van der Vlis schreef: Another point I see is that the forwarded message has a size (in Horde) of 24023 KB. The original message had a size of 14035 kB. Any idea what is wrong? In the source of the original message I see this: --0503040406040009040

Re: [imp] Max attachment size

2009-03-25 Thread Paul van der Vlis
Paul van der Vlis schreef: > Another point I see is that the forwarded message has a size (in Horde) > of 24023 KB. The original message had a size of 14035 kB. Any idea what is > wrong? In the source of the original message I see this: --050304040604000904020505 Content-Type: applica

Re: [imp] Max attachment size

2009-03-25 Thread Paul van der Vlis
Michael M Slusarz schreef: > Quoting Paul van der Vlis : > >> memory_limit = 100M > > [snip] > >> But I still get this type of errors: >> Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to >> allocate 48525721 bytes) in /usr/share/horde3/lib/Horde/MIME/Part.php on >> line 11

Re: [imp] Max attachment size

2009-03-25 Thread Graeme Wood
On Wed, 25 Mar 2009, Paul van der Vlis wrote: Hello, A customer wants to sent attachments till 10 MB. I did everything what's in the FAQ. I even use this settings for testing purposes: upload_max_filesize = 100M memory_limit = 100M post_max_size = 100M max_execution_time = 60 max_input_time =

Re: [imp] Max attachment size

2009-03-25 Thread Michael M Slusarz
Quoting Paul van der Vlis : memory_limit = 100M [snip] But I still get this type of errors: Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 48525721 bytes) in /usr/share/horde3/lib/Horde/MIME/Part.php on line 1152 What will be wrong? 48525721 is much less t

Re: [imp] Max attachment size

2009-03-25 Thread Paul van der Vlis
Graeme Wood schreef: > On Wed, 25 Mar 2009, Paul van der Vlis wrote: > >> Hello, >> >> A customer wants to sent attachments till 10 MB. I did everything what's >> in the FAQ. I even use this settings for testing purposes: >> >> upload_max_filesize = 100M >> memory_limit = 100M >> post_max_size = 1

[imp] Max attachment size

2009-03-25 Thread Paul van der Vlis
Hello, A customer wants to sent attachments till 10 MB. I did everything what's in the FAQ. I even use this settings for testing purposes: upload_max_filesize = 100M memory_limit = 100M post_max_size = 100M max_execution_time = 60 max_input_time = 60 But I still get this type of errors: Fatal er