----- Original Message -----
From: dglynn <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 13, 2001 7:31 PM
Subject: Ahhh!! Pulling my hair out over imapd/sasl configure!
> Ok, I REALLY need this server up and running but I can't
> get the authentication right! And I've tried almost
> everything I can possibly do here. I'm looking to
> use /etc/sasldb for logins but I NEED to know the
> configure options for imapd-2.0.11 and sasl-1.5.24
=\ Configure options? As in the options that proudly display themselves
upon typing `configure --help' in the source directory for either cyrus-sasl
or cyrus-imapd? Or would you be talking about separate config files
(imapd.conf/cyrus.conf) whose options are (again, very proudly) displayed by
typing `man imapd.conf' or `man cyrus.conf'?
> to do this. PAM is what I'm using on the system
> for logins and I have BerkeleyDB.3.2 as well.
PAM won't make a difference unless sasl_pwcheck_method is set to PAM.
Actually, if the sasl_pwcheck_option isn't specified, it will default to
sasldb. =)
>
> /etc/imapd.conf has "sasl_passwd_check: sasldb" as well but
> when I use cyradm I get the same freakin message:
>
OOooooh... lets see this happy little error....
> at
> /usr/lib/perl5/site_perl/5.005/i386-linux/Cyrus/IMAP/Admin.pm line 78
> cyradm: cannot authenticate to server with as cyrus
>
Definitely sounds like authentication problems to me! Can you successfully
add users to the sasl database with the saslpasswd command (`saslpasswd -c
<username>')? Is /etc/sasldb readable/writeable by the cyrus user? Can you
list the entries in the sasl database with the sasldblistusers command?
>
> imtest doesn't work either!
Oh no! =(
> Does ANYONE on this list have a clue
> on how to "simply" use sasldb? Configure options would help...
>
Yeah, imtest won't work if authentication doesn't - they're tight like
peanut butter and jelly. To "simply" use sasldb you would be best to first
check the rights pertaining to /etc/sasldb, and then see if the database
works with the sasldblistusers and saslpasswd commands.
As for configure options, my first paragraph should help you on your way.
Different systems require different configure options, so this mailing list
can't really help you decide which options would be best for your system.
If you're still having trouble, check the /doc directory that comes with the
sources. If you need to mail the list again, try to include as much detail
as possible!
Good luck!
-David Fuchs