Re: Fwd: Docs for Cyrus/GFS?

2008-09-09 Thread Chris St. Pierre
icate, tlscache, and ptscache databases. What, if anything, do I need to do special when converting my data over? I'll not be changing Cyrus versions; will it "just work" to move all of my current data, or will I need to convert databases/reconstruct/etc.? Thanks again! Chris St

Docs for Cyrus/GFS?

2008-09-08 Thread Chris St. Pierre
I'm looking for any good documentation on using Cyrus IMAP with shared storage (in our case, GFS). Thus far, all I've been able to turn up is a few snippets on mailing lists and in the wiki, but nothing really comprehensive. Any pointers? Thanks! Chris St. Pierre Unix Systems Adm

Re: Cyrus Murder or IMAP proxy.

2008-07-28 Thread Chris St. Pierre
ation. Another possibility is running multiple IMAP servers connected to common storage -- i.e., a SAN. Then users can share mailboxes, since every user is on every server, but you don't introduce the complexity of Murder. Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University

Re: LTMPD rejecting large messages, maxmessagesize is _not_ set

2007-07-13 Thread Chris St. Pierre
ke broken behavior; shouldn't lmtpd return something like '5xx >> sendmail: fatal: ...'? > > Sure, but that's a known bug :-) At least I seem to remember that it came up > some time ago. Yeesh. If I was a C programmer, I'd fix that. That seems decidely less r

Re: LTMPD rejecting large messages, maxmessagesize is _not_ set

2007-07-13 Thread Chris St. Pierre
On Fri, 13 Jul 2007, Chris St. Pierre wrote: > On Fri, 13 Jul 2007, David Carter wrote: > >> On Tue, 10 Jul 2007, Chris St. Pierre wrote: >> >>> LMTPD is rejecting large messages; I've been unable to figure out the exact >>> threshold, but I am see

Re: LTMPD rejecting large messages, maxmessagesize is _not_ set

2007-07-13 Thread Chris St. Pierre
On Fri, 13 Jul 2007, David Carter wrote: > On Tue, 10 Jul 2007, Chris St. Pierre wrote: > >> LMTPD is rejecting large messages; I've been unable to figure out the exact >> threshold, but I am seeing messages like this in my Postfix logs: >> >> Jun 2

Re: LTMPD rejecting large messages, maxmessagesize is _not_ set

2007-07-12 Thread Chris St. Pierre
cpt=1 (queue active) >From main.cf: message_size_limit = 2048 16243093 < 2048 I can also see the message being processed by the cleanup daemon, which is the daemon that would be bouncing the messages if they were too large. This remains a problem with LMTPD. Chris St.

LTMPD rejecting large messages, maxmessagesize is _not_ set

2007-07-10 Thread Chris St. Pierre
_group_enable: 0 lmtp_over_quota_perm_failure: yes ######### Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University LOPSA Sysadmin Days: Professional Training for Professional SysAdmins August 6-7, Cherry Hill, NJ http://lopsa.org/Sysadmi

Re: vacation programs

2007-03-20 Thread Chris St. Pierre
filtering. With the amount of sender spoofing going on these days, responding (or forwarding, for that matter) before filtering will cause problems for you. Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University Never send mail to [EMAIL PROTECTED] C

Re: Spam filtering / Sieve on bulletinboards

2007-02-27 Thread Chris St. Pierre
St. Pierre Unix Systems Administrator Nebraska Wesleyan University Never send mail to [EMAIL PROTECTED] Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing

Re: Spam filtering / Sieve on bulletinboards

2007-02-26 Thread Chris St. Pierre
that the messages that are likely spam (as judged by spamassassin) as automatically moved into a seperate folder. We use something like this: # Probably Spam if header :comparator "i;ascii-casemap" :matches "Subject" "[SPAM:*" { fileinto "INBOX.Junk M

Re: problems on folders containing @

2006-11-10 Thread Chris St. Pierre
On Fri, 10 Nov 2006, Marten Lehmann wrote: > why does this give an error? > > x create [EMAIL PROTECTED] > x NO Invalid mailbox name Escape the @ sign: create [EMAIL PROTECTED] Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University Cyrus Hom

Re: Login attack on cyrus imap

2006-11-03 Thread Chris St. Pierre
onnections, but that still allows a DoS attack -- if the attacker is using up all of your available connections, no real customer can get on. It also uses up a bunch of system resources, unnecessarily. Don't limit the attacker -- ban them. Chris St. Pierre Unix Systems Administrator Nebraska Wesl

Sort by date wierdness

2006-08-25 Thread Chris St. Pierre
elocations: (not relocatable) Version : 2.2.12Vendor: Red Hat, Inc. Release : 3.RHEL4.1 Build Date: Sat 23 Apr 2005 03:45:01 PM CDT Any ideas what might be causing this? Thanks! Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University

Command-line reconstruct different from cyradm reconstruct?

2006-08-21 Thread Chris St. Pierre
ral thousand mailboxes thusly. How can I script this? Cyrus::IMAP::Admin doesn't appear to have a "reconstruct" method, and piping a text file into cyradm doesn't work because of the password prompt. Other ideas? I'm using the RHEL4 package of Cyrus IMAP v

Re: High availability email server...

2006-07-31 Thread Chris St. Pierre
e it gracefully (e.g., Pine). Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University On Sat, 29 Jul 2006, Michael Menge wrote: > Hi, > > Quoting Pascal Gienger <[EMAIL PROTECTED]>: > >> >> >> I would NEVER suggest to mount the cyrus mail s

Re: Performance and cheap storage

2006-07-31 Thread Chris St. Pierre
-bound. We'll run into I/O problems long before we run out of oomph to drive iSCSI and Cyrus IMAP. Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University On Sat, 29 Jul 2006, Greg A. Woods wrote: >At Wed, 26 Jul 2006 16:20:57 -0500, >Greg Harris wrote: >> >

Re: High availability email server...

2006-07-28 Thread Chris St. Pierre
unning any bleeding edge software, and it appears that it will work fine. There's no need to use a SAN, either -- you could share your mail storage out via NFS with the same effect. We're going production with this in mid-August; if you'd like to know how everything goes, drop me a note in

Re: Cyrus::SIEVE::managesieve documentation?

2006-07-19 Thread Chris St. Pierre
great alternative. :) Are there any other scripts out there that use Cyrus::SIEVE::managesieve? I'm fine with learning by example -- I just need more than one example. Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University On Tue, 18 Jul 2006, Andrés Tarallo wrote: >I

Cyrus::SIEVE::managesieve documentation?

2006-07-17 Thread Chris St. Pierre
Does anyone know of any documentation for Cyrus::SIEVE::managesieve? The man page is decidedly sparse. Reading through the source of sieveshell gives some idea, but not enough to start writing my own code. Thanks! Chris St. Pierre Unix Systems Administrator Nebraska Wesleyan University