Hi,
In this case the authentication is sucessfuly on server1, but to send message is no possible throw server2. ( there are some debugs by me )
Resolving POP3 authentication host "server1"...
Connecting to host address "192.168.1.10"...
fsockopen ok: Resource id #1 | |LLamado 1 ConnectToHost: S +OK Microsoft
Exchange 2000 POP3 server version 6.0.6603.0 (exchange.mydomain.com) ready.
C USER username
S +OK
C PASS password
S +OK User successfully logged on.
Resolving SMTP server domain "exchange.mydomain.com"... (server2)
Connecting to host address "192.168.1.11"...
Warning: fsockopen(): unable to connect to 172.17.1.10:25 in E:\VIANetSiteManager\VSMFilesDesa\lib\smtp.lib on line 231
fsockopen: | |call 2 ConnectToHost: could not connect to the
host "exchange.mydomain.com": ??
Another case: the authentication and sending by the same server
Resolving POP3 authentication host "server1"...
Connecting to host address "192.168.1.10"...
Cound not send the message to
[email protected]. Error: it was not possible to read line from the SMTP server: the server disconnected
Thanks a lot for your help.
Ps, On server where runs apareche+php(port 80) also runs apache tomcat(port 8080) and with jps sending throw server1 work good using javamail (the same exchange server with the same user and password )