[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.99.49beta4 - Solaris compilation tested



When you run it, it delivers locally OK, but it would not accept from
outside for non-local targets, and would not deliver by smtp.  Smtp
transport reports: "No MX and no data" about perfectly legal domains
that where correctly processed by router.  Smtpserver dies terrible
death if target is not local:

Starting program: /v1/src/zmailer/zmailer-2.99.49b3/smtpserver/smtpserver -i
220 chronos ZMailer Server 2.99.49b4 #1 ESMTP ready at Fri, 23 May 1997
17:12:47 +0400
helo x
250 chronos Hello x
mail from:<>
250 2.1.0 Sender syntax Ok
rcpt to:<crosser@online.ru>
000 Ok
 
Program received signal SIGSEGV, Segmentation fault.
free (cp=0xefff908b) at malloc.c:328
328             if (TAG(p0) == FREE) { 
(gdb) bt
#0  free (cp=0xefff908b) at malloc.c:328
#1  0x1bda0 in smtp_rcpt (SS=0xefffb330, 
    buf=0xefff9080 "rcpt to:<crosser@online.ru>", 
    cp=0xefff9089 "crosser@online.ru>") at smtpcmds.c:746
#2  0x16650 in smtpserver (SS=0xefffb330, insecure=0) at smtpserver.c:1307
#3  0x14ad0 in main (argc=2, argv=0xeffffc6c) at smtpserver.c:410

Eugene