RE: global sieve script?

2004-03-05 Thread Joe Hrbek
.. one has to figure out how a global script will interact with a users local script, including having one override another. Which AFAIK is not documented in the RFC.. On Thu, 2004-03-04 at 17:22, Joe Hrbek wrote: This was posted in reference to a global sieve script: http://www.irbs.net

RE: global sieve script?

2004-03-05 Thread Joe Hrbek
Sounds like the Sieve Include extension is what you want. You could just have each users script include your admin script and go from there. The Include draft is pretty close to being done, and I already have an implementation floating around somewhere which will probably get put into CVS

global sieve script?

2004-03-04 Thread Joe Hrbek
This was posted in reference to a global sieve script: http://www.irbs.net/internet/info-cyrus/0112/0133.html It dates back to 2001. Is this capability now present in the latest cyrus package? I use simon matter's RPM. If so, this would be very cool. -j --- Home Page:

RE: How to close POP3 session which is inactive for 60s

2004-02-23 Thread Joe Hrbek
I think what you are looking for can be found in: pop3proxyd.c pop3d.c If you search those files for poptimeout you get: /* Set inactivity timer */ timeout = config_getint(poptimeout, 10); if (timeout 10) timeout = 10; I'd imagine that that the 10 is the default, minimum time

deleting messages manually from the mailstore

2004-02-20 Thread Joe Hrbek
Hi, I had a bit of a bad morning today. Long story short, our virus scanner stopped working and about 150 virus emails were delivered to the cyrus mailstore. This was scattered through about 50 mailboxes. I quickly realized what was happening and fixed the scanner, but the problem of the

RE: Documentation, Community Advocacy was: RE: Kill this thread, itshouldn't have been one ( was: Re: CYRUS = ....)

2004-02-04 Thread Joe Hrbek
Although the guys as ASG might not agree but I think it is about time that Cryus got it's own domain name. www.cyrusimap.org is free. I'm more than happy to donate some of my own time and money to register this domain name, and setup some software etc on my webserver for use by the Cyrus

RE: Migrate passwords from shadow to mysql

2004-02-03 Thread Joe Hrbek
I had to use pam_mysql and run saslauthd -a pam. Works quite nicely. I also tried to use the sasl mysql auxprop plugin (or something like that), but it didn't work out then. Auxprop is a way better way to go than to use saslauthd, especially for mysql. imho, -j

RE: CYRUS = GARBAGE

2004-02-02 Thread Joe Hrbek
That's not correct.. You can use mysql and have accounts automatically created.. If you install the autocreate patches.. That is really cool! I didn't know you could do that. At least Mr. Grant's post wasn't completely useless. Someone learned from it! :) -j

RE: unix hierarchy delimiter

2004-01-30 Thread Joe Hrbek
I'm confused, the cyrus admin does *not* need access to user mailboxes for delivery to take place (at least for the INBOX). Sorry for the mix-up. I just looked at mine: localhost.localdomain lam user/jhrbek.gplsinc.com jhrbek.gplsinc.com lrswipcda cyrus lrswipcda localhost.localdomain Mine

duplicate emails from the cyrus list :(

2004-01-29 Thread Joe Hrbek
Every now and then I start getting duplicate emails from the cyrus list. None of my other lists do this, nor does this happen with regular everyday email. It all comes to the same account. I can't find any errors in the log either and i'm not sure if there even should be any. Has anyone had

SOLVED RE: duplicate emails from the cyrus list :(

2004-01-29 Thread Joe Hrbek
Turns out that my filtering rules in outlook were creating duplicate messages. Not sure why, I was only moving the message to a different folder. Oh well. I hate outlook, and now I feel stupid. :( -j -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joe

SQUAT indexes?

2004-01-16 Thread Joe Hrbek
Does anyone use the squat indexes as described in: http://asg.web.cmu.edu/cyrus/download/imapd/man/squatter.8.html If so, any opinion on it? Good, bad, ugly? I'm thinking that it would only provide a boost to those users that have an incredible amount of email in their mailbox, this is an

stress testing my cyrus system

2004-01-15 Thread Joe Hrbek
Does anyone have, or can anyone point me to a program or perl script/whatever that will stress test my email system? I'm curious to see how much my system can take. I tried hacking mstone from the mozilla folks but I can't seem to get that to work despite their claim that it could work with any

maximum recommended mailbox quota?

2004-01-14 Thread Joe Hrbek
Hi, quick question. Assuming I have the space (I have 4, 146gb scsi ultra320 drives in a raid setup with dual xeon processors and 2 gb of ram), what is the maximum recommended mailbox quota? I've googled around for an hour and I haven't been able to find anything worthwile. I also looked at the

RE: maximum recommended mailbox quota?

2004-01-14 Thread Joe Hrbek
My boss asked me if I could allow quotas up to 3 or 4 gb for certain users. I laughed, he didn't. :) That's mostly a system policy decision, though, clients and servers will generally perform worse with large numbers of messages in a given folder (not necessaraly the same thing as as

cyrus and toltec connector

2004-01-08 Thread Joe Hrbek
Just a quick question, is anyone on the list using the toltec groupware connector? I'm thinking about purchasing it but would like to hear from some current customers first. Thanks. -j

RE: ctl_mboxlist -u ?

2003-12-18 Thread Joe Hrbek
data being echoed, so I took it out. ctl_mboxlist -u works now, the \t was required. :) Thanks, -j -Original Message- From: Connie Starr Fensky [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 9:24 AM To: Joe Hrbek Cc: Info-Cyrus Subject: Re: ctl_mboxlist -u ? If I

ctl_mboxlist -u ?

2003-12-12 Thread Joe Hrbek
be # /var/spool/imap/user and all the usernames are in one spot # (var/spool/imap/user/auser), then you will have to make some changes. # # Credit: original script obtained from E M Recio erecio at lo-tek.org. Modified # by Joe Hrbek jhrbek at gplsinc.com

RE: mysql auxprop - how did you do it ?

2003-10-29 Thread Joe Hrbek
Here is the answer you seek: --with-mysql=/usr/include/mysql \ Put that in the configure script. Of course, change the path relative to the location of your include files for mysql. -joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Morgan

pop3d email download timeout question

2003-09-05 Thread Joe Hrbek
Every now and then I have a problem with large email messages in user's inboxes. Most of our users use the pop3 daemon to access their mail. Subsequently, this isn't an issue if they use IMAP. IMAP seems to be able to pull the message down just fine. Anyway, most of the time, large messages can

LMTP, db4, cyrus memory leak?

2002-11-06 Thread Joe Hrbek
ideas, I would love to hear them. :) Thanks! -Joe Hrbek