Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230375 - net-mail/dovecot-1.1.1 managesieve authentication problem
Summary: net-mail/dovecot-1.1.1 managesieve authentication problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-01 17:49 UTC by David Williams
Modified: 2008-07-08 17:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams 2008-07-01 17:49:32 UTC
Dovecot's managesieve server fails to authenticate using the default pam configuration.



Reproducible: Always

Steps to Reproduce:
1. start dovecot/managesieve. Set it up for plain authentication and no ssl
2. telnet localhost 2000
3. AUTHENTICATE "PLAIN" "<yourbase64user/password>"

Actual Results:  
You always get the reply NO. If you switch on debuging in the managesieve protocol (mail_debug = yes) you see a pam error in the log.


Resolution: 

cd /etc/pam.d
ln -s imap managesieve

The managesieve protocol needs a pam module named after itself.

Now it works!!
Comment 1 Wolfram Schlich (RETIRED) gentoo-dev 2008-07-08 17:18:41 UTC
Thanks, in CVS (1.1.1-r1).