Hello,
After ISP1 changed smtp to need TxAuthorisation,
I was able to telnet and setup my prefered front-end
accordingly. So I've confirmed that I could telnet.
Now I've got access to ISP2 via a wireless-modem,
and I want to check my ISP1's pop.
Here's what I get:=======
# telnet pop.absamail.co.za 110
Trying 196.41.6.141...
Connected to smtp.vox.co.za (196.41.6.141).
Escape character is '^]'.
+OK Hello there.
USER
(E-Mail Removed)
+OK Password required.
PASS <my psswrd> <- echo replaced
-ERR Login failed.
PASS <my psswrd>
Connection closed by foreign host.
===============
Is this because I'm not talking to pop.absamail.co.za
from INSIDE absamail.co.za?
OTOH, I seemed to get through to smtp.absamil.co.za
via ISP2-telnet, including the ISP1-TxAuthorisation.
But I'll still have to check if the mail which I tried to
send has arrived.
==TIA.