Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: weblance on June 15, 2011, 03:49:33 PM
-
Hi
I have a mail user on my server that is trying to send me (both on the same server) an email with an attached pdf file. This file is 11MB. But the problem is that I'm not receiving it. It's in his sent box, but I'm not getting it, and hothing shows up in the qmail log.
I'm receiving all his emails if he sends them without attachments.
Any idea?
/Carl
-
Any idea?
1) check the logs.. this is always the FIRST thing to do.. you are using SME, a linux distro.. in linux almost everything is logged..
2) read the FAQs: http://wiki.contribs.org/SME_Server:Documentation:FAQ#Set_max_email_size
HTH
-
IIRC the default limit is 10Mb for webmail and 15Mbytes for qmail.
-
I have checked the logs and nothing appears when the mail is sent.
-
the problem is with incoming emails, not outgoing..
-
the problem is with incoming emails, not outgoing..
I think you are right. We are also experiencing problems when clients are sending emails with large attachments. What can I do to correct this issue?
-
what about reading the FAQ page I told you above? :-)
-
what about reading the FAQ page I told you above? :-)
I have read it, set the limit to 50MB, but it doesn't make any difference.
-
set the limit to 50MB
how did you do it? please post the exact commands, thank you
-
I used:
config setprop qmail MaxMessageSize 50000000
config setprop clamav MaxFileSize 50M
config setprop qpsmtpd MaxScannerSize 50000000
-
I used:
config setprop qmail MaxMessageSize 50000000
config setprop clamav MaxFileSize 50M
config setprop qpsmtpd MaxScannerSize 50000000
no
signal-event email-update
?
-
Yes I've also entered "signal-event email-update".