
paul at nfg
Apr 12, 2012, 3:44 AM
Post #2 of 2
(266 views)
Permalink
|
On 04/12/2012 12:16 PM, skraps [at] hushmail wrote: > I'm trying to send 20mb messages and they just don't go thru, I even > raised my users mail size limits. DBMail doesn't have a max mail size. If you use MySQL, you must however check some settings in my.cnf: from INSTALL: A special note to MySQL users: since DBMail 3.0 stores attachments in single rows, you need to set 'max_allowed_packet' in /etc/mysql/my.cnf to a value that is larger than the largest email attachment you expect to support. So if you accept emails upto say 20MB, you should set a value for 'max_allowed_packet' of no less than 21MB, leaving some room for network overhead. If you want to be safe: use 1.5 times the max message size. -- ________________________________________________________________ Paul J Stevens pjstevns @ gmail, twitter, skype, linkedin * Premium Hosting Services and Web Application Consultancy * www.nfg.nl/info [at] nfg/+31.85.877.99.97 ________________________________________________________________ _______________________________________________ Dbmail-dev mailing list Dbmail-dev [at] dbmail http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
|