Re: Cyrus APIs ? - detecting new messages in a folder

2009-05-29 Thread Anthony Tibbs
This might seem like a really dumb question, but why can't you just monitor the log file for Delivered: lines and parse those (as they appear) to do the 'push'ing? I have a script that monitors this and gives me the datestamp, user/folder, and Message-ID domain on a running basis. Or am I

Were is quotas information stored

2009-05-29 Thread Denis BUCHER
Hello everyone, As it seems impossible to access users accounts of many domains in cyradm, As it seems impossible to change the quota of a user in another domain, I would like to know where is stored the quotas for a specific user account ? For example I have user dbuche...@mydomain3.com, with p

Re: Problem with websieve and accents

2009-05-29 Thread Denis BUCHER
Hello, Rob Mueller a écrit : > >>> I am blocked with websieve.pl vacation/out-of-office because when users >>> are entering accents the script fails with an error... >>> >>> Does anyone has a suggestion on how to make accents work ? >> >> Yes, but I haven't committed it to CVS yet. I'm working o

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
> Simon Matter wrote: >>> Hi, >>> >>> I'm in the process of upgrading to 2.3.14 and looking at the gcc >>> warnings resulted in this change: >>> >>> diff --git a/imap/lmtpengine.c b/imap/lmtpengine.c >>> index 3df2911..36d53bc 100644 >>> --- a/imap/lmtpengine.c >>> +++ b/imap/lmtpengine.c >>> @@ -8

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Dave McMurtrie
Simon Matter wrote: >> Hi, >> >> I'm in the process of upgrading to 2.3.14 and looking at the gcc >> warnings resulted in this change: >> >> diff --git a/imap/lmtpengine.c b/imap/lmtpengine.c >> index 3df2911..36d53bc 100644 >> --- a/imap/lmtpengine.c >> +++ b/imap/lmtpengine.c >> @@ -802,7 +802,7

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
> Hi, > > I'm in the process of upgrading to 2.3.14 and looking at the gcc > warnings resulted in this change: > > diff --git a/imap/lmtpengine.c b/imap/lmtpengine.c > index 3df2911..36d53bc 100644 > --- a/imap/lmtpengine.c > +++ b/imap/lmtpengine.c > @@ -802,7 +802,7 @@ static int savemsg(struct c

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Gabor Gombas
Hi, I'm in the process of upgrading to 2.3.14 and looking at the gcc warnings resulted in this change: diff --git a/imap/lmtpengine.c b/imap/lmtpengine.c index 3df2911..36d53bc 100644 --- a/imap/lmtpengine.c +++ b/imap/lmtpengine.c @@ -802,7 +802,7 @@ static int savemsg(struct clientdata *cd, st

service imap pid nnnn in BUSY state: terminated abnormally

2009-05-29 Thread Aidan Evans
I am attempting to upgrade a Cyrus Murder from 2.3.12p2 to 2.3.14. The mupdate and backend servers are happy at 2.3.14, but on the frontends while I can login successfully, attempting to select a folder fails with messages like May 29 12:13:59 kil-imap-13 master[15558]: process 15584 exited, s

Re: Mailboxes with group: ACLs crashing imapd on delivery

2009-05-29 Thread Simon Matter
> Hi guys, > > I am upgrading our Cyrus installation from 2.2.12 to 2.3.14 and just > started looking at ACLs. > > When I attempt to deliver to a mailbox with "group:" ACLs, LMTP crashes > and will not deliver the message. > > Here's the ACLs for the mailbox: > > timaphost.bath.ac.uk> lam user.exim

Mailboxes with group: ACLs crashing imapd on delivery

2009-05-29 Thread David Mayo
Hi guys, I am upgrading our Cyrus installation from 2.2.12 to 2.3.14 and just started looking at ACLs. When I attempt to deliver to a mailbox with "group:" ACLs, LMTP crashes and will not deliver the message. Here's the ACLs for the mailbox: timaphost.bath.ac.uk> lam user.exim exim lrswipkxte

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
> > > On Fri, 29 May 2009 10:12 +0200, "Simon Matter" > wrote: >> > I can confirm that anonymous posting to a shared folder with >> 'anonymous p' >> > rights works on the 64bit version but not on the 32bit version. >> > So there must be a change between 2.3.13 and 2.3.14 which breaks >> something

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Bron Gondwana
On Fri, 29 May 2009 10:12 +0200, "Simon Matter" wrote: > > I can confirm that anonymous posting to a shared folder with 'anonymous p' > > rights works on the 64bit version but not on the 32bit version. > > So there must be a change between 2.3.13 and 2.3.14 which breaks something > > on 32bit sy

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Bron Gondwana
> Is there anybody around who can confirm this? I can repeat it on my 32bit machine with saslperld, but it seems an odd regression. The only thing I can see in the codepaths is that it does depend what authentication mechanism you're using - but everything seems to support anonymous. What p

Re: Cyrus APIs ?

2009-05-29 Thread Adam Tauno Williams
> > - IMAP protocol extensions (most needed thing would be to "idle" on > > every folders, not just inbox) > Yeah, good luck with that one. It's a pretty major "protocol extention", > and everything's very folder centric. It would be a rather large SMOP > (small matter of programming) for this.

Re: Cyrus APIs ?

2009-05-29 Thread Brian Awood
On Thursday 28 May 2009 @ 18:27, Thomas Cataldo wrote: > Hi, > > We are building webmail & groupware software using cyrus for the > mail storage part. I'm wondering if any programming interface > existed to extend cyrus parts ? > > Interesting things for us would be : > - extending sieve (for e

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
> --On 29. Mai 2009 10:12:32 +0200 Simon Matter > wrote: > >>> I can confirm that anonymous posting to a shared folder with 'anonymous >>> p' rights works on the 64bit version but not on the 32bit version. So >>> there must be a change between 2.3.13 and 2.3.14 which breaks something >>> on 32bit

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Sebastian Hagedorn
--On 29. Mai 2009 10:12:32 +0200 Simon Matter wrote: I can confirm that anonymous posting to a shared folder with 'anonymous p' rights works on the 64bit version but not on the 32bit version. So there must be a change between 2.3.13 and 2.3.14 which breaks something on 32bit systems but not on

Re: 2.3.14: posting to shared mailbox results in 550 Permission denied

2009-05-29 Thread Simon Matter
>>> On Thu, May 28, 2009 at 12:25:10PM +0200, Simon Matter wrote: > Hi, > > I have a server which I upgraded recently from 2.3.13 to 2.3.14. > Now I realized that sending mail to shared folders doesn't work anymore. > I have verified the problem on a test box and it lo