On Sun, 14 Sep 2003, Charles Sprickman wrote:
> I've got that, so I can see possible auth failures, but my problem seems
> to come after TLS negotiation and before smtp-auth. If I setup pine to
> use this mail server for outgoing, it negotiates ssl and then prints "smtp
> server has gone away", and there's a coredump (sig 10) on qmail-smtpd.
OK, so I've got debug symbols now (edit conf-cc and add "-g", edit conf-ld
and remove "-s"). So it looks like the TLS patch, and I guess pine is
doing something funny to tickle it:
#0 0x80568a5 in stralloc_copyb (sa=0xbfbffa14, s=0x805815a "", n=0)
at stralloc_opyb.c:12
12 sa->s[n] = 'Z'; /* ``offensive programming'' */
(gdb) where
#0 0x80568a5 in stralloc_copyb (sa=0xbfbffa14, s=0x805815a "", n=0)
at stralloc_opyb.c:12
#1 0x8056866 in stralloc_copys (sa=0xbfbffa14, s=0x805815a "")
at stralloc_opys.c:9
#2 0x804d4ee in control_readfile (sa=0xbfbffa14,
fn=0x8057d0f "control/tlsclients", flagme=0) at control.c:97
#3 0x804b4e8 in smtp_rcpt (arg=0x805ffc5 "TO:<[EMAIL PROTECTED]>")
at qmail-smtpd.c:554
#4 0x804ccd5 in commands (ss=0x805cafc, c=0x805cb80) at commands.c:37
#5 0x804ca2c in main (argc=4, argv=0xbfbffac4) at qmail-smtpd.c:1099
#6 0x804a20a in _start ()
Where can I go with this? I'll get beaten alive on the qmail list for
trying to use patches... The TLS patch has this in the README:
Frederik Vermeulen <[EMAIL PROTECTED]> 20010627
http://www.esat.kuleuven.ac.be/~vermeule/qmail/tls.patch
My "jumbo patch" is from Matt Simerson.
Any ideas?
Thanks,
Charles
> Oddly, doing the same with Apple's mail.app (the only other MUA I have
> handy at the moment) works fine (using smtp-auth + tls). I'm going to try
> pulling some patches out one by one, but I was hoping first to get some
> debugging info out of qmail-smtpd first, so I at least have a hint as to
> where to look.
>
> Thanks,
>
> Charles
>
> > Regards,
> >
> > Bill Shupp
> >
> >
> >
>
>