Todd Chester wrote:
User-Agent: Linux ... Thunderbird/12.0.1
> Mike Easter wrote:
>> Todd Chester wrote:
>>
>>> I just signed up for a
zoho.com eMail account.
>>> I can log into
mail.zoho.com no problem. While
>>> I was there, I went into settings and activated
>>> (all mail) my POP3 account.
That should work, but I suppose you could undo it and do it again.
>>> Sending of password did not succeed. Mail server
>>>
pop.zoho.com responded: Too many parameters specified.
That message doesn't mean that the password manager gave the wrong
user/pass, it only means that the client-server transaction failed for
some reason or another.
>> Configure the account to use port 995 and SSL
> I am using
pop.zoho.com and port 995 with SSL/TSL and normal password.
> My user name does not contain the domain name (@
zoho.com). (I noticed
> the SMTP did not use the domain name).
>
> I am wondering if their system did not catch me turning POP3 on
> in webmail settings.
You can 'telnet test' the server by using openssh on your linux.
Open a terminal and enter
openssl
That should give you an openssl prompt.
Then use
s_client -connect
pop.zoho.com:995
That should give you a 'whole buncha stuff' as you engage the popserver.
The use user youruser and pass yourpass one line at a time and the
server should say +OK to each.
I engaged the zoho pop server 'successfully' except that I didn't have
the correct user/pass so I could only get as far as the 'successful'
user interaction but not the pass.
--
Mike Easter