Re: parse_address() and restricting SIEVE vacation replies

2005-03-28 Thread Luca Olivetti
James Ralston wrote: * http://www.spamcop.net/fom-serve/cache/329.html Wow, how much hypocrisy in a single page. This sums it up pretty well: "Does not scale: If everyone used this method, nobody would ever get any mail." If everyone used the services offered by these assorted self-appointed spa

rfc 3685 (Spamtest and VirusTest Extensions)

2005-03-28 Thread Andrew B. Panphiloff
Does cyrus-imapd support thees extensions ? I found only sieve-spamasssassin patch for cyrus-imapd-2.1.3 in contrib directory. --- 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

Re: Cyrus and Novel authentification

2005-03-28 Thread John Wade
We use saslauthd directly to Novell's LDAP, not sure what adding PAM into the mix really gains you, and lots of folks have reported memory leaks and other PAM problems in the past, not sure if these are still issues. John Paul van der Vlis wrote: Hello, What would be the best way to authenticat

Re: Questions on Cyrus IMAP

2005-03-28 Thread Jules Agee
gopalakrishnan kamalanathan wrote: Hi, I have a few question on the Cyrus IMAP implementation. 1) What is the memory footprint of the Cyrus IMAP. This will vary with usage, more concurrent connections will require more RAM. An anecdotal sample from my server shows: imap process: resident set size

Re: Questions on Cyrus IMAP

2005-03-28 Thread Andrew Morgan
On Mon, 28 Mar 2005, gopalakrishnan kamalanathan wrote: Hi, I have a few question on the Cyrus IMAP implementation. 1) What is the memory footprint of the Cyrus IMAP. Each imapd process on my Cyrus server uses about 16MB of memory for shared libraries plus a variable amount of memory depending on

Re: avelsieve on Squirrelmail not accepting more than 46 filters

2005-03-28 Thread Eric Wagar
> > While using avelsieve 1.0.1 with Cyrus 2.1.14, and Squirrelmail 1.4.4. I > > am > > running into a problem when trying to add more than 46 filters. > Perhaps you need to increase the size of 'sieve_maxscriptsize' in > imapd.conf? > The default is 32k but perhaps with all the extra MetaData p

Questions on Cyrus IMAP

2005-03-28 Thread gopalakrishnan kamalanathan
Hi, I have a few question on the Cyrus IMAP implementation. 1) What is the memory footprint of the Cyrus IMAP. 2) What is the maximum number of simultaneous connections that the Cyrus IMAP server can handle. 3) How many threads does the Cyrus imap server create? Does it have a fixed pool of thre

Re: avelsieve on Squirrelmail not accepting more than 46 filters

2005-03-28 Thread Roland Pope
- Original Message - From: "Eric Wagar" <[EMAIL PROTECTED]> While using avelsieve 1.0.1 with Cyrus 2.1.14, and Squirrelmail 1.4.4. I am running into a problem when trying to add more than 46 filters. Perhaps you need to increase the size of 'sieve_maxscriptsize' in imapd.conf? The defa

problems with database corruption in the frontend/master (additional info)

2005-03-28 Thread João Assad
João Assad wrote: Hello everyone, We use cyrus-imapd-murder as the solution for our website messaging/e-mail service . We currently have 1.240.088 users split in 3 backend servers using 1 frontend / master server (both services running on the same server) for a grand total of 3.479.526 mailbox

Re: Erro compiling -- undefined reference to netsnmp_enable_subagent

2005-03-28 Thread Derrick J Brashear
On Mon, 28 Mar 2005, Javier Ramos wrote: Hi all, I am getting the following error compiling under Red Hat Enterprise Linux 3.0, and cannot figure where the problem is... can anyone give any clues? Thanks a lot for your help... Regards, Javier gcc -c -I.. -I./../lib -I./../imap -I/usr/include/rpm

Re: Problem with "Mailbox is locked by POP server" and wish.

2005-03-28 Thread Sergey
On Monday 28 March 2005 12:55, Thomas Hager wrote: > check your syslog, every cyrus process logs the logged in user. > do sth like: > > egrep '^.*pop3d.*login: .* .*$' /path/to/your/logfile | tail -1 > > and replace with the locked mailbox. this should output the last > process handling the ma

Re: Erro compiling -- undefined reference to netsnmp_enable_subagent

2005-03-28 Thread Simon Matter
> Hi all, > > I am getting the following error compiling under Red Hat Enterprise > Linux 3.0, and cannot figure where the problem is... can anyone give any > clues? > Thanks a lot for your help... http://www.invoca.ch/pub/packages/cyrus-imapd/ > Regards, > > Javier > > gcc -c -I.. -I./../lib -I.

Erro compiling -- undefined reference to netsnmp_enable_subagent

2005-03-28 Thread Javier Ramos
Hi all, I am getting the following error compiling under Red Hat Enterprise Linux 3.0, and cannot figure where the problem is... can anyone give any clues? Thanks a lot for your help... Regards, Javier gcc -c -I.. -I./../lib -I./../imap -I/usr/include/rpm -I/usr/include/net-snmp -I/usr/include

cyrus-imap without berkeleydb

2005-03-28 Thread Patrice
Hi, I have compiled cyrus-imap with skiplist for the all dbs: --with-duplicate-db=skiplist \ --with-mboxlist-db=skiplist \ --with-seen-db=skiplist \ --with-subs-db=skiplist I still must use : recover cmd="ctl_cyrusdb -r" in my cyrus.conf ??? (I don't want to use berkeley db

Re: Problem with "Mailbox is locked by POP server" and wish.

2005-03-28 Thread Thomas Hager
On Fri, 2005-03-25 at 13:52 +0400, Sergey wrote: > Hello. hi, > Sometimes I have problems with search of process pop3d which blocks > mailbox. There are ways for search of such processes ? check your syslog, every cyrus process logs the logged in user. do sth like: egrep '^.*pop3d.*login: .* .*