Re: Recovering a corrupt mailboxes.db

2003-07-13 Thread Ramprasad A Padmanabhan
On Sun, 2003-07-13 at 20:09, Patrick Welche wrote: On Sat, Jul 12, 2003 at 06:03:54PM +0530, Ramprasad A Padmanabhan wrote: > Is it possible to reconstruct the mailboxes.db > > I know I can use ctl_mboxlist and a file with all the mailboxes but > there seems to be no utility that create this

Re: Unexplained Segmentation Fault

2003-07-13 Thread Guilden Crantz
Okay, here's the gdb core dump analysis: [EMAIL PROTECTED] root]# gdb imtest core.23103 GNU gdb Red Hat Linux (5.2.1-4) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it und

Re: Kerberos IMAP clients

2003-07-13 Thread Adam Williams
> >>One question. While it is nice to have Kerberos 4/5 authentication, which > >>IMAP clients support it? Which one would you suggest? > >I know that pine & Ximian Evolution do via GSSAPI > There's also a KERBEROS_IV patch for pine, and Mulberry can do atleast > KERBEROS_IV. I did a Kerberos V pr

Re: Determining deliverability

2003-07-13 Thread Rob Siemborski
On Sun, 13 Jul 2003, Pat Lashley wrote: > > Er... Whats wrong with just attempting delviery of the message? > > Because if it can't deliver to a Cyrus mailbox, then I want it to > go ahead and try something else. But by that point it is too late; > the cyrus router has already accepted it. Hmmm,

Re: Determining deliverability

2003-07-13 Thread Pat Lashley
--On Sunday, July 13, 2003 11:11:09 -0400 Rob Siemborski <[EMAIL PROTECTED]> wrote: On Sat, 12 Jul 2003, Pat Lashley wrote: In particular, is there any clean method for an MTA like exim to determine whether a given local part is deliverable via the Cyrus lmtpd? (Or, more accurately, would it be

Re: Determining deliverability

2003-07-13 Thread Pat Lashley
--On Sunday, July 13, 2003 15:20:46 -0700 "Kevin P. Fleming" <[EMAIL PROTECTED]> wrote: Exim 4.20 has (almost) what is needed to do this now. It can already do SMTP callouts to verify recipients. It can also LMTP callouts, as long you aren't using LMTP AUTH for delivery to Cyrus. I am using LMTP

Re: Determining deliverability

2003-07-13 Thread Kevin P. Fleming
Pat Lashley wrote: I've been thinking about finding the cycles to whip out a utility that would take a local_part on the command line; and return success or failure to indicate whether it is deliverable. It would work by starting an LMTP session and issuing a RCPT; then RSET and QUIT after gettin

Re: Determining deliverability

2003-07-13 Thread Kevin P. Fleming
Pat Lashley wrote: I've been thinking about finding the cycles to whip out a utility that would take a local_part on the command line; and return success or failure to indicate whether it is deliverable. It would work by starting an LMTP session and issuing a RCPT; then RSET and QUIT after gettin

Re: Determining deliverability

2003-07-13 Thread Pat Lashley
--On Sunday, July 13, 2003 13:22:15 -0700 Jason Fesler <[EMAIL PROTECTED]> wrote: I've thought of that; but it really needs to be run whenever a mailbox is created or destroyed. Or at least when a shared mailbox or user's I'm perhaps biased; I assumed only checking the username componant and not

Re: Determining deliverability

2003-07-13 Thread Pat Lashley
--On Sunday, July 13, 2003 11:24:50 -0700 Jason Fesler <[EMAIL PROTECTED]> wrote: Just occasionaly dump a list of users, and feed it into the MTA's favorite format. Or do it after "newuser" gets ran. Or whatever frequency/event makes sense. I've thought of that; but it really needs to be run wh

Re: Setting ACLs to winbind groups

2003-07-13 Thread Rob Siemborski
On Sun, 13 Jul 2003, Marcelino Vallejo wrote: > I've found that installing libnss-mysql I could gave ACLs to non UNIX > groups. Those groups are declared in MySql tables. > One step forward. Doing this can be really expensive on your MySQL server, since every call to auth_newstate() in cyrus will

Re: Determining deliverability

2003-07-13 Thread Rob Siemborski
On Sat, 12 Jul 2003, Pat Lashley wrote: > In particular, is there any clean method for an MTA like exim to > determine whether a given local part is deliverable via the Cyrus > lmtpd? (Or, more accurately, would it be deliverable if sieve > were turned off and there are no problems with quotas, e

Re: [PATCH] missing dependencies for parallel build with cyrus-imapd-2.1.14

2003-07-13 Thread Rob Siemborski
On Thu, 10 Jul 2003, Andreas Haumer wrote: > The Makefile also does not specifiy that acap.h needs acap_err.h > "make depend" doesn't solve the problem, because acap_err.h does > not exist when creating dependencies. > > I created a small patch to ./acap/Makefile.in which should solve > these prob

Re: Question about Sieve and "filters"

2003-07-13 Thread Rob Siemborski
On Thu, 10 Jul 2003, Michael Fair wrote: > If we count this one, so far we have three proposals on the table > "filter modules", "result placeholder", and "case statement" > each which should be discussed separately since neither are > dependent on each other. I've got no problem dicussing them >

Re: Setting ACLs to winbind groups

2003-07-13 Thread Marcelino Vallejo
I've found that installing libnss-mysql I could gave ACLs to non UNIX groups. Those groups are declared in MySql tables. One step forward. Marcelino Vallejo wrote: Hi. We are trying to not to use UNIX users at all, authenticating through pam and taking all groups members from NT Domain through win

Re: Recovering a corrupt mailboxes.db

2003-07-13 Thread Patrick Welche
On Sat, Jul 12, 2003 at 06:03:54PM +0530, Ramprasad A Padmanabhan wrote: > Is it possible to reconstruct the mailboxes.db > > I know I can use ctl_mboxlist and a file with all the mailboxes but > there seems to be no utility that create this file from the mail spool > directory Have a look at /us

Re: sieve script not running?

2003-07-13 Thread Rob Siemborski
On Mon, 7 Jul 2003, Amos Gouaux wrote: > ib> You are missing -lsocket -lnsl in your link statement. > > Maybe that library changed between 2.1.12 and 2.1.13 to require > those libraries? I notice the compile line is the same for both, > but since 2.1.13 the error above appears. Yeah, it did. I'

Re: Kerberos IMAP clients

2003-07-13 Thread Rob Siemborski
On Tue, 8 Jul 2003, Adam Tauno Williams wrote: > > One question. While it is nice to have Kerberos 4/5 authentication, which > > IMAP clients support it? Which one would you suggest? > > I know that pine & Ximian Evolution do via GSSAPI There's also a KERBEROS_IV patch for pine, and Mulberry can

Re: What to use when no AUTH=

2003-07-13 Thread Rob Siemborski
On Sun, 13 Jul 2003, Roman Neuhauser wrote: > # [EMAIL PROTECTED] / 2003-07-01 10:25:29 -0400: > > Since I've heard bad things about Courier's standards complicance, I > > Care to share some details? http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=Pine.LNX.4.50.0206050910320.6814-1000

Re: What to use when no AUTH=

2003-07-13 Thread Ken Murchison
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2003-07-01 10:25:29 -0400: Since I've heard bad things about Courier's standards complicance, I Care to share some details? Do a google groups search for the keywords "courier imap compliance" or a search for "courier" where the author is "[EM

Re: Unexplained Segmentation Fault

2003-07-13 Thread Ken Murchison
Actually, I wanted a backtrace of the stack via a debugger, eg, run gdb on the imtest core file. Guilden Crantz wrote: Here is the stack trace (password removed): [EMAIL PROTECTED] src]# strace imtest -t "" menagerie.cc execve("/usr/local/bin/imtest", ["imtest", "-t", "", "menagerie.cc"], [/*

Re: What to use when no AUTH=

2003-07-13 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-07-01 10:25:29 -0400: > Since I've heard bad things about Courier's standards complicance, I Care to share some details? -- If you cc me or remove the list(s) completely I'll most likely ignore your message.see http://www.eyrie.org./~eagle/faqs/questions.html