Cyrus and custom imap flags

2004-09-13 Thread laacz
Hi! I've been using cyrus as my imap server for a while and it works damn good. But still I have one question I could not get Google to answer. Is there an option to enable some custom IMAP message flags? I mean - now there are available only six flags defined (as in R

Re: Cyrus crashed on redundant platform - need better availability?

2004-09-13 Thread Luca Olivetti
Paul Dekkers wrote: I'm not sure why the box crashed; there was nothing in the logs, there was nothing on the screen when we came there, it just booted up again. Of course I'm interested if anyone has any thoughts on this. Maybe it has nothing to do with your problem, but there is a timing issu

Problem with dump

2004-09-13 Thread Can-Carlo Dörtbudak
Hi at all, i'm new on this list and i have big problem with my cyrus. i want to chang my System, so i have made a ctl_mboxlist -d this was no problem, but on my new system with same version of cyrus i wanted to recover the mailbox list with ctl_mboxlist -u. But when i try this, i get an error code

Re: After Action Hooks

2004-09-13 Thread Ken Murchison
Drew Morris wrote: After recieving an email from another member of this list (thanks Ken), I figured I needed to clarify a little. Although Cyrus cache's some data, The cache I am talking about maintaining is on a completely different machine. It's actually a database which has the meta-data in it

Re: Cyrus and custom imap flags

2004-09-13 Thread Ken Murchison
laacz wrote: Hi! I've been using cyrus as my imap server for a while and it works damn good. But still I have one question I could not get Google to answer. Is there an option to enable some custom IMAP message flags? I mean - now there are available only six flags defined (as

Implementing a mailing list with cyrus

2004-09-13 Thread oliver . brockmann
I hope these questions are not quite too trivial but I am not very familiar with cyrus yet...   I'd like to set up a mailing list via a shared folder on a linux machine which runs the cyrus server. This folder is to be used to push information to our users and mail is forwarded to both local and

Postfix, Cyrus and LMTP with virtual users and FQDNs.

2004-09-13 Thread szii
Okay, I blew an entire weekend debugging this - time to find another pair of eyes... Postfix->Cyrus, both using MySQL and FQDN logins. (ie, [EMAIL PROTECTED]) Relevent sections: virtdomains: userid fulldirhash: 1 allowplainwithouttls: 1 hashimapspool: 1 allowplaintext: 1 unixhierarchysep: 1 sas

Re: After Action Hooks

2004-09-13 Thread James A. Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Drew Morris wrote: | Hello all, | | I was wondering if it would be possible to add after action hooks into | Cyrus-IMAP/POP so that upon any change to a mailbox (folder move, | folder rename, folder deletion, message addition, message deletion, | messag

Automatically expire messages in imap folder

2004-09-13 Thread Software Groups
Hi, I want to delete the 10 days old E-mails from the Trash folder. I am using the following command but its not deleting the old mails. su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 t/user/testuser/Trash Here is my configuration. Fedora code 2 -bash-2.05b# rpm -qa | grep cyrus cyrus-s

Re: Automatically expire messages in imap folder

2004-09-13 Thread Patrick Boutilier
Software Groups wrote: Hi, I want to delete the 10 days old E-mails from the Trash folder. I am using the following command but its not deleting the old mails. su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 t/user/testuser/Trash Try: su - cyrus -c '/usr/lib/cyrus-imapd/ipurge -f -d 10 user.

Re: Automatically expire messages in imap folder

2004-09-13 Thread Software Groups
Patrick, Thanks, it worked. -SR On Mon, 13 Sep 2004 20:20:54 -0300, Patrick Boutilier <[EMAIL PROTECTED]> wrote: > > > Software Groups wrote: > > Hi, > > > > I want to delete the 10 days old E-mails from the Trash folder. I am > > using the following command but its not deleting the old mails

getting valid mailbox names

2004-09-13 Thread Software Groups
Hi all, I am using following command to get all valid mail box names. su - cyrus -c "/usr/lib/cyrus-imapd/ctl_mboxlist -d | /bin/egrep -v 'user.[^\.]+\.' |/bin/cut -f3 Is there any otherway to get the all valid mailbox names. Thanks SR -- Software Groups http://sfg.homeunix.com --- Cyrus Hom

LMTP and qualified domains?

2004-09-13 Thread Scott Call
Hello! I'm am a newbie in the cyrus world and have a question. I've spent most of the day on the docs, archives, and google and have drawn a blank. I'm setting up a virtual domain install of cyrus with mail fed from exim via lmtp, and am hitting a problem. I can create users using cyradm like

Re: LMTP and qualified domains?

2004-09-13 Thread Ken Murchison
Scott Call wrote: Hello! I'm am a newbie in the cyrus world and have a question. I've spent most of the day on the docs, archives, and google and have drawn a blank. I'm setting up a virtual domain install of cyrus with mail fed from exim via lmtp, and am hitting a problem. I can create users

Re: LMTP and qualified domains?

2004-09-13 Thread sziisoft
- Original Message - From: "Scott Call" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 6:47 PM Subject: LMTP and qualified domains? > I can create users using cyradm like "cm user/[EMAIL PROTECTED]" and it > seems happy. I set unixhierarchysep to yes becaus

Re: Postfix, Cyrus and LMTP with virtual users and FQDNs.

2004-09-13 Thread Simon Matter
> Okay, I blew an entire weekend debugging this - time to > find another pair of eyes... > > Postfix->Cyrus, both using MySQL and FQDN logins. > (ie, [EMAIL PROTECTED]) > > Relevent sections: > > virtdomains: userid > fulldirhash: 1 > allowplainwithouttls: 1 > hashimapspool: 1 > allowplaintext: 1 >