Thank you for your replies.
I am trying to authenticate with user/password under SSL (port 995).
Ben wrote:
Does your dovecot machine have a proper publically-signed SSL
certificate, or are you using a self-signed cert? If you're using a
self-signed cert you'll probably find third-pary systems
Thank you for your reply.
I read the page you link to. As I understand I should set the ssl-parameter
in 10-ssl.conf to "yes" or "required".
I should also have permissions like this:
root@deb7:/etc/dovecot/conf.d# ls -l /etc/ssl/*/dovecot.pem
-r--r--r-- 1 root root 1326 Nov 3 14:24 /etc/ssl/cert
Hello,
I just installed Dovecot. It works for plaintext autorization, port 110. It
has connected with Telnet, Thunderbird and an on-line pop3 client.
Telnet:
+OK Dovecot ready.
user n
-ERR Unknown command.
user n
+OK
pass xx
+OK Logged in.
stat
+OK 1 1553
retr 1
+OK 1553 octets
Re