Re: [Dovecot] Root folder path problem

2008-07-14 Thread Charles Marcus
On 7/14/2008, Scott Silva ([EMAIL PROTECTED]) wrote: I don't think Outlook or OE has the capability to store its "work folders" out of its local mailroot. AFAIR you have to write message rules to move it. This has always been a major problem with OL - OE will let you do it though, although its

Re: [Dovecot] Root folder path problem

2008-07-14 Thread Scott Silva
on 7-14-2008 11:24 AM Jeff Grossman spake the following: On Mon, 14 Jul 2008 09:11:23 -0700 Scott Silva <[EMAIL PROTECTED]> wrote on 7-12-2008 1:17 PM Yavuz Maslak spake the following: As I said previous my mail, if I don't set any value in "Root folder path" option, my sent mails are stored i

[Dovecot] ACL in sub-folders

2008-07-14 Thread Imobach González Sosa
Hi all, I've set up some shared folders and I'm controlling the access to them with the ACL plugin. As far as I know, ACL rules are not applied to sub-folders, right? So, when a user adds a new sub-folder, I need to add a dovecot-acl file granting read permissions to others users, right? Does

Re: [Dovecot] Root folder path problem

2008-07-14 Thread Jeff Grossman
On Mon, 14 Jul 2008 09:11:23 -0700 Scott Silva <[EMAIL PROTECTED]> wrote > on 7-12-2008 1:17 PM Yavuz Maslak spake the following: > > As I said previous my mail, if I don't set any value in "Root folder path" > > option, my sent mails are stored in main "sent items" of Outlook Express. > > These m

Re: [Dovecot] file mail-transaction-log-view.c: assertion failed (v1.0.12)

2008-07-14 Thread Uldis Pakuls
Uldis Pakuls wrote: > SuSE Linux 10.3 64 bit. (2.5.22.17 kernel) and Reiserfs > sorry - wrong kernel version: correct is 2.6.22.17

Re: [Dovecot] Root folder path problem

2008-07-14 Thread Scott Silva
on 7-12-2008 1:17 PM Yavuz Maslak spake the following: As I said previous my mail, if I don't set any value in "Root folder path" option, my sent mails are stored in main "sent items" of Outlook Express. These mails aren't stored "sent items" of imap section. On Sat, 2008-07-12 at 22:18 +0300,

Re: [Dovecot] thunderbird sane config (OT)

2008-07-14 Thread Moser
Charles Marcus schrieb: On 5/7/2008, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: (Background: I'm currently experiencing that Thunderbird does not work against Postfix/Dovecot because the wizard interface for setting up an account does not accept TLS-only servers. Users just sit there with a b

Re: [Dovecot] IMAP Panic

2008-07-14 Thread Raphael Bittencourt S. Costa
On Sat, 2008-07-12 at 02:05 +0300, Timo Sirainen wrote: > On Fri, 2008-07-11 at 13:43 -0300, Raphael Bittencourt S. Costa wrote: > > Helo all, > > > > One of the users is havings problems when he tries to open .Sent folder. > > Only after I deleted dovecot-uidlist, dovecot.index.cache > >

Re: [Dovecot] fs quota check with server does not support rquotad

2008-07-14 Thread Ralf Becker
So my understanding for now is this: /var/mail - * has quotas * for mailboxes hosted by this file system 'getrootquota' should report used/total quota sizes. /home/h1 * has or has not quotas. This is the same, because if 'homesvr' doesn't support rquota, you can't

Re: [Dovecot] FTS/squat search indexes built when?

2008-07-14 Thread Jay Levitt
Timo Sirainen wrote: On Sat, 2008-06-14 at 07:56 -0400, Jay Levitt wrote: But what I'm not clear about: Does it then get updated on every delivery by LDA? Or does the index also need to get updated when I do a search, assuming there's been at least one message delivered since the last search?

[Dovecot] Postfix+maildrop+deliver?

2008-07-14 Thread Tom Fernandes
Hello, I currently use procmail without the deliver LDA but would like to switch to using deliver. I also would like to get away from procmail for various reasons. Otherwise I could use the procmail-patch from http://dovecot.org/pipermail/dovecot/2006-July/014656.html AFAICS. I don't want to

Re: [Dovecot] file mail-transaction-log-view.c: assertion failed (v1.0.12)

2008-07-14 Thread Uldis Pakuls
Timo Sirainen wrote: On Thu, 2008-07-10 at 08:07 +0300, Uldis Pakuls wrote: Hi all. Looking at previous weeks logs I discovered strange errors: "file mail-transaction-log-view.c: assertion failed" dovecot v 1.0.12 I don't think I'll bother trying to figure out v1.0 indexing problem

Re: [Dovecot] fs quota check with server does not support rquotad

2008-07-14 Thread Grandy Fu
Timo Sirainen wrote: I think you should find out why that happens. Did you see Ralf's mail about those questions? I just did it, and replied in another mail. noenforcing only makes Dovecot not verify quota when adding new mails. And I just did a quick test - it didn't. Actually, that is

Re: [Dovecot] Dovecot Crash

2008-07-14 Thread Horn Wijaya
Exactly That's what make me so confused. If it's kernel, then I would know that it's not dovecot. But then Raymond has pointed me to the right direction, of finding exactly same messages with other applications too. So I man fstat and remember that I couldn't rotatelog my dovecot log, so yu

Re: [Dovecot] Dovecot Crash

2008-07-14 Thread Timo Sirainen
Do you know if it was really Dovecot or something else that wrote these messages? Since it has "dovecot" prefix it looks like it would come from Dovecot, but it doesn't look like Dovecot error message at all. I was just thinking that if it is Dovecot, that error message should be improved. On Mon,

Re: [Dovecot] Overquota bounce

2008-07-14 Thread Davide Pasquale
Hi Frank! Solved the problem with these settings in dovecot.conf: protocol lda { mail_plugins = quota postmaster_address = [EMAIL PROTECTED] hostname = mail.mydomain.com sendmail_path = /usr/sbin/sendmail auth_socket_path = /var/run/dovecot/auth-master } D