Re: Too many open files

2008-11-04 Thread Rob McMahon
, "?/%s*", prefix); /* search for the quotaroots */ glob(quota_path, GLOB_NOSORT, NULL, &globbuf); That pattern on our boxes can match thousands of users. I think it needs to be more careful and go looking for `prefix' and `prefix.*', but I haven't dug in

Re: Too many open files

2008-11-03 Thread Rob McMahon
Rob McMahon wrote: > Cyrus-2.2.13 (yes, I know it's getting on a bit). Solaris 10 SPARC, > around 115,000 mailboxes. > > I was mopping up a few users today with a script which basically does: > > while (<>) { > chomp; > my $mb = 'user.

Re: Cyrus on Solaris at universities?

2007-12-17 Thread Rob McMahon
with UFS because I felt ZFS was too new at the time and I had worries about its performance, especially with all the fsync'ing going on. I'm still not sure what I'd do on a new box. Rob -- E-Mail: [EMAIL PROTECTED] PHONE: +44 24 7652 3037 Rob McMahon, IT Services,

Re: Too many open files

2007-09-03 Thread Rob McMahon
Rob McMahon wrote: > Aug 24 16:20:44 narcissus imap[24338]: [ID 240394 local6.error] IOERROR: > opening quota file /var/imap/quota/V/user.??.Trash: Too many open files > Aug 24 16:21:38 narcissus imap[24338]: [ID 816447 local6.error] warning: > cannot open /etc/hosts.deny: T

Too many open files

2007-08-24 Thread Rob McMahon
No other IMAP process seems to use more than around 16 descriptors. Cheers, Rob -- E-Mail: [EMAIL PROTECTED] PHONE: +44 24 7652 3037 Rob McMahon, IT Services, Warwick University, Coventry, CV4 7AL, England Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://c

skiplist: recovered ...

2007-02-27 Thread Rob McMahon
Hmm, what does this mean from imapd.log ? Should I be worried ? skiplist: recovered /var/imap/user/B/xxx.seen (5 records, 13112 bytes) in 0 seconds Rob -- E-Mail: [EMAIL PROTECTED] PHONE: +44 24 7652 3037 Rob McMahon, IT Services, Warwick University, Coventry, CV4 7AL

Re: 451 4.2.0 Mailbox has an invalid format)

2007-02-23 Thread Rob McMahon
Rob McMahon wrote: I have a handful of users complaining that they can't log in to our cyrus-imap server (2.2.12). There are messages queued to be delivered saying "Deferred: 451 4.2.0 Mailbox has an invalid format". What are my options here ? I tried reconstruct -rf, I Goo

451 4.2.0 Mailbox has an invalid format)

2007-02-22 Thread Rob McMahon
d a mention of deleting the quota file, reconstructing again, and adding the quota back on. Neither worked. Cheers, Rob -- E-Mail: [EMAIL PROTECTED] PHONE: +44 24 7652 3037 Rob McMahon, IT Services, Warwick University, Coventry, CV4 7AL, England Cyrus

Re: Quotas vs. Trash revisited

2005-12-14 Thread Rob McMahon
t" meter on the web front end, it could save some grief. Cheers, Rob -- E-Mail: [EMAIL PROTECTED] PHONE: +44 24 7652 3037 Rob McMahon, IT Services, Warwick University, Coventry, CV4 7AL, England Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyr

Quotas vs. Trash revisited

2005-12-14 Thread Rob McMahon
h the same quota as their inbox these problems would go away. Can anyone see any problems with this ? Cheers, Rob -- E-Mail: [EMAIL PROTECTED] PHONE: +44 24 7652 3037 Rob McMahon, IT Services, Warwick University, Coventry, CV4 7AL, England Cyrus Home Page: http://asg.web.cm

lmtpd dumping core

2005-10-18 Thread Rob McMahon
Couldn't get cannon userid */ syslog(LOG_ERR, "Could not get cannon userid for user %s", auth_userid); Oops. If auth_userid is NULL, try to log it. One suspects that was supposed to be `userid' being logged. Comments ? Cheers, Rob -- E-Mail: [EMAIL PROTECT