I have many messagess in syslog with this: Dec 11 11:14:00 mail postfix/local[30895]: BFEB25343F0: to=<[email protected]>, relay=local, delay=16, delays=0.17/0/0/16, dsn=5.3.0, status=bounced (Command died with signal 11: "/usr/bin/procmail -f-". Command output: procmail: Exceeded LINEBUF ) Maybe buffer overflow? Thanks, Pablo
These emails just contain a number (size of the original email) so its unlikely that this may cause a buffer overflow. Please post the content of the file: /home/admispconfig/.procmailrc
vim /home/admispconfig/.procmailrc SHELL=/bin/sh USERNAME=`formail -xSubject: | awk '{print $2}'` :0 * ^Subject:.*Mailsize:* { :0 | formail -I "" | sed -e '/^$/d' >> /home/admispconfig/mailstats/${USERNAME} }