Keith Kikta - iland Internet Solutions wrote: > Mar 29 10:59:49 mgw3 postfix/smtpd[4237]: warning: = > queue_minfree(20480000) should be at least = > 1.5*message_size_limit(524288000) > Mar 29 10:59:49 mgw3 postfix/smtpd[4237]: connect from = > webboard2.iland.com[64.154.20.16] > Mar 29 10:59:49 mgw3 postfix/smtpd[4239]: warning: = > queue_minfree(20480000) should be at least = > 1.5*message_size_limit(524288000)
I think it's telling you that queue_minfree should be at least 1.5 times message_size_limit ;-) Looks like you would need queue_minfree to be at least 786432000 -- Chris Scott Host Orlando, Inc http://www.hostorlando.com/
