I'm having problems about my users except for 1 authenticating. For some reason the user 'damm' can authenticate, but none of the others can. Now is there a way i can make Imapd call saslauthd and make saslauthd get the passwords via login or getpwent, or even shadow?
I have saslauthd running as shadow, and cannot get it to authenticate in realm ''. Now is there a reason why this wont work? here is a copy of my imapd.conf # Cyrus Imapd.conf written by [EMAIL PROTECTED] configdirectory: /var/imap partition-default: /var/spool/imap admins: cyrus root damm srvtab: /var/imap/srvtab allowanonymouslogin: no sasl_pwcheck_method: saslauthd allowplaintext: yes poptimeout: 10 tls_cert_file: /var/imap/server.pem tls_key_file: /var/imap/server.pem root 12563 12561 0 09:28:19 ? 0:00 /usr/local/sbin/saslauthd -a shadow root 12562 12561 0 09:28:19 ? 0:00 /usr/local/sbin/saslauthd -a shadow root 12565 12561 0 09:28:19 ? 0:00 /usr/local/sbin/saslauthd -a shadow root 12564 12561 0 09:28:19 ? 0:00 /usr/local/sbin/saslauthd -a shadow root 12561 1 0 09:28:19 ? 0:00 /usr/local/sbin/saslauthd -a shadow only user that can authenticate is 'damm'. I have 2 users in sasldb2 [EMAIL PROTECTED]: userPassword [EMAIL PROTECTED]: userPassword Apr 1 09:45:41 shell imapd[12683]: [ID 702911 auth.notice] empty secret Apr 1 09:46:05 shell saslauthd[12564]: [ID 349064 auth.warning] AUTHFAIL: user=arianna service=pop realm= Apr 1 09:21:24 shell saslauthd[7322]: [ID 349064 auth.warning] AUTHFAIL: user=arianna service=ima p realm= Apr 1 09:21:30 shell saslauthd[7323]: [ID 349064 auth.warning] AUTHFAIL: user=arianna service=ima p realm= Apr 1 09:28:19 shell saslauthd[12556]: [ID 630216 auth.info] START: saslauthd 2.1.2 Apr 1 09:28:19 shell saslauthd[12561]: [ID 668263 auth.info] master PID is: 12561 Apr 1 09:28:19 shell saslauthd[12561]: [ID 831231 auth.info] daemon started, listening on /var/st ate/saslauthd/mux Apr 1 09:29:05 shell saslauthd[12562]: [ID 349064 auth.warning] AUTHFAIL: user=arianna service=im ap realm= Any ideas why? I've read the docs over and it's pretty vague here and i would like some more help if possible. Thanks BTW, i have tried the 'test' program... and It will not authenticate 'arianna' but it will authenticate other users. as in testsaslauthd.c Any ideas? btw... test-saslauthd authenticates 'gus' but imtest fails to login as 'gus'. Any thoughts? Thanks