Re: Cyrus 2.3

2005-08-04 Thread Amos
WRT 2.3, IIRC, there was a feature such that deleting a message would not physically delete the message but just hide it from the user. That way a recovery wouldn't require pulling stuff off of tape (assuming the message was there last time backups ran.) Am I remembering this correctly? (I have

Re: Auth with ldapdb [auf Viren überprüft]

2005-08-04 Thread Dieter Kluenter
Hi, Hans Moser <[EMAIL PROTECTED]> writes: > Hi! > > 1. Chapter - "as is" > 2. Chapter "ldapdb" > = There is an ldap-user cn=human,ou=mgr,o=foo, who should do the > authtifications. The real users are in ou=humans,o=foo. > = TLS works with ldap. I could ldapsearch with "-Z -x" > - I changed imap

Re: shared folder

2005-08-04 Thread Amos
On Thu, 4 Aug 2005, Ken Murchison wrote: Sujit Choudhury wrote: Ken, Many thanks for the info. However, does it mean that users can not create subfolders beneath the shared folder? Had another thought on this. If you set the 'deleteright' option in imapd.conf to 'a', then only those use

Cyrus IMAP on MAC OS X 10.4.2

2005-08-04 Thread liyas_m m
I m using MAC OS X 10.4.2 server The problem i have is with the Cyrus IMAP the error message is DBERROR: critical database situation because of that the user cannor access their mail using squirellmail that come with the server ERROR : Could not complete request. Query: SELECT "INBOX" Reason Gi

CYRUS IMAP on MAC OS X 10.4.2

2005-08-04 Thread liyas_m m
I m using MAC OS X 10.4.2 server The problem i have is with the Cyrus IMAP the error message is DBERROR: critical database situation because of that the user cannor access their mail using squirellmail that come with the server ERROR : Could not complete request. Query: SELECT "INBOX" Reason Gi

Re: sasl authentication and mysql

2005-08-04 Thread Thomas Börnert
it seems ok, does it working ? Thomas On Thu, 2005-08-04 at 23:44 +0200, Gregor Bruhin wrote: > Hi, > > I'm just trying to configure cyrus to authenticate using a mysql db, is > the following configuration correct ? > > sasl_auto_transition: no > sasl_pwcheck_method: auxprop > sasl_auxprop_plu

Re: Using aliases in Cyrus IMAP

2005-08-04 Thread Wil Cooley
On Wed, 2005-07-27 at 23:54 +0200, Tammo Beishuizen wrote: > The aliasing is done in /etc/aliases in the usual manner, and postalias'ed > and reloaded afterwards. Are you sure it's /etc/aliases? What does 'postconf alias_maps' tell you? Wil -- Wil Cooley <[EMAIL PROTECTED]> Naked Ape Consulti

sasl authentication and mysql

2005-08-04 Thread Gregor Bruhin
Hi, I'm just trying to configure cyrus to authenticate using a mysql db, is the following configuration correct ? sasl_auto_transition: no sasl_pwcheck_method: auxprop sasl_auxprop_plugin: sql sasl_sql_engine: mysql sasl_mysql_password_format: crypt* sasl_mysql_hostnames: 10.0.0.5 sasl_mysql_u

Re: Cyrus Sieve filtering ignored

2005-08-04 Thread Wil Cooley
On Thu, 2005-08-04 at 14:53 +0200, Stefan Fricke wrote: > I'm using Procmail with Cyrus Imapd ans Spamassassin under Suse 9.3. > Everything works find, Spamassassin marks the mail and it get delivered to > the Cyrus Mailboxes. > > Under Suse 9.3 the mailboxes are at /var/spool/imap/user/$USER. I

Re: merging two cyrus imap spools into one?

2005-08-04 Thread Simon Matter
> Simon Matter wrote: >>> >>> Hello, >>> >>> I've got a couple of servers running standalone Cyrus >>> for imap services (linked to sendmail). >>> >>> Recently due to some enforced downtime, I had to get one >>> server to accept mail for another one, and now that the >>> original server is back up

POP lock problem

2005-08-04 Thread Josh Endries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've been trying to resolve a POP lock problem I'm having for a week now. :( I've looked through the archives and online and haven't figured out how to fix it. A client's mailbox got locked and is now somehow stuck in that state. There's no TCP

forder rights

2005-08-04 Thread Dmitriy Kirhlarov
Hi, list I have some questions: - My defaultquota not work. Why? $ grep quota /usr/local/etc/imapd.conf autocreatequota: 524288 But cyradm can't find any quota for new user: localhost> lq user.dimma localhost> lqr user.dimma - What the difference between "listquota" and "

Re: Cyrus Sieve filtering ignored

2005-08-04 Thread Darin Perusich
you need to turn on a few for 'require' flags, here's what i use. i use the squirrelmail avelseive plugin for sieve creation. require ["fileinto","reject","vacation","imapflags","relational","comparator-i;ascii-numeric","regex","notify"]; if header :regex :comparator "i;ascii-casemap" "Subjec

Re: shared folder

2005-08-04 Thread Ken Murchison
Sujit Choudhury wrote: Ken, Many thanks for the info. However, does it mean that users can not create subfolders beneath the shared folder? Had another thought on this. If you set the 'deleteright' option in imapd.conf to 'a', then only those users with the 'a' right can delete the mailb

Re: merging two cyrus imap spools into one?

2005-08-04 Thread Carl Brewer
Simon Matter wrote: Hello, I've got a couple of servers running standalone Cyrus for imap services (linked to sendmail). Recently due to some enforced downtime, I had to get one server to accept mail for another one, and now that the original server is back up I want to move the mail that's si

Re: Cyrus Sieve filtering ignored

2005-08-04 Thread Simon Matter
> I'm using Procmail with Cyrus Imapd ans Spamassassin under Suse 9.3. > Everything works find, Spamassassin marks the mail and it get delivered to > the Cyrus Mailboxes. > > Under Suse 9.3 the mailboxes are at /var/spool/imap/user/$USER. I set up a > subfolder /var/spool/imap/user/stefan/Spam and

Cyrus Sieve filtering ignored

2005-08-04 Thread Stefan Fricke
I'm using Procmail with Cyrus Imapd ans Spamassassin under Suse 9.3. Everything works find, Spamassassin marks the mail and it get delivered to the Cyrus Mailboxes. Under Suse 9.3 the mailboxes are at /var/spool/imap/user/$USER. I set up a subfolder /var/spool/imap/user/stefan/Spam and want to ge