On Sat, Apr 12, 2014 at 11:03:13PM +0200, Stefan Sieg wrote: > > Hello, > > i had the same problem on OpenBSD -current with this fix applied > > http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/smtpd/lka.c.diff?r1=1.165;r2=1.166;f=h > > > but smtpd still exits with > > smtpd: session_imsg: unexpected IMSG_LKA_AUTHENTICATE imsg > warn: parent -> pony: pipe closed > warn: queue -> pony: pipe closed > warn: control -> pony: pipe closed > warn: scheduler -> queue: pipe closed > warn: lka -> pony: pipe closed > > > after changing another IMSG_LKA_AUTHENTICATE -> IMSG_SMTP_AUTHENTICATE > opensmtpd works again. (hoping its not complete bullshit) > > --- lka.c Sat Apr 12 22:44:03 2014 > +++ lka.c Sat Apr 12 22:44:27 2014 > @@ -209,7 +209,7 @@ > > ret = lka_authenticate(tablename, username, password); > > - m_create(p, IMSG_LKA_AUTHENTICATE, 0, 0, -1); > + m_create(p, IMSG_SMTP_AUTHENTICATE, 0, 0, -1); > m_add_id(p, reqid); > > > Greetings and thank you very much for OpenSMPTD! >
Hi, your mail got lost in a thread, I'll have a look at it this morning Gilles -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
