On Fri, Jan 02, 2009 at 01:28:23PM -0500, ja...@monsterjam.org wrote:

> I have 2.5.5 installed on my postfix server at home.. and postfix delivers to 
> procmail on my system
> mailbox_command = /usr/bin/procmail
> 
> and then my procmail then calls CRM114 for spam processing.. but more often 
> than not, procmail fails with
> procmail: Program failure (-25) of "/usr/bin/crm"
> 
> which I know means that procmail failed to run the command because of 
> processing limits memory/disk/whatever..
> 
> I have jacked up what I *thought* would fix it
> message_size_limit = 60240000
> mailbox_size_limit = 61240000
> but it still fails. Does anyone know if these are the right values to be 
> playing with? 

The mailbox_size_limit is the most likely problem. Programs launched
from delivery agents cannot write to files that are larger than the
message_size_limit, this includes any Berkeley-DB or other "database"
files, ...

-- 
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majord...@postfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.

Reply via email to