On 20/02/2012, at 10:36 AM, Jeremie Le Hen wrote: > Hi list, > > Can you please Cc: me when replying as I'm not subscribed, thanks. > > I have a problem with procmail which gets a "File too large" error when > it tries to write at the end of some mailbox file. > >
Is procmail running from Postfix (or some other MTA)? I've hit this problem where Postfix has set a filesize ulimit, which all the scripts spawned from Postfix will inherit. In my case, I had a script that was hitting the filesize limit trying to log it's results to a logfile that doesn't get rotated. I imagine the same thing could happen with procmail, if postfix was calling it. Cheers Phil _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
