Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 230375

Summary: net-mail/dovecot-1.1.1 managesieve authentication problem
Product: Gentoo Linux Reporter: David Williams <davidjw>
Component: Current packagesAssignee: Wolfram Schlich (RETIRED) <wschlich>
Status: RESOLVED FIXED    
Severity: normal CC: net-mail+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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).