Re: Can't create virtual domain mailboxes

2005-05-03 Thread Eric Schnoebelen
Robin Rainton writes: - Not quiet there yet mind :( My imapd.conf now contains stuff like this: - - admins: cyrus [EMAIL PROTECTED] [EMAIL PROTECTED] - autocreatequota: 10240 - autocreateinboxfolders:Sent Items|Trash|Drafts - autosubscribeinboxfolders:Sent Items|Trash|Drafts - sasl_pwcheck_method

Re: How can I increase cyrus loglevel?

2005-05-03 Thread Derrick J Brashear
On Wed, 4 May 2005, Miguel Paolino wrote: I've been searching the web and I can't find they way to increase the log level of cyrus. How can I do this? change syslog.conf to log local6.debug (or something higher than the default loglevel) or do you mean something else? --- Cyrus Home Page: http://

Re: Can't create virtual domain mailboxes

2005-05-03 Thread Robin Rainton
Ahhh... thanks Eric, this did the trick. The option you were talking about is unixhierarchysep. Not quiet there yet mind :( My imapd.conf now contains stuff like this: admins: cyrus [EMAIL PROTECTED] [EMAIL PROTECTED] autocreatequota: 10240 autocreateinboxfolders:Sent Items|Trash|Drafts autosubscri

How can I increase cyrus loglevel?

2005-05-03 Thread Miguel Paolino
I've been searching the web and I can't find they way to increase the log level of cyrus. How can I do this? --- 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.html

Re: Cyrus Sasl Libary 2.1.20

2005-05-03 Thread Derrick J Brashear
On Tue, 3 May 2005, Stefan Berger wrote: Hello! is in the version 2.1.20 the crypt sql patch included? no. and nothing has been submitted for 2.1.21 yet either, the patch provided for 2.1.20 had some logging changes which were basically not generally useful and so was not applicable as-is. --- Cy

Re: [POLL] unexpunge behavior

2005-05-03 Thread Derrick J Brashear
On Tue, 3 May 2005, Ken Murchison wrote: Igor Brezac wrote: How does quota work? I assume that a 'deleted message' (before it is cyr_expire'd) does not count against quota. Correct. And since the user can't get it back without intervention it's not secretly limitless quota, though it does make k

Re: Sieve

2005-05-03 Thread Simon Matter
> Hi there, > > Im having a problem loogong into sieve to enter a default script for > some users on a new install of Postfix + Cyrus Imap + Cyrus SASL + > amavis - New + ClamAV. > > Everything is installed and I can telnet into sieve ok so I know the > server is working. > > Running sieveshell loc

Sieve

2005-05-03 Thread Andy Loates
Hi there, Im having a problem loogong into sieve to enter a default script for some users on a new install of Postfix + Cyrus Imap + Cyrus SASL + amavis - New + ClamAV. Everything is installed and I can telnet into sieve ok so I know the server is working. Running sieveshell localhost then promp

Re: Can't create virtual domain mailboxes

2005-05-03 Thread Eric Schnoebelen
Robin Rainton writes: - virtdomains: on - defaultdomain: my.domain - - cm [EMAIL PROTECTED] gives "createmailbox: Permission denied" - - When I have: - - virtdomains: userid - defaultdomain: my.domain - - cm [EMAIL PROTECTED] gives "createmailbox: Permission denied" - - Are there any other co

Re: [POLL] unexpunge behavior

2005-05-03 Thread Ken Murchison
Gerd v. Egidy wrote: With delayed expunge, the cyrus.index records of the expunged messages are moved to a cyrus.expunge file, but the message files and cyrus.cache records remain. What will happen if I run a reconstruct on a folder with mails in this expunge-file? Are the messages restored to de

Re: [POLL] unexpunge behavior

2005-05-03 Thread Ken Murchison
Henrique de Moraes Holschuh wrote: One question, how does delayed expunge works regarding quotas? Could cyrquota be expanded to also show the ammount of data in "pending unlink" state ? We'd have to extend the record used by the quotaroot database to include this info. -- Kenneth Murchison Oc

Re: [POLL] unexpunge behavior

2005-05-03 Thread Ken Murchison
Igor Brezac wrote: How does quota work? I assume that a 'deleted message' (before it is cyr_expire'd) does not count against quota. Correct. -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Public Key--http

Re: [POLL] unexpunge behavior

2005-05-03 Thread David Carter
On Tue, 3 May 2005, Ken Murchison wrote: > So, my question is, what should the *default* behavior of unexpunge be: > > A. only unexpunge the message and leave the \Deleted flag set as-is (only undo > the expunge step)? > > B. unexpunge the message and unset the \Deleted flag (undo both the expun

Re: [POLL] unexpunge behavior

2005-05-03 Thread Henrique de Moraes Holschuh
On Tue, 03 May 2005, Ken Murchison wrote: > A. only unexpunge the message and leave the \Deleted flag set as-is > (only undo the expunge step)? I prefer this one as well. > I'm of the opinion that A is the correct default behavior and admins can > use the -d option as they see fit, but I will m

Re: [POLL] unexpunge behavior

2005-05-03 Thread Igor Brezac
On Tue, 3 May 2005, Ken Murchison wrote: As most of you probably know (or at least *should* know), removing a message from an IMAP mailstore is a two-step process. First the message has its \Deleted flag set with the STORE command, then any messages with this flag are expunged using either the

RE: [POLL] unexpunge behavior

2005-05-03 Thread Michael King
With the -d option added to unexpunge, there's really no need for option B at all. I'd say A. Thanks, Michael King Systems Administrator Web International, Inc. www.webinternational.net [snip] > To help such clients, I have > also implemented a -d option for the unexpunge utility which unsets

Re: [POLL] unexpunge behavior

2005-05-03 Thread Amos
Ken Murchison wrote: So, my question is, what should the *default* behavior of unexpunge be: A. only unexpunge the message and leave the \Deleted flag set as-is (only undo the expunge step)? B. unexpunge the message and unset the \Deleted flag (undo both the expunge and delete steps)? I'm of th

Re: [POLL] unexpunge behavior

2005-05-03 Thread Gerd v. Egidy
> With delayed expunge, the cyrus.index records of the expunged > messages are moved to a cyrus.expunge file, but the message files and > cyrus.cache records remain. What will happen if I run a reconstruct on a folder with mails in this expunge-file? Are the messages restored to deleted-state or

[POLL] unexpunge behavior

2005-05-03 Thread Ken Murchison
As most of you probably know (or at least *should* know), removing a message from an IMAP mailstore is a two-step process. First the message has its \Deleted flag set with the STORE command, then any messages with this flag are expunged using either the EXPUNGE or CLOSE command. IMAP itself h

Re: SASL, LDAP and virtual domains

2005-05-03 Thread AJ
Wow, I feel stupid now. That looks like it was it. Thanks. ldap_filer: [EMAIL PROTECTED] Check your spelling. This does not work, however, but if I have a uid attribute set in ldap in the form of: [EMAIL PROTECTED], authentication works. Is it possible to use the mail attribute to authenticate,

Re: SASL, LDAP and virtual domains

2005-05-03 Thread Igor Brezac
On Tue, 3 May 2005, AJ wrote: Trying to set up both saslauthd and cyrus-imapd for virtual domain support. I would like to authenticate against the LDAP mail attribute, so I use this in saslauthd.conf: ldap_filer: [EMAIL PROTECTED] Check your spelling. This does not work, however, but if I have a

SASL, LDAP and virtual domains

2005-05-03 Thread AJ
Trying to set up both saslauthd and cyrus-imapd for virtual domain support. I would like to authenticate against the LDAP mail attribute, so I use this in saslauthd.conf: ldap_filer: [EMAIL PROTECTED] This does not work, however, but if I have a uid attribute set in ldap in the form of: [EMAIL

Re: clamav?

2005-05-03 Thread Igor Brezac
On Tue, 3 May 2005, Marc G. Fournier wrote: 'k, just downloaded the patch, and took a scan through it, and am confused ... first, i did read through the 'thread' on the bugzilla page talking about what was hoped to be implemented, so I have an idea of where Igor is going, just not sure if he's t