Re: cyrus processes & maxchild

2010-05-12 Thread Andrew Morgan
On Wed, 12 May 2010, Maria McKinley wrote: Oh, also how are the ulimits different from the maxchild limits? ulimits are limits the operating system places on processes. Usually they are set via your command shell, such as bash, so you can find documentation with "man bash" if you search for

Re: Cyrus active-active cluster checklist

2010-05-12 Thread Andre Nathan
On Thu, 2010-05-13 at 05:50 +1000, Bron Gondwana wrote: > I've got no problem with adding this upstream by the way. That would be great :) Andre 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/cyr

Re: cyrus processes & maxchild

2010-05-12 Thread Dan White
On 12/05/10 20:26 -0700, Maria McKinley wrote: >Good info, thanks Andy, I will probably up the limits. Still curious >about what is suppose to happen when the limit is reached, however. As >users, what we notice is that some people that are already logged on, >can continue to use email, but no o

Re: cyrus processes & maxchild

2010-05-12 Thread Maria McKinley
Andrew Morgan wrote: > On Wed, 12 May 2010, Maria McKinley wrote: > >> Hi there, >> >> I have a problem with my mail program hanging when too many processes >> are spawned by cyrus. The problem seems to occur when the maxchild >> limit is reached. I was wondering what is suppose to happen when t

Re: cyrus processes & maxchild

2010-05-12 Thread Andrew Morgan
On Wed, 12 May 2010, Maria McKinley wrote: > Hi there, > > I have a problem with my mail program hanging when too many processes > are spawned by cyrus. The problem seems to occur when the maxchild limit > is reached. I was wondering what is suppose to happen when the maxchild > limit is reache

Re: cyrus processes & maxchild

2010-05-12 Thread Berend de Boer
> "Maria" == Maria McKinley writes: Maria> Hi there, I have a problem with my mail program hanging Maria> when too many processes are spawned by cyrus. The problem Maria> seems to occur when the maxchild limit is reached. I was Maria> wondering what is suppose to happen when t

cyrus processes & maxchild

2010-05-12 Thread Maria McKinley
Hi there, I have a problem with my mail program hanging when too many processes are spawned by cyrus. The problem seems to occur when the maxchild limit is reached. I was wondering what is suppose to happen when the maxchild limit is reached, because at this point, I have to restart cyrus when

Re: Cyrus active-active cluster checklist

2010-05-12 Thread Bron Gondwana
On Wed, May 12, 2010 at 02:17:18PM -0300, Andre Nathan wrote: > * Change the append_newstage() function in imap/append.c to add some > host information to the "stage." file names, to avoid PID clashes > between the two cluster nodes; I've got no problem with adding this upstream by the way.

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Berend de Boer
> "Dan" == Dan White writes: Dan> That's incorrect. CRAM-MD5 does not support a security Dan> layer. Try: Dan> imtest -m DIGEST-MD5 -a ad...@server2.example.com Dan> server2.example.com That worked. Now back to Reinaldo's queries: # all mailboxes $ nc server 143 * OK

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Berend de Boer
> "Dan" == Dan White writes: Dan> Try: Dan> lm user.joh...@example.com Yeah, I already had tried that. I'm fairly sure I tried all permutations before I went to this list :-) -- Cheers, Berend de Boer Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyru

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Dan White
On 13/05/10 10:17 +1200, Berend de Boer wrote: >> "Dan" == Dan White writes: > >Dan> This works for me, for listing child mailboxes: > >neo.olp.net> lm user/dwhite/*...@olp.net >Dan> user/dwhite/dra...@olp.net (\HasNoChildren) >Dan> user/dwhite/s...@olp.net (\HasNoChildren) >

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Dan White
On 12/05/10 17:03 -0500, Dan White wrote: >On 13/05/10 09:02 +1200, Berend de Boer wrote: >> # imtest -u ad...@server2.example.com localhost > >Try: > >imtest -a ad...@server2.example.com localhost > >>Perhaps the "only available under a layer" is an indication I must use >>ssl or so? Tried that a

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Berend de Boer
> "Dan" == Dan White writes: Dan> This works for me, for listing child mailboxes: neo.olp.net> lm user/dwhite/*...@olp.net Dan> user/dwhite/dra...@olp.net (\HasNoChildren) Dan> user/dwhite/s...@olp.net (\HasNoChildren) Dan> user/dwhite/tr...@olp.net (\HasNoChildren)

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Dan White
On 13/05/10 06:34 +1200, Berend de Boer wrote: > I'm looking for a way to list all mailboxes for a given domain, > i.e. in cyradm: > > lm *...@example.com* > > This does not return anything. > > lm *example.com* > > does though. It appears the @ sign screws up the wildcard matching. > > Bu

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Andrew Morgan
On Thu, 13 May 2010, Berend de Boer wrote: >> "Andrew" == Andrew Morgan writes: > >Andrew> Use "imtest" instead of "nc". imtest can do all the SASL >Andrew> login magic and still gives you raw access to the >Andrew> connection for sending commands. > > Same thing: > > # imtest -

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Berend de Boer
> "Andrew" == Andrew Morgan writes: Andrew> Use "imtest" instead of "nc". imtest can do all the SASL Andrew> login magic and still gives you raw access to the Andrew> connection for sending commands. Same thing: # imtest -u ad...@server2.example.com localhost S: * OK server

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Reinaldo de Carvalho
On Wed, May 12, 2010 at 4:51 PM, Andrew Morgan wrote: > > Use "imtest" instead of "nc".  imtest can do all the SASL login magic and > still gives you raw access to the connection for sending commands. > Or use 'openssl s_client -host server -port 143 -starttls imap' -- Reinaldo de Carvalho http

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Andrew Morgan
On Thu, 13 May 2010, Berend de Boer wrote: >> "Reinaldo" == Reinaldo de Carvalho writes: > >Reinaldo> On Wed, May 12, 2010 at 4:04 PM, Berend de Boer >Reinaldo> wrote: >>> >>> Clearly I can get the mailboxes to list if I don't use the @ >>> sign so doesn't that indicate I

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Berend de Boer
> "Reinaldo" == Reinaldo de Carvalho writes: Reinaldo> On Wed, May 12, 2010 at 4:04 PM, Berend de Boer Reinaldo> wrote: >> >> Clearly I can get the mailboxes to list if I don't use the @ >> sign so doesn't that indicate I am indeed the global admin? >> >> The us

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Reinaldo de Carvalho
On Wed, May 12, 2010 at 4:04 PM, Berend de Boer wrote: > > Clearly I can get the mailboxes to list if I don't use the @ sign so > doesn't that indicate I am indeed the global admin? > > The user I'm logged in at can change the acl on all mailboxes for > example, so that indicates to me it is a glo

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Berend de Boer
> "Reinaldo" == Reinaldo de Carvalho writes: >> I'm looking for a way to list all mailboxes for a given domain, >> i.e. in cyradm: >> >>  lm *...@example.com* >> >> This does not return anything. >> >>  lm *example.com* >> >> does though. It appears

Re: cyradm lm wildcard and the @ sign

2010-05-12 Thread Reinaldo de Carvalho
On Wed, May 12, 2010 at 3:34 PM, Berend de Boer wrote: > Hi people, > > I'm looking for a way to list all mailboxes for a given domain, > i.e. in cyradm: > >  lm *...@example.com* > > This does not return anything. > >  lm *example.com* > > does though. It appears the @ sign screws up the wildcard

cyradm lm wildcard and the @ sign

2010-05-12 Thread Berend de Boer
Hi people, I'm looking for a way to list all mailboxes for a given domain, i.e. in cyradm: lm *...@example.com* This does not return anything. lm *example.com* does though. It appears the @ sign screws up the wildcard matching. But what I really really need is the ability to list the mail

Cyrus active-active cluster checklist

2010-05-12 Thread Andre Nathan
Hello I've been keeping a list of configuration changes to setup Cyrus in an active-active two-node cluster (I'm using DRBD and OCFS2 for that). Here's the list of things I have so far: * Don't use BerkeleyDB (set all databases which default to berkeley to skiplist); * Under configdirectory,

Re: Cyrus via NFS

2010-05-12 Thread Agustín Eijo
Hello, Thanks for the reply. I set noatime option and I'll try setting it to NFSv4 in order to avoid problems with File Locking So, anyone have experience with NetApp cyrus via NFSv4? Greetings, Agustín. 2010/5/12 Michael Menge : > Quoting Agustín Eijo : > >> Hello, >> >> I have a Mail serve

Re: Cyrus via NFS

2010-05-12 Thread LALOT Dominique
Hello, I asked somebody from another french university. They use a NetApp, put evrything on it and it works perfectly. I stayed on SAN anyway, but I would have liked the snapshot and the facilities to restore mails... Dom 2010/5/12 Agustín Eijo > Hello, > > I have a Mail server with 6000 mailb

Re: Cyrus via NFS

2010-05-12 Thread Michael Menge
Quoting Agustín Eijo : Hello, I have a Mail server with 6000 mailbox running in debian 5.0.4 with cyrus-imapd-2.2 (2.2.13-14+lenny3) I want move both the configdirectory and partition-default to a storage NetApp 2020 via NFS. NFS3 or NFS4? Cyrus needs working File-Locking, which does not wo

Cyrus via NFS

2010-05-12 Thread Agustín Eijo
Hello, I have a Mail server with 6000 mailbox running in debian 5.0.4 with cyrus-imapd-2.2 (2.2.13-14+lenny3) I want move both the configdirectory and partition-default to a storage NetApp 2020 via NFS. In my linux I mount in fstab whith this nfs options: ( hard,intr,proto=tcp,_netdev ) Has any

Two diferent salt in change_sqlpass

2010-05-12 Thread Juan-Francisco Diez Léglise
Hi all, Anyone know how to configure two diferent salt for PHPCRYPT method? It is because my email server administration use one salt to encrypt new password and other one to verify password. Thanks Juan-Francisco Diez Léglise Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ:

Two diferent salt in change_sqlpass

2010-05-12 Thread Juan-Francisco Diez Léglise
Hi all, Anyone know how to configure two diferent salt for PHPCRYPT method? It is because my email server administration use one salt to encrypt new password and other one to verify password. Thanks Juan-Francisco Diez Léglise Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: