[v-webmail] Attachment maximum size

  • From: "John" <john+vwebmail@xxxxxxxxxxxx>
  • To: <v-webmail@xxxxxxxxxxxxx>
  • Date: Sat, 3 May 2003 20:35:37 +0200

I tried to send an email with an attachment of 4,7 MB, but it didn't work.
It does work for smaller attachments - I tired 1MB. Does anyone have any
ideas how to change the maximum attachment size for v-webmail.

When I click "Send", the browser eventually times out after some minutes
with "impossible to display the page".  The email is not sent.

I have limits in /etc/php.ini which are more than sufficient:
    post_max_size = 20M
    upload_max_filesize = 20M

The web log shows:
    192.168.1.32 - - [03/May/2003:20:21:35 +0200] "POST
/mail/email.compose.php HTTP/1.1" 200 -

The SMTP log shows a connection from localhost that lasts a few seconds
before it is lost:
    May  3 20:16:30 turate postfix/smtpd[29007]: connect from
localhost[127.0.0.1]
    May  3 20:16:33 turate postfix/smtpd[29007]: lost connection after EHLO
from localhost[127.0.0.1]
    May  3 20:16:33 turate postfix/smtpd[29007]: disconnect from
localhost[127.0.0.1]

I saw that in htdocs/email.compose.php there is a reference to the max file
upload.
    File uploaded was too large (limit is: 2Mb)
But this message does not appear in the browser.

Can anyone indicate where I could change the maximum permitted attachment
size?

Thanks,
John


-- 
V-webmail Support Mailing List (http://www.v-webmail.org)
Archives: //www.freelists.org/archives/v-webmail/
To unsubscribe, send mail to: v-webmail-request@xxxxxxxxxxxxx
  with "unsubscribe" in the subject

Other related posts:

  • » [v-webmail] Attachment maximum size