roos wrote:
Hi. I have cyrus 2.2.12, config files I'll attach.
I need plain authentication without encryption inside the Murder. I
know that it's not
secure but I need it because of perfomance and compatibility. Security is
provided by
other things.
Imap protocol works with plain, I did it starting imapd with (-p 2
option ) in cyrus.conf
on backend. But pop3d doesn't. I have not not tried lmtp yet but it seems
the same.
When I connect to frontend:
Connected to wolf.mail.internal.
Escape character is '^]'.
+OK frontend.mail Cyrus POP3 Murder v2.2.12-Debian-2.2.12-4 server
ready
user roos
+OK Name is a valid mailbox
pass password
-ERR [AUTH] authenticating: encryption needed to use mechanism
This is a full version of speech between frontend and backend:
POP Response: +OK n2.mail.internal Cyrus POP..
POP Request: CAPA
POP Response: +OK List of capabilities follo
POP Request: AUTH PLAIN sm9scwBjeXJ1c21hasd
POP Response: -ERR [AUTH] authenticating: encryption needed to use mechanism
How can I make imap,pop3 and lmtp protocols authenticate with plain and
without any encryption?
I don't believe that pop3d has a '-p' option. You can steal the
appropriate code from imapd.c and apply it to pop3d.c. 'lmtpd -a' *may*
work for you, otherwise you'll have to patch lmtpd.c with the '-p' code
from imapd.c.
--
Kenneth Murchison
Systems Programmer
Project Cyrus Developer/Maintainer
Carnegie Mellon University
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html