Re: imap and ldap

2003-12-11 Thread Craig Ringer
Oke I tried to reconfigure cyrus-sasl with the following options --with-ldap=/etc/ldap (because I had to give a directory) Everything was going fine, no errors during the installation but when I executed the command saslauthd -v I get the same options. saslauthd 2.1.15 authentication mechanisms:

Re: imap and ldap

2003-12-11 Thread Igor Brezac
On Thu, 11 Dec 2003, Rob Siemborski wrote: > On Thu, 11 Dec 2003, Alain Williams wrote: > > > Tweak master.c (version 1.82), starting line 138, insert: > > #include > > > > int allow_severity = LOG_DEBUG; > > int deny_severity = LOG_ERR; > > I'm unclear why you needed to do this, si

Re: imap and ldap

2003-12-11 Thread Rob Siemborski
On Thu, 11 Dec 2003, Igor Brezac wrote: > This is needed for ucd-snmpd 4.2.6 compiled with tcpwrappers and possibly > a few earlier revisions. It has tcpwrapper support in agentx. Ah, ok, committed. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Rob Siemborski * And

Re: imap and ldap

2003-12-11 Thread Alain Williams
On Thu, Dec 11, 2003 at 05:02:42PM -0500, Rob Siemborski wrote: > On Thu, 11 Dec 2003, Alain Williams wrote: > > > Tweak master.c (version 1.82), starting line 138, insert: > > #include > > > > int allow_severity = LOG_DEBUG; > > int deny_severity = LOG_ERR; > > I'm unclear why you

Re: imap and ldap

2003-12-11 Thread Rob Siemborski
On Thu, 11 Dec 2003, Alain Williams wrote: > Tweak master.c (version 1.82), starting line 138, insert: > #include > > int allow_severity = LOG_DEBUG; > int deny_severity = LOG_ERR; I'm unclear why you needed to do this, since master doesn't link tcpwrappers, only the cyrus ser

Re: imap and ldap

2003-12-11 Thread Alain Williams
On Thu, Dec 11, 2003 at 10:32:33AM -0500, Igor Brezac wrote: > > On Thu, 11 Dec 2003, Geert Reijnders wrote: > > > Oke I tried to reconfigure cyrus-sasl with the following options > > --with-ldap=/etc/ldap (because I had to give a directory) > > It appears that saslauthd configure script cannot

Re: Problems with Cyrus and SquirrelMail

2003-12-11 Thread Joakim Ryden
On 12/11/03 12:20 PM Geoff Soper wrote: [...] Every time I set up SM with Cyrus and use altnamespace I always have to set: $noselect_fix_enable= true; in config/config.php Hi, could you explain a little bit more about this please? What effect does this option have? My 'grep' is as g

Re: Problems with Cyrus and SquirrelMail

2003-12-11 Thread Geoff Soper
> On Fri, Dec 05, 2003 at 08:37:21PM -, Geoff Soper wrote: >> case? Does anyone have any experience of SquirrelMail and Cyrus? What >> can >> I do next in the way of diagnosis or remedy? > > I have recently used squirrelmail-1.4.2 and cyrus-2.1.16 without problems. > You might want to check the

Re: Problems with Cyrus and SquirrelMail

2003-12-11 Thread Geoff Soper
> On 12/5/03 12:37 PM Geoff Soper wrote: >> ERROR : Connection dropped by imap-server. >> Query: STORE 753:753 +FLAGS (\Answered) > Every time I set up SM with Cyrus and use altnamespace I always have to > set: > > $noselect_fix_enable= true; > > in config/config.php > Hi, could you

Re: AUTHENTICATE PLAIN

2003-12-11 Thread Phil Chambers
On Thu, 11 Dec 2003 10:33:42 -0500 (EST) Rob Siemborski <[EMAIL PROTECTED]> wrote: > On Thu, 11 Dec 2003, Phil Chambers wrote: > > > As I understand it from http://asg.web.cmu.edu/cyrus/rfc/imsp.html the IMSP server > > should then respond with a "+" followed by a base64 string. Instead it just

Re: Telemetry log before authentication ?

2003-12-11 Thread Ken Murchison
Etienne Goyer wrote: Hi, I am troubleshooting a problem where the client negociate STARTTLS with success, then fail. I guess the authentication did not work because the server does not write telemetry log. I have local6 and auth log facility set to debug, and I see nothing after the successful

sasl and SMP

2003-12-11 Thread Jon Nelson
I am running: Debian:sarge Kernel:2.4.22-1-686-smp (had been 2.4.22-1-386) Cyrus/sasl:2.1.15 I recently installed a new kernel via: apt-get install kernel-image-2.4.22-1-686-smp Everything seemed to go well until I tried to log into cyrus. I got the following error:

RE: imap and ldap

2003-12-11 Thread Igor Brezac
On Thu, 11 Dec 2003, Geert Reijnders wrote: > Oke I tried to reconfigure cyrus-sasl with the following options > --with-ldap=/etc/ldap (because I had to give a directory) It appears that saslauthd configure script cannot find openldap libs on your system. Check saslauthd/config.log and search f

RE: imap and ldap

2003-12-11 Thread Igor Brezac
On Thu, 11 Dec 2003, Geert Reijnders wrote: > Oke I tried to reconfigure cyrus-sasl with the following options > --with-ldap=/etc/ldap (because I had to give a directory) It appears that saslauthd configure script cannot find openldap libs on your system. Check saslauthd/config.log and search f

Re: moving db from one machine to the next

2003-12-11 Thread Rob Siemborski
On Thu, 11 Dec 2003, Ronen Amity wrote: > i have a cyrus 1.6.22 running on redhat 6.2. > > i an now building a new cyrus server (2.1.5) on redhat 9. > > what is the best way to move the info from one server to the next ? The best way would be to read the file doc/install-upgrade.html, then move t

Re: AUTHENTICATE PLAIN

2003-12-11 Thread Rob Siemborski
On Thu, 11 Dec 2003, Phil Chambers wrote: > As I understand it from http://asg.web.cmu.edu/cyrus/rfc/imsp.html the IMSP server > should then respond with a "+" followed by a base64 string. Instead it just puts > out the "+" without the base64 string. The base64 string for the first server challe

Telemetry log before authentication ?

2003-12-11 Thread Etienne Goyer
Hi, I am troubleshooting a problem where the client negociate STARTTLS with success, then fail. I guess the authentication did not work because the server does not write telemetry log. I have local6 and auth log facility set to debug, and I see nothing after the successful starttls negociation m

AUTHENTICATE PLAIN

2003-12-11 Thread Phil Chambers
I have a problem with Mulberry (version 3.1.0) logging in to IMSP version 1.6a3. It is set to use plain text and there is no problem logging in using the "login" copmmand with the username and password. However Mulberry is not doing that. When it connects and does a CAPABILITY command, getting

moving db from one machine to the next

2003-12-11 Thread Ronen Amity
Hi all, i have a cyrus 1.6.22 running on redhat 6.2. i an now building a new cyrus server (2.1.5) on redhat 9. what is the best way to move the info from one server to the next ? Ronen    Amity system  /  ClearCase   Administrator Mainsoft  

Re: imap and ldap

2003-12-11 Thread Etienne Goyer
Hi, Did you compiled your own cyrus-sasl or used a third-party package ? If you compiled, did you used the "--with-ldap" switch to configure ? Do you have OpenLDAP and assorted libs installed ? On Thu, Dec 11, 2003 at 03:07:11PM +0100, Geert Reijnders wrote: > Hi all > > Again I have a questi

RE: imap and ldap

2003-12-11 Thread Geert Reijnders
Oke I tried to reconfigure cyrus-sasl with the following options --with-ldap=/etc/ldap (because I had to give a directory) Everything was going fine, no errors during the installation but when I executed the command saslauthd -v I get the same options. saslauthd 2.1.15 authentication mechanisms

Re: imap and ldap

2003-12-11 Thread Simon Matter
> Hi all > > Again I have a question. I want to setup a mail-server and the users must > be retrieved from the ldap-server. I have heard from several people and > read in several guides that it is possible with saslauthd -a ldap and put > the following option in the imapd.conf: > sasl_pwcheck_metho

Re: mailboxes.db problem cont.

2003-12-11 Thread Rob Siemborski
On Thu, 11 Dec 2003, Craig Ringer wrote: > Naturally this would need to be prefaced with a warning about the loss > of ACL information - a "use as a last resort only" warning. The ACL information is maintained in the cyrus.header file. If you still have that, there is no reason you should suffer

Re: imap and ldap

2003-12-11 Thread Laurent Larquère
Hi you must have a "ldap capable" saslauthd # saslauthd -v saslauthd 2.1.17 authentication mechanisms: getpwent pam rimap shadow ldap to obtain this, you have to configure --with-ldap Geert Reijnders wrote: Hi all Again I have a question. I want to setup a mail-server and the users must be retr

imap and ldap

2003-12-11 Thread Geert Reijnders
Hi all Again I have a question. I want to setup a mail-server and the users must be retrieved from the ldap-server. I have heard from several people and read in several guides that it is possible with saslauthd -a ldap and put the following option in the imapd.conf: sasl_pwcheck_method: saslaut

imap and ldap

2003-12-11 Thread Geert Reijnders
Hi all Again I have a question. I want to setup a mail-server and the users must be retrieved from the ldap-server. I have heard from several people and read in several guides that it is possible with saslauthd -a ldap and put the following option in the imapd.conf: sasl_pwcheck_method: saslaut

installing cyrus imap

2003-12-11 Thread Geert Reijnders
Hi all When I try to install Cyurs imap 2.1.15 on my debian machine I get the following error with make: util.c gcc -c -I.. -I/usr/local/BerkeleyDB.4.1/include -I/usr/local/include -I/usr/lib/include -DHAVE_CONFIG_H -I. -I. -Wall -g -O2 \ mkgmtime.c gcc -c -I.. -I/usr/local/BerkeleyDB.4.1/in

Cyrus +ldap howto

2003-12-11 Thread Ramprasad A Padmanabhan
Is there a how to for using cyrus  with cyrus sasl and  ldap for passwords I already have got this working on my machine rehdhat linux 9.0  , But the problem is I am using it with plain text passwords in ldap. I want to encrypt them ( any encryption , SSA CRYPT etc ) . So what changes do I hav