Re: trouble with auths on cyrus imap

2003-01-09 Thread jonathan giles
Just tried that and it didn't help. Thanks for the help, tho. jg On Wed, 2003-01-08 at 12:39, Ken Murchison wrote: > > > jonathan giles wrote: > > > > Hi: > > > > I have been looking around for the answer to this, and have not found > > it. > > > > I am running... > > 4.7-RELEASE FreeBSD >

Re: trouble with auths on cyrus imap

2003-01-09 Thread jonathan giles
I tried your suggestion. I added to pam.conf imapauthrequiredpam_unix.so try_first_pass imapaccount requiredpam_unix.so imappassword required pam_permit.so imapsession requiredpam_permit.so still can't authenticate. jg On Wed

Re: trouble with auths on cyrus imap

2003-01-08 Thread Ken Murchison
jonathan giles wrote: > > Hi: > > I have been looking around for the answer to this, and have not found > it. > > I am running... > 4.7-RELEASE FreeBSD > with... > > cyrus-imapd-2.1.10 > cyrus-sasl-2.1.9_1 > > installed as ports. > > Compilation and installation seems fine but... > > I try

Re: trouble with auths on cyrus imap

2003-01-08 Thread Erik Enge
jonathan giles <[EMAIL PROTECTED]> writes: > Jan 7 14:20:10 popper2 saslauthd[113]: AUTHFAIL: user=user service=imap > realm= [PAM auth error] I believe I had the same problem until I added /etc/pam.d/imap with the contents just like my /etc/pam.d/sshd (IIRC). Erik.