OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: ignoring out-of-order DSN original recipient

From: Wietse Venema (wietseporcupine.org)
Date: Tue Jun 06 2006 - 07:00:55 CDT


Wietse Venema:
> Jean-Francois Agneessens:
> [ Charset ISO-8859-1 unsupported, converting... ]
> > Hello,
> >
> > I'm stuck with the following error messages with a postfix 2.3 on
> > FreeBSD 6.0. :
> >
> > Jun 6 08:06:05 balrog postfix/qmgr[52295]: warning: 4E151116AA:
> > ignoring out-of-order DSN original recipient address
> > <rfc822;linuxagnes.homelinux.com>
> > Jun 6 08:06:05 balrog postfix/qmgr[52295]: warning: 4E151116AA:
> > ignoring out-of-order DSN original recipient
> > <rfc822;agnesagnes.homelinux.com>
> > Jun 6 08:06:05 balrog postfix/qmgr[52295]: panic: myfree: null pointer
> > input
> > Jun 6 08:06:05 balrog postfix/qmgr[52295]: panic: myfree: null pointer
> > input
> > Jun 6 08:06:05 balrog pid 52295 (qmgr), uid 125: exited on signal 6
>
> I need a copy of this file.

This fixes the panic, but I still need the queue file to understand
where the out-of-order record comes from.

        Wietse

*** ./qmgr_message.c- Mon Mar 13 20:00:13 2006
--- ./qmgr_message.c Tue Jun 6 07:59:04 2006
***************
*** 711,717 ****
          if (rec_type > 0)
              msg_warn("%s: ignoring out-of-order DSN original recipient <%.200s>",
                       message->queue_id, dsn_orcpt);
! myfree(orig_rcpt);
      }
      if (orig_rcpt != 0) {
          if (rec_type > 0)
--- 711,717 ----
          if (rec_type > 0)
              msg_warn("%s: ignoring out-of-order DSN original recipient <%.200s>",
                       message->queue_id, dsn_orcpt);
! myfree(dsn_orcpt);
      }
      if (orig_rcpt != 0) {
          if (rec_type > 0)