What is your pwcheck method in /etc/imapd.conf ?

Scott

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Sunday, March 25, 2001 9:16 AM
To: Tarjei Huse
Cc: [EMAIL PROTECTED]; Jim Hardwick
Subject: RE: How I got Cyrus 2.0.12 up on RedHat 7.0


hi,
   Everything works with the exception that in /etc/sasldb using
saslpasswd -c -u realm username
creates the rows in /etc/sasldb it appears. (Athough i can't
verify that the password info is correct from the sasldb)
But when i attempt to authenticate to test it tells me authentication
failed. Yes.. i know that;-)) But this is with a ..
AUTH PLAIN mybase64ed-username/0username/0passwd-inserted-here
Thing is that it does indicate first off that the server is
ready for both PLAIN,DIGEST-MD5,CRAM-MD5
Anyone know where the error was made?
TIA
On 21-Mar-2001 Tarjei Huse wrote:
> DANG! I  forgot the beer! That was it, now i get it ,D
>
> Seriously, thank you, and also thank you to Mr. Hetzel for his patch. I've
> mailed this to the howto maintainters of the cyrus howto and the
> exchange-killer howto.
>
> Now, on with the show....
>
> Tarjei
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]]On Behalf Of
>> Jim Hardwick
>> Sent: 21. mars 2001 10:49
>> To: info-cyrus
>> Subject: How I got Cyrus 2.0.12 up on RedHat 7.0
>>
>>
>> The box is a RedHat 7.0 Server install running kernel 2.2.18.
>> I've got sasl
>> (CRAM, DIGEST, and PLAIN), login, and ssl working. I haven't
>> tested sieve
>> yet. I'm not using any other auth methods, so this won't be
>> much help if you
>> want to use shadow passwords or Kerberos. There may be steps
>> here that are
>> not required, but hey, they worked so I'm not complaining.
>> Yet. YMMV, but
>> here are the steps that finally worked for me.
>>
>> 1) Drink a beer (restores inner peace after innumerable
>> failed attempts)
>> 2) Install (or upgrade to) the following rpms:
>>      db3-3.1.17-5
>>      db3-devel-3.1.17-5
>> 3) Build cyrus-sasl-1.5.24 as follows:
>>      ./configure --disable-krb4 --disable-gssapi
>>      make
>>      (drink a beer)
>>      make install
>> 4) If you have an rpm of sasl installed already like I did, move the
>> following files to a backup location:
>>      /usr/sbin/sasldblistusers
>>      /usr/sbin/saslpasswd
>>      /usr/lib/sasl/*
>>      /usr/lib/libsasl*
>> 5) Link the new files to the old locations:
>>      ln -s /usr/local/sbin/saslbdlistusers /usr/sbin/sasldblistusers
>>      ln -s /usr/local/sbin/saslpasswd /usr/sbin/saslpasswd
>>      ln -s /usr/local/lib/libsasl* /usr/lib/libsasl*
>>      ln -s /usr/local/lib/sasl/ /usr/lib/sasl/
>> 6) Set up some links for the imapd build
>>      ln -s /usr/local/share/bison.simple /usr/lib/bison.simple
>>      ln -s /usr/include/et/com_err.h /usr/include/com_err.h
>> 7) Build cyrus-imapd-2.0.12 as follows:
>>      ./configure --prefix=/usr --with-auth=unix
>> --with-sasl=/usr/lib/sasl
>>      make depend
>>      (drink another beer)
>>      make all CFLAGS=-O
>>      (drink another beer)
>>      make install
>> 8) Follow the rest of the instructions in the docs for installing and
>> configuring cyrus. (Creating the cyrus user, imapd.conf,
>> cyrus.conf, etc.)
>>
>> Cheers
>> Jim

--
----------------------------------------
E-Mail: [EMAIL PROTECTED]
Date: 25-Mar-2001
Time: 10:11:47

Open Source Opens Minds. - DREAMWVR.COM
----------------------------------------

Reply via email to