Hi all,
apparently I have a problem with the new SysGetHostByName which
causes POP3-SMTP auth always to fail. This chainsaw patch works for me:
--- POP3Utils.cpp 2007-11-02 01:34:32.000000000 +0100
+++ POP3Utils.cpp.new 2007-11-16 13:23:20.890625000 +0100
@@ -1544,8 +1544,7 @@
/* Do IP matching */
SYS_INET_ADDR PrevAddr, CurrAddr;
- if (SysGetHostByName(szIP, SysGetAddrFamily(CurrAddr), PrevAddr) < 0 ||
- !SysSameAddress(PrevAddr, CurrAddr)) {
+ if (!SysSameAddress(PrevAddr, CurrAddr)) {
ErrSetErrorCode(ERR_NO_POP3_IP);
return ERR_NO_POP3_IP;
}
No idea:
- of side effects :-)
- if this is everybody's problem;
- if this is Windows problem;
- if this is my problem ???
Ciao, Francesco
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]