(no subject)

2005-10-18 Thread John
unsubscribe info-cyrus Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

(no subject)

2005-10-18 Thread Fernando Arconada Oróstegui
unsubscribe info-cyrus Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

(no subject)

2005-10-18 Thread Andrew Edunov
unsubscribe info-cyrus Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

lmtpd dumping core

2005-10-18 Thread Rob McMahon
Cyrus imapd 2.2.12 / Squirrelmail on Solaris 10 SPARC. I'm using the autocreate patch. Our cyrus-imap implementation began dying every time sendmail ran the mail queue. It turned out to be caused by mail addressed to recipients like aelig, the stack trace looking like this: mdb

Re: lmtpd dumping core

2005-10-18 Thread Nikos Voutsinas
Rob McMahon wrote: debugging core file of lmtpd (32-bit) from narcissus file: /usr/local/cyrus/bin/lmtpd initial argv: lmtpd threading model: multi-threaded status: process terminated by SIGSEGV (Segmentation Fault) In imap/mboxlist.c, we find the code: if (auth_userid == NULL) {

lmtp delivery to cyrus store over unix socket requires /etc/hosts.allow entry. why?

2005-10-18 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi all, first -- i'd posted this 1st on exim-users, suspecting it may be an exim issue, but the thinking is that it may well be a cyrus issue, or prehaps OSX ... that said, i'm delivering to my cyrus-imap (CVS) store using an lmtp socket

Re: lmtp delivery to cyrus store over unix socket requires /etc/hosts.allow entry. why?

2005-10-18 Thread Hajimu UMEMOTO
Hi, On Tue, 18 Oct 2005 09:32:58 -0700 OpenMacNews [EMAIL PROTECTED] said: openmacnews QUESTION: why is a hosts.allow entry required in the 1st openmacnews place for lmtpunix transport over a UNIXsocket? I don't know about MacOS X, but there was similar bug in FreeBSD. So, our port still

Re: lmtp delivery to cyrus store over unix socket requires /etc/hosts.allow entry. why?

2005-10-18 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi, Hajimu UMEMOTO wrote: I don't know about MacOS X, but there was similar bug in FreeBSD. So, our port still applies following patch to avoid the bug in old version of FreeBSD: Index: master/service-thread.c diff -u

Re: lmtp delivery to cyrus store over unix socket requires /etc/hosts.allow entry. why?

2005-10-18 Thread Hajimu UMEMOTO
Hi, On Tue, 18 Oct 2005 11:32:58 -0700 OpenMacNews [EMAIL PROTECTED] said: openmacnews i tried making this _specific_ change to my cyrus code, but, to no avail ... openmacnews delivery _still_ requires the presence of: openmacnewslmtpunix : 0.0.0.0 openmacnews in /etc/hosts.allow Oops,

Re: lmtp delivery to cyrus store over unix socket requires /etc/hosts.allow entry. why?

2005-10-18 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi again, Oops, there is same chunk in master/service.c, and it is used in usual. ok. making changes to BOTH files seems to workaround the problem ... i NO LONGER NEED the /etc/hosts.allow entry ... i'll enter the info to the bug (#2729)