Hi all,
I've had a procmail script working for about three years on my server without a glitch. What it does is retrieve data from an MBOX, and fill up a database with each email's data. It is invoked through a cron job at regular intervals.
The issue I'm facing is that the top shell script (invoked from cron or the command line) spits out failures upon invocation of the sub shell script (invoked recursively for each email): /bin/bash: fork: Resource temporarily unavailable.
I've tried disabling Shell Fork Bomb Protection, but to no avail.
The issue cropped up on October 27; no message has been processed since then.
I'm at a loss as to how to proceed from here.
I've had a procmail script working for about three years on my server without a glitch. What it does is retrieve data from an MBOX, and fill up a database with each email's data. It is invoked through a cron job at regular intervals.
The issue I'm facing is that the top shell script (invoked from cron or the command line) spits out failures upon invocation of the sub shell script (invoked recursively for each email): /bin/bash: fork: Resource temporarily unavailable.
I've tried disabling Shell Fork Bomb Protection, but to no avail.
The issue cropped up on October 27; no message has been processed since then.
I'm at a loss as to how to proceed from here.
Last edited: