Re: FYI: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-05 Thread Ken Murchison
Lenny wrote: Are there any plans for a globally accessible quota db or is this very low on the priority list? Thanks again! I have both BDB RPC and SQL cyrusdb backend patches which would both work for quotas. The SQL patch is more complete and I'm considering committing it on the 2.3 branch.

Re: FYI: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-05 Thread AJ
I am using this, and sendmail will just queue the message that is over quota, is this normal? How can we get sendmail to reject at rcpt to: with a message the account is over quota? Also, I could not find the solution to the sendmail rule set 5 at that link, it actually does not resolve for me

Cyrus-IMAP with multiple domains

2004-08-05 Thread Brad
Hi everyone, I have been using cyrus-imapd-2.1.12 with multiple domains for a while now with great success. Instead of an /etc/imapd.conf I have an /etc/cyrus.conf and then an /etc/cyrus directory where I have domain1.com.conf, domain2.com.conf etc, each with their own IP address. I am now setti

Re: Cyrus Login

2004-08-05 Thread Derrick J Brashear
On Thu, 5 Aug 2004, Andreas wrote: Well, do you get a core file? Got a better one, just for completeness. Yeah, and I see the problem: #0 0x4027355f in strlen () from /lib/libc.so.6 #1 0x4043cceb in _sasl_canon_user (conn=0x82ba478, user=0x4 , ulen=0, flags=3, oparams=0x82bacd8) at canonusr.c

Re: FYI: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-05 Thread Lenny
Are there any plans for a globally accessible quota db or is this very low on the priority list? Thanks again! Lenny -- "Wisdom is to a man an infinite Treasure" - Anonymous" Quoting Ken Murchison <[EMAIL PROTECTED]>: Lenny wrote: This doesn't appear to be working for me for some reason. Are there

Re: FYI: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-05 Thread Ken Murchison
Lenny wrote: This doesn't appear to be working for me for some reason. Are there prerequisites for this working? I'm using a Murder setup with virtual domains. Does the quota checking of smmapd work if it's in a Murder setup? No it won't. This is because the quotas are only kept on the backend,

Re: FYI: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-05 Thread Andrzej Filip
Ken Murchison wrote: Lenny wrote: I know this has been asked before (heck, I think maybe I've even asked before), so I apologize right away for being redundant. But, is there anyway to have sendmail check quota and reject during the RCPT TO stage if the user is over quota as well? The amount of

Re: FYI: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-05 Thread Lenny
This doesn't appear to be working for me for some reason. Are there prerequisites for this working? I'm using a Murder setup with virtual domains. Does the quota checking of smmapd work if it's in a Murder setup? I set a test account to have a 1k limit and sent a 3k email to it. Then I sent anoth

Re: FYI: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-05 Thread Ken Murchison
Lenny wrote: I know this has been asked before (heck, I think maybe I've even asked before), so I apologize right away for being redundant. But, is there anyway to have sendmail check quota and reject during the RCPT TO stage if the user is over quota as well? The amount of bounceback emails th

Re: FYI: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-05 Thread Lenny
I know this has been asked before (heck, I think maybe I've even asked before), so I apologize right away for being redundant. But, is there anyway to have sendmail check quota and reject during the RCPT TO stage if the user is over quota as well? The amount of bounceback emails that gets genera

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 11:26:18AM -0400, Derrick J Brashear wrote: > On Thu, 5 Aug 2004, Cory D. Wiles wrote: > > >Derrick, > > I ran into some problems with this. When I ran > >$gdb cyradm > >I get > > Oh right, it's perl. > > Well, do you get a core file? Got a better one, just for comp

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 11:26:18AM -0400, Derrick J Brashear wrote: > On Thu, 5 Aug 2004, Cory D. Wiles wrote: > > >Derrick, > > I ran into some problems with this. When I ran > >$gdb cyradm > >I get > > Oh right, it's perl. > > Well, do you get a core file? Got it. I'll have to rebuild it

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 11:26:18AM -0400, Derrick J Brashear wrote: > On Thu, 5 Aug 2004, Cory D. Wiles wrote: > > >Derrick, > > I ran into some problems with this. When I ran > >$gdb cyradm > >I get > > Oh right, it's perl. > > Well, do you get a core file? Hmm, this seems fixed with my

[POLL] Who has tested or is using Cyrus 2.3?

2004-08-05 Thread Ken Murchison
I'm curious to find out how many sites have tested or are currently using the 2.3 code, and in what type of configuration. I already know of two sites which are using it because they need features only available in 2.3 (one site is using a replicated Murder and the other is using the new EXPUNG

Cyrus::IMAP::Admin

2004-08-05 Thread ms419
Three questions about Cyrus::IMAP::Admin: I am using Cyrus::IMAP::Admin for a script to archive mailboxes. It should rename to .Archives.. 1). How does one list mailboxes which _don't_ contain ".Archives."? It's one thing to list those that _do_: my @mailboxes = $connection->list "*.Archi

Re: Re: Cyrus Login

2004-08-05 Thread Derrick J Brashear
On Thu, 5 Aug 2004, Cory D. Wiles wrote: That did it Thank you EVERYONE who helped me with this. I had a few people at work tell me to switch to another software but it wasn't the programs fault it wasn't working and this is a DEFINITE learning experience so once

Re: Cyrus Login

2004-08-05 Thread Derrick J Brashear
On Thu, 5 Aug 2004, Cory D. Wiles wrote: Derrick, I ran into some problems with this. When I ran $gdb cyradm I get Oh right, it's perl. Well, do you get a core file? --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://as

Re: Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 09:44:50AM +, Cory D. Wiles wrote: > Thank you EVERYONE who helped me with this. I had a few people at work tell > me to switch to another software but it wasn't the programs fault it wasn't > working and this is a DEFINITE learning experience so once again hats off to >

FYI: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-05 Thread Andrzej Filip
Revision: 1.1 2004/06/30 11:36:27 Real Time Sendmail and Cyrus Integration Version 2 http://anfi.homeunix.net/sendmail/rtcyrus2.html The above link leads to recipe how to integrate sendmail-8.13 and cyrus-2.2.3+ (the latest is cyrus-2.2.6) using socket map. [Making sendmail 8.12 support socket map

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 09:08:52AM -0500, Cory D. Wiles wrote: > >saslpasswd2 -c > Should the 'yourname' be my regular account, or the cyrus-master account You will probably have to add both: saslpasswd2 -c cyrus saslpasswd2 -c cory (I'm assuming "cyrus" is listed under "admins:" in /etc/imapd.

Re: Re: Cyrus Login

2004-08-05 Thread Cory D. Wiles
That did it Thank you EVERYONE who helped me with this. I had a few people at work tell me to switch to another software but it wasn't the programs fault it wasn't working and this is a DEFINITE learning experience so once again hats off to those who took the

Re: Upgrading from Cyrus 1.6.24

2004-08-05 Thread Tarjei Huse
On Wed, 2004-08-04 at 20:58, Cristian Thiago Moecke wrote: > Ok, but what if I dont have another box to do that? ;-D > I just have a new and bigger hard disk, so I plan to unplug the old > HD, set up the new freebsd and cyrus in the new HD, and then spent some > time in the migration of t

Re: Cyrus Login

2004-08-05 Thread Cory D. Wiles
Derrick, I ran into some problems with this. When I ran $gdb cyradm I get $GNU gdb Red Hat Linux (6.0post-0.20040223.19rh) Copyright 2004 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

Re: Cyrus Login

2004-08-05 Thread Andreas
On Thu, Aug 05, 2004 at 08:57:09AM -0500, Cory D. Wiles wrote: > Derrick, > I ran into some problems with this. When I ran > $gdb cyradm > I get This won't work, cyradm is a perl script... --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu Lis

Re: Cyrus Login

2004-08-05 Thread Cory D. Wiles
>saslpasswd2 -c Should the 'yourname' be my regular account, or the cyrus-master account Andreas wrote: On Thu, Aug 05, 2004 at 08:51:02AM -0500, Cory D. Wiles wrote: I looked at the bug report and the problem is VERY similar to mine. Also I tried to force the method and got the same error that y