shared folders - question

2006-02-13 Thread Andrzej Kwiatkowski
Hello.. I'm trying to use shared folders in cyrus to view user mail by admin. And for doing this i enter as cyrusadmin (user1 wants to read user2 mail) setacl user/[EMAIL PROTECTED] [EMAIL PROTECTED] lr whene user2 creates some folder user1 can read it. But problem is when i want to remove acces

Cyrus on PPC64 (SLES9)

2006-02-13 Thread Markus Boettger
Hi, I want to use Cyrus on an IBM OpenPower Machine/PPC64 with SLES9-Distribution. Since the binaries which come with SLES9 are very old (cyrus-imapd 2.2.3), I would like to compile them by myself but I can't find a matching type in the configure-File. Has anyone experiences with building cyru

Re: Do I need idled on or not?

2006-02-13 Thread Andreas Hasenack
On Fri, Feb 10, 2006 at 12:05:22PM -0600, Richard Wohlstadter wrote: > Andreas Hasenack wrote: > > > >Note that idled has nothing to do with IDLE support or not: IDLE is > >always there. The only difference is in the method: without the daemon, > >the check is done at some poll interval (default 60

deliver in 2.3.1 cause Memory fault

2006-02-13 Thread Patrice
Hi, I used this command on 2.2.12 to make a local delivery for warning messages. cat mymail.txt|deliver -- [EMAIL PROTECTED] with mymail.txt being correctly formatted. the deliver was working fine. the same command with 2.3.1 cause a Memory fault with no log. I tried to use the deliver bina

lockers and bouncing messages

2006-02-13 Thread Andrew Morgan
After upgrading to 2.2.12 this weekend, I'm seeing some sporadic bounce messages for incoming mail: Feb 13 10:12:13 smtp2 postfix/lmtp[29737]: EDC1B1702DF: to=<[EMAIL PROTECTED]>, relay=cyrus-be1.onid.oregonstate.edu[128.193.4.141], delay=3, status=bounced (host cyrus-be1.onid.oregonstate.edu

Re: deliver in 2.3.1 cause Memory fault

2006-02-13 Thread Ken Murchison
Patrice wrote: Hi, I used this command on 2.2.12 to make a local delivery for warning messages. cat mymail.txt|deliver -- [EMAIL PROTECTED] with mymail.txt being correctly formatted. the deliver was working fine. the same command with 2.3.1 cause a Memory fault with no log. This bug has

Re: from 2.2.12 to 2.3.1, mailbox has invalid format

2006-02-13 Thread Ken Murchison
Nicolas KOWALSKI wrote: Hello, I am testing the migration from a 2.2.12 installation, compiled with the default options (./configure without any option), to a 2.3.1 installation, also compiled with the default options. The databases used are the default for both. The system is Debian 3.1, using

Murder cluster questions

2006-02-13 Thread Brenden Conte
I have some questions, mainly around murder and versions. We're looking to expand to a Murder cluster, but are still running 2.2 versions of the software. Obviously, i would like to use the latest version for any new installs, so I was wondering - both in the context of building the cluster a

cyrus store on an iscsi san?

2006-02-13 Thread David R Bosso
Howdy, Is anyone running their cyrus mail store on an iSCSI SAN? Can you comment on performance, problems, gotchas? Thanks! -David 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.

Re: from 2.2.12 to 2.3.1, mailbox has invalid format

2006-02-13 Thread Nicolas KOWALSKI
Ken Murchison <[EMAIL PROTECTED]> writes: > Nicolas KOWALSKI wrote: >> I am testing the migration from a 2.2.12 installation, compiled with >> the default options (./configure without any option), to a 2.3.1 >> installation, also compiled with the default options. The databases >> used are the de

Setting QUOTA through PHP ...

2006-02-13 Thread Marc G. Fournier
g'day ... I'm trying to fix up the mailadmin interface we are using for Cyrus, and the last thing I know to be broken is PHPs internal 'imap_set_quota' command ... namely, it no longer accept a non-integer value for the quota, so you can't pass 'none' to it ... So, I'm looking at the Pe

Removing quotas in 2.3.1 broken?

2006-02-13 Thread Scott Russell
Greets. I'm having problems removing quotas in Cyrus 2.3.1. I'm using Simon's 2.3.1-2 RPM. It looks like the command attempts to remove the mailbox quota but instead ends up doing something else. What I'm not sure of so lots of logs and details provided: Before starting I run quota -f to mak

Re: Setting QUOTA through PHP ...

2006-02-13 Thread Scott Russell
Marc G. Fournier wrote: So, it would be passing: SETQUOTA "user.cotton" (STORAGE none) to the backend ... again, if none == an integer #, the quota gets set, so it looks like the syntax itself is right, but 'none' is wrong ... Is anyone doing this with PHP that has gotten around the above is

Re: Murder cluster questions

2006-02-13 Thread Ken Murchison
Brenden Conte wrote: I have some questions, mainly around murder and versions. We're looking to expand to a Murder cluster, but are still running 2.2 versions of the software. Obviously, i would like to use the latest version for any new installs, so I was wondering - both in the context of b

Cyrus autocreate mailboxes

2006-02-13 Thread Mark Schwarz
Hi, i search for a way to autocreate "sub"mailboxes in cyrus imap 2.2.14! My users are managed in Web-cyradm with a MySQL backend. I have tried to patch the cyrus-ebuild on my gentoo server, that was successful. But with the options... ---zap--- autocreateinboxfolders: sent|drafts|spam|templat

Re: Murder cluster questions

2006-02-13 Thread Patrick H Radtke
I have some questions, mainly around murder and versions. We're looking to expand to a Murder cluster, but are still running 2.2 versions of the software. Obviously, i would like to use the latest version for any new installs, so I was wondering - both in the context of building the cluster as

Re: Cyrus autocreate mailboxes

2006-02-13 Thread Scott Russell
Mark Schwarz wrote: But with the options... ---zap--- autocreateinboxfolders: sent|drafts|spam|templates autosubscribeinboxfolders: sent|spam ---zap--- nothing happened. Only the INBOX is there if i try to add a user through web-cyradm. Did I make an error? You didn't show your hold imapd.con

Re: Cyrus autocreate mailboxes

2006-02-13 Thread Ed
Mark Schwarz wrote: > Hi, > > i search for a way to autocreate "sub"mailboxes in cyrus imap 2.2.14! > My users are managed in Web-cyradm with a MySQL backend. > I have tried to patch the cyrus-ebuild on my gentoo server, that was > successful. > But with the options... > > ---zap--- > autocreatei

Re: Cyrus autocreate mailboxes

2006-02-13 Thread Craig White
On Tue, 2006-02-14 at 01:06 -0500, Ed wrote: > Mark Schwarz wrote: > > Hi, > > > > i search for a way to autocreate "sub"mailboxes in cyrus imap 2.2.14! > > My users are managed in Web-cyradm with a MySQL backend. > > I have tried to patch the cyrus-ebuild on my gentoo server, that was > > success