Checkpassword and mail from hotmail

"Chris Clayton" <[email protected]> Fri, 18 Oct 2002 12:25:40 +0100
Newsgroups gmane.comp.djb.checkpassword
Message-ID <[email protected]>
Hello there, I found a problem, and I thought I would report it to this mail
list incase it hasn't been reported before.

We experianced problems where hotmail users couldnt send email to people on
our domain that uses checkpasswd to integrate qmail and mysql.

This seemed to be because when hotmail connected, it would have expected a
"220..." but instead it was seeing "connected to...", and consequently
thought something was wrong.

This was fixed by commenting out the following from connect_mysql.c and
recompiling.


#ifndef O_NOT_LOG_CONNECTS
      log3("connected to '", name.s, "' database\n");
#endif
      break;

I'm not sure what it was doing there in the first place.

Chris