Buffer Overflow?

Discussion in 'General' started by plucchetti, Dec 11, 2007.

  1. plucchetti

    plucchetti New Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
  3. plucchetti

    plucchetti New Member

    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}
    }
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Looks ok...
     

Share This Page