Hello.

Has anyone successfully have a working version of this combination?

Cyrus IMPAD 2.0.16
Cyrus SASL 1.5.27
BerkeleyDB 3.3.11
Solaris 8 and PAM (to use shadow without pwcheck daemon)

I compile it with no problem, but cannot get it to work.

root@aconcagua:/install/apache/cyrus-imapd-2.0.16$ ./configure 
        --prefix=/usr/local/cyrus
        --with-cyrus-prefix=/usr/local/cyrus 
        --without-krb 
        --with-openssl=/usr/local/ssl 
        --with-dbdir=/usr/local/BerkeleyDB.3.3
        --with-sasl=/usr/local/lib/sasl 
        --with-auth=unix


root@aconcagua:/install/apache/cyrus-sasl-1.5.27$ ./configure 
        --disable-krb4 
        --disable-digest 
        --disable-gssapi
        --disable-cram 
        --disable-anon 
        --enable-login 
        --with-pwcheck-method=PAM 
        --enable-pwcheck

/etc/pam.conf
        imap    auth required   /usr/lib/security/$ISA/pam_unix.so.1 

/etc/imapd.conf
        configdirectory: /var/imap
        partition-default: /local1/mbox
        admins: cyrus root
        sasl_pwcheck_method: PAM
        pwcheck_method: PAM

TESTING....
root@aconcagua:/usr/local/cyrus/bin$ ./imtest -m login -p imap -a
maraboli localhost
C: C01 CAPABILITY
S: * OK aconcagua Cyrus IMAP4 v2.0.16 server ready
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID
NO_ATOMIC_RENAME UNSELECT MULTIAPPEND SORT
THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE
S: C01 OK Completed
Password: 
C: L01 LOGIN maraboli {8}
+ go ahead
C: <omitted>
L01 NO Login failed: authentication failure
Authentication failed. generic failure
Security strength factor: 0
. logout
* BYE LOGOUT received
. OK Completed
Connection closed.

the "local6.debug" output....
Jan 17 10:44:41 aconcagua imapd[10204]: [ID 427203 local6.debug]
pam_authenticate: error Authentication failed

any clues ???

Thanks
-- 
Marcelo Maraboli Rosselott
Ingeniero Civil Electronico                      Jefe Area de Redes
(Electronic Civil Engineer)          (Head Network & Systems Admin)

       Direccion Central de Servicios Computacionales (DCSC)
         Universidad Tecnica Federico Santa Maria, Chile.
mailto:[EMAIL PROTECTED]   http://elqui.dcsc.utfsm.cl/
------------------------------------------------------------------/

Reply via email to