On 06/21/2013 08:54 PM, Jeremy Kister wrote:
I have qmail 1.03 with several patches including qmail-smtpd-auth-0.4.3
and vpopmail 5.4.33.
After upgrading Debian 6 -> 7, I broke SMTP-AUTH *only* when using
stunnel for SSL.
When trying to auth over stunnel4, i see:
454 oops, problem with child a
On 6/22/2013 10:26 AM, Eric Shubert wrote:
Have you found where in the code the "oops" messages is being issued?
yes. it complains only here:
if (wait_pid(&wstat,child) == -1) return err_child();
if (wait_crashed(wstat)) return err_child();
the wait_pid is when everything goes fubar.
i'
On 6/22/2013 8:26 PM, Jeremy Kister wrote:
i'm not even sure it's a vpopmail problem, i suppose i may need a cross
post on the qmail list.
hrm. i replaced vchkpw with checkpasswd. still broken.
--
Jeremy Kister
http://jeremy.kister.net./
!DSPAM:51c64afa34132172261138!
Did you recompile qmail and vpopmail after the OS upgrade?
I'm wondering if it's something odd where the size of some data type changed
from 32 to 64 bits after the OS upgrade, and one program is using the new size
(perhaps because of a dynamically linked library) and the other is still using
t
On 6/22/2013 9:11 PM, Jeremy Kister wrote:
hrm. i replaced vchkpw with checkpasswd. still broken.
ends up the problem was actually stunnel/openssl. who knows what it was
doing that was causing the tunneled program to behave incorrectly.
for reference:
on debian 6 (squeeze):
sed "s/squee