Changes between Version 2 and Version 3 of MysqlMaxPacket

Show
Ignore:
Timestamp:
04/25/06 20:05:02 (4 years ago)
Author:
rjl (IP: 192.168.0.2)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MysqlMaxPacket

    v2 v3  
    1 '''Mysql won't allow messages over 1024k, and so messages larger than that break maia.''' 
     1'''Mysql won't allow messages over 1024k, and so messages larger than that break Maia.''' 
    22 
    33First, you may notice an item in the system configuration: 
    44 
    5 Mail size limit (bytes): specifies the size of the largest mail item you are willing to check for content-filtering purposes. Note that your database configuration options may need to be adjusted (e.g. the max_allowed_packet parameter of MySQL must be at least as large as this value, etc.). 
     5Mail size limit (bytes): specifies the size of the largest mail item you are willing to check for content-filtering purposes. Note that your database configuration options may need to be adjusted (e.g. the {{{max_allowed_packet}}} parameter of MySQL must be at least as large as this value, etc.). 
    66 
    77And from the install docs: 
    88 
    9 If you're using MySQL, you'll also need to add (or increase) the max_allowed_packet setting in your my.cnf file. This setting determines the size of the largest mail item you'll be able to process with Maia, so make sure to set this value large enough to accommodate your needs. (You'll be able to tell Maia later on what to do with mail larger than this.) Note that in MySQL version prior to 4.0.1, the maximum packet size is 16M; later versions can accept packets as large as 1GByte. 
     9If you're using MySQL, you'll also need to add (or increase) the {{{max_allowed_packet}}} setting in your my.cnf file. This setting determines the size of the largest mail item you'll be able to process with Maia, so make sure to set this value large enough to accommodate your needs. (You'll be able to tell Maia later on what to do with mail larger than this.) Note that in MySQL version prior to 4.0.1, the maximum packet size is 16 MB; later versions can accept packets as large as 1 GB. 
    1010 
    1111MySQL versions prior to 4.0.2: 
     
    2020}}} 
    2121 
     22---- 
     23 
    2224[wiki:FAQ Back to FAQ]