System I/O Error

2005-04-29 Thread Lee Hoffman
We had a kernel hang the other day and after a reboot and full fsck (ext3), two email accounts seem to not be able to receive mail any longer. The other accounts on the system are unaffected. joe123 is one of the users. joe123 can login, but all mail sent to the account just sits in the loca

RE: Synchronised mail-directories advise

2002-09-27 Thread Lee Hoffman
We use DRDB with heartbeat (http://www.linux-ha.org/) to have one live box and one hot-standby. If something ever happens to one, the other takes over the "shared ip" and resumes services. Sincerely, Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of

BUG ALERT! - RE: Serious Bug in Cyrus/SASL: Intermittent Ldap AUTHFAIL

2002-09-26 Thread Lee Hoffman
-ucdsnmp=no Sincerely, Lee -Original Message- From: Mohan Khurana [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 7:56 PM To: Lee Hoffman Cc: [EMAIL PROTECTED]; Igor Brezac Subject: Re: Serious Bug in Cyrus/SASL: Intermittent Ldap AUTHFAIL Lee, Below, I've inclu

RE: Serious Bug in Cyrus/SASL: Intermittent Ldap AUTHFAIL

2002-09-24 Thread Lee Hoffman
d has assured me he will send the patch/bug to the list as soon as he cleans up his changes. Sincerely, Lee -Original Message- From: Igor Brezac [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 11:57 AM To: Lee Hoffman Subject: RE: Serious Bug in Cyrus/SASL: Intermittent

RE: How to Instructions

2002-09-23 Thread Lee Hoffman
Here are my install commands for cyrus/sasl on RH7.3. Some things have been updated, you'll have to change version numbers where appropriate. Also this install cyrus data in a shared partition /export (changing this is easy). # CYRUS mkdir cyrus ls /export/ cd cyrus/ wget http://www.sleepycat

RE: Serious Bug in Cyrus/SASL: Intermittent Ldap AUTHFAIL

2002-09-20 Thread Lee Hoffman
l Message- From: Igor Brezac [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 7:59 PM To: Lee Hoffman Cc: [EMAIL PROTECTED] Subject: RE: Serious Bug in Cyrus/SASL: Intermittent Ldap AUTHFAIL On Fri, 20 Sep 2002, Lee Hoffman wrote: > Hey Igor, > Running ldapsearch when the se

RE: Serious Bug in Cyrus/SASL: Intermittent Ldap AUTHFAIL

2002-09-20 Thread Lee Hoffman
since Ive run 3 different versions of openldap, on two different servers, and the ldap server load never goes above 0.10. Any other ideas? Thanks, Lee -Original Message- From: Igor Brezac [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 6:39 PM To: Lee Hoffman Cc: [EMAIL

Serious Bug in Cyrus/SASL: Intermittent Ldap AUTHFAIL

2002-09-20 Thread Lee Hoffman
I've been pulling my hair out with this for nearly 4 days now. I have cyrus 2.1.5, sasl 2.1.7 on a RH7.3 box compiled as follows: SASL: ./configure --enable-plain --disable-krb4 --with-saslauthd=/var/run/saslauthd --with-ldap=/usr/local/lib IMAP: ./configure --with-sasl=/usr/local/lib --with-per

SSL Certificate Authority

2002-05-23 Thread Lee Hoffman
Hey all, So after finally getting ssl working with a self-signed certificate, Im trying to make the certificate legit by getting a Thawte signed certificate. I read through the cyrus docs and followed them to create the original self-signed server.pem file (which worked). My question is how do I t

[was RE: SSL/TLS ] - SOLVED!!!!!!

2002-05-22 Thread Lee Hoffman
r all your help, Lee -Original Message- From: Jeff Bert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 8:53 PM To: Lee Hoffman Cc: 'Cyrus Mailing List' Subject: RE: SSL/TLS i looked in the compile notes for 2.0.16 and I think maybe you have the option wrong... mayb

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
/local/ssl/lib to ld.so.conf, but ofcourse that didnt change anything because that's only for runtime. Does any of the above spark any insights with anyone? Thanks, Lee -Original Message- From: Jeff Bert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 4:36 PM To: Lee Hoffman C

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 3:13 PM To: Lee Hoffman Cc: 'Cyrus Mailing List' Subject: Re: SSL/TLS Lee Hoffman wrote: > > Im not sure if its being caused by login attempts via ssl (although it > seems to happen when I try to log

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
in /etc/services Lee -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:52 PM To: Lee Hoffman Cc: 'Cyrus Mailing List' Subject: Re: SSL/TLS Lee Hoffman wrote: > > When I run /usr/local/ssl/bin/openssl s_client -conne

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
When I run /usr/local/ssl/bin/openssl s_client -connect localhost:993 The following is printed: CONNECTED(0003) Then it just hangs. L -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:31 AM To: Lee Hoffman Cc: Cyrus Mailing List

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
Scratch that, that error prints out occasionally even when Im not trying to log in via ssl. Lee -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:52 PM To: Lee Hoffman Cc: 'Cyrus Mailing List' Subject: Re: SSL/TLS Lee Hof

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
From: Scott M Likens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:41 AM To: Lee Hoffman; 'Jeff Bert'; [EMAIL PROTECTED] Subject: RE: SSL/TLS *sigh* Telnet to your imap port and please verify that the STARTTLS command exists... Easiest way to do that instead of doing . logout

RE: SSL/TLS

2002-05-21 Thread Lee Hoffman
ROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lee Hoffman > Sent: Tuesday, May 21, 2002 8:21 PM > To: [EMAIL PROTECTED] > Subject: SSL/TLS > > > Hey all, > I'm trying to get SSL/TLS working on cyrus 2.0.16. I followed the > instructions to a "T" to create th

SSL/TLS

2002-05-21 Thread Lee Hoffman
Hey all, I'm trying to get SSL/TLS working on cyrus 2.0.16. I followed the instructions to a "T" to create the certificate. I also compiled cyrus -with-ssl=/usr/local/ssl (the latest version of openssl is installed, and working with the sshd daemon). Anyway, cyrus (which is authenticating off PAM/

RE: Webmail for Cyrus Imap ?

2001-12-13 Thread Lee Hoffman
I LOVE YOU ALL!!! I've been working on this problem with IMP/MD5/php 4 for 3 days now to no avail. Sure enough I removed sasldb and boom! It worked. BTW, does anyone know how to get cyradm to use pam to authenticate an admin (when I try to tell it to use pam, it wont let me in). The only way Ive

RE: Solaris 7 and Cyrus 2.0.16/LDAP/SASL/PAM

2001-11-09 Thread Lee Hoffman
Ive had a heck of a time getting LDAP/cyrus/postfix all working together, but I finally did it. These were my stumbling blocks, maybe one of them will fix your problems: (all done on debian 2.2r3 with latest cyrus/cyrus-sasl) Do Not apply the cyrus-ldap patches. Ive tried them all and all I foun

SASL-LDAP Patch = Ahhh!

2001-10-28 Thread Lee Hoffman
Title: SASL-LDAP Patch = Ahhh! Hey All, So Im trying to compile Cyrus-sasl with the SASL-Auth-LDAP patch (http://sourceforge.net/projects/cyrus-utils/) and cyrus-sasl 1.5.24. I untar everything and run: patch -p1 < sasl-ldap+mysql.patch autoheader autoconf automake -i export CPPFLAGS=

RE: Master Segmentation Fault - SOLVED!

2001-10-22 Thread Lee Hoffman
Fault Lee Hoffman wrote: > Thanks a bunch for the advice. I deleted db from /etc/nsswitch.conf and > viola, master stopped segfaulting on launch. ... > Oct 21 13:09:27 grass master[1520]: about to exec > /usr/local/cyrus/bin/imapd > Oct 21 13:09:27 grass master[1508]: process 1520 exit

RE: Master Segmentation Fault

2001-10-21 Thread Lee Hoffman
whats going on? Any help would be much appreciated. Thanks, Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mika Iisakkila Sent: Sunday, October 21, 2001 4:19 AM To: [EMAIL PROTECTED] Subject: Re: Master Segmentation Fault Lee Hoffman wrote:

Master Segmentation Fault

2001-10-20 Thread Lee Hoffman
Ive followed the directions to a T, while compiling cyrus sasl (w/ldap support) and cyrus (2.0.16) (with ssl support) on a debian 2.2r3 distro box. The compilation and installation report no errors. I follow the installation directions, and ensure that all the directories exist and have the correc

Master Segmentation Fault

2001-10-20 Thread Lee Hoffman
Title: Master Segmentation Fault Ive followed the directions to a T, while compiling cyrus sasl (w/ldap support) and cyrus (2.0.16) (with ssl support) on a debian 2.2r3 distro box. The compilation and installation report no errors. I follow the installation directions, and ensure that all the