Re: [Dovecot] location of .subscriptions

2008-02-08 Thread Timo Sirainen
On Feb 8, 2008, at 1:19 PM, Jochen wrote: This is kind of a bug, but too big of a change for v1.0. It's already been fixed in v1.1. Should I just create the directories or should I ignore the error messages? I'd think seeing errors in logs would be annoying, so wouldn't hurt just creating

Re: [Dovecot] location of .subscriptions

2008-02-08 Thread Jochen
Hello Timo, On Wed, Feb 06, 2008 at 10:37:26PM +0200, you wrote: > It's a Maildir++ thing. That might be the reason why I did not read about the dot. No problem now. > This is kind of a bug, but too big of a change for v1.0. It's already > been fixed in v1.1. Should I just create the directo

Re: [Dovecot] location of .subscriptions

2008-02-06 Thread Timo Sirainen
On Feb 6, 2008, at 10:33 PM, Jochen wrote: Hello Timo, On Wed, Feb 06, 2008 at 09:39:33PM +0200, you wrote: Or did you create the maildir directories as "aatest" and not ".aatest"? The dot is required. Hey. That was the problem. Sorry for the confusion. I think I have to read the Maildir sp

Re: [Dovecot] location of .subscriptions

2008-02-06 Thread Jochen
Hello Timo, On Wed, Feb 06, 2008 at 09:39:33PM +0200, you wrote: > Or did you create the maildir directories as "aatest" and not > ".aatest"? The dot is required. Hey. That was the problem. Sorry for the confusion. I think I have to read the Maildir specification a second time. Thank you! A

Re: [Dovecot] location of .subscriptions

2008-02-06 Thread Timo Sirainen
On Feb 6, 2008, at 9:30 PM, Jochen wrote: On Wed, Feb 06, 2008 at 07:37:05PM +0200, you wrote: That's the namespace prefix, the actual shared mailboxes should be under it. For example AATest/shared. I modified the directory structure as follows: /var/spool/imap/shared below that I have the

Re: [Dovecot] location of .subscriptions

2008-02-06 Thread Jochen
Hello Timo, On Wed, Feb 06, 2008 at 07:37:05PM +0200, you wrote: > That's the namespace prefix, the actual shared mailboxes should be > under it. For example AATest/shared. I modified the directory structure as follows: /var/spool/imap/shared below that I have the (to be shared) Maildir folde

Re: [Dovecot] location of .subscriptions

2008-02-06 Thread Timo Sirainen
On Feb 6, 2008, at 7:25 PM, Jochen wrote: Hello Timo, On Wed, Feb 06, 2008 at 06:48:41PM +0200, you wrote: It's always easier to check things by talking IMAP protocol directly: telnet localhost 143 1 login username password 2 list "" * Does the list look ok? Is the second parameter in all o

Re: [Dovecot] location of .subscriptions

2008-02-06 Thread Jochen
Hello Timo, On Wed, Feb 06, 2008 at 06:48:41PM +0200, you wrote: > It's always easier to check things by talking IMAP protocol directly: > > telnet localhost 143 > 1 login username password > 2 list "" * > > Does the list look ok? Is the second parameter in all of the returned > lines "/"? Ar

Re: [Dovecot] location of .subscriptions

2008-02-06 Thread Timo Sirainen
On Feb 6, 2008, at 6:34 PM, Jochen wrote: Hello Timo, On Wed, Feb 06, 2008 at 09:15:53AM +0200, you wrote: Add separator = / to the maildir namespace. All (visible) namespaces must have the same separator (v1.1 forces this). I added / as separator to both namespaces - private inbox and my s

Re: [Dovecot] location of .subscriptions

2008-02-06 Thread Jochen
Hello Timo, On Wed, Feb 06, 2008 at 09:15:53AM +0200, you wrote: > Add separator = / to the maildir namespace. All (visible) namespaces > must have the same separator (v1.1 forces this). I added / as separator to both namespaces - private inbox and my shared imap box. No success. It appears in

Re: [Dovecot] location of .subscriptions

2008-02-05 Thread Timo Sirainen
On Feb 5, 2008, at 11:11 PM, Jochen wrote: Hello Timo, On Tue, Feb 05, 2008 at 04:43:57PM +0200, you wrote: Yes. Just change the location = .. in the shared namespace to point to maildir instead of mbox. It seems to work. A maildir structure is created according the location line in then

Re: [Dovecot] location of .subscriptions

2008-02-05 Thread Jochen
Hello Timo, On Tue, Feb 05, 2008 at 04:43:57PM +0200, you wrote: > Yes. Just change the location = .. in the shared namespace to point to > maildir instead of mbox. It seems to work. A maildir structure is created according the location line in then configuration file. But in Seamonkey, the MUA

Re: [Dovecot] location of .subscriptions

2008-02-05 Thread Timo Sirainen
On Tue, 2008-02-05 at 14:50 +0100, Jochen wrote: > Hello Timo, > > On Tue, Feb 05, 2008 at 12:47:08PM +0200, you wrote: > > > The .subscriptions file goes to the mbox root directory. This can't be > > changed with mboxes. > > If I have a few central shared IMAP folders in mbox format, how could

Re: [Dovecot] location of .subscriptions

2008-02-05 Thread Jochen
Hello Timo, On Tue, Feb 05, 2008 at 12:47:08PM +0200, you wrote: > The .subscriptions file goes to the mbox root directory. This can't be > changed with mboxes. If I have a few central shared IMAP folders in mbox format, how could I manage the subscriptions problem? Here it is quite usual that

Re: [Dovecot] location of .subscriptions

2008-02-05 Thread Timo Sirainen
On Sun, 2008-02-03 at 17:41 +0100, Jochen wrote: > Hello, > > I just installed dovecot (1.0.10) to replace UW-IMAP. > So far almost everything works. But I need shared folders (mbox > format). > I hope I've set up everything but when a user subscribes to one of the > shared folders a file .subscri

Re: [Dovecot] location of .subscriptions

2008-02-04 Thread Jochen
Hello Charles, On Sun, Feb 03, 2008 at 02:31:04PM -0500, you wrote: > Don't do this, just provide output of dovecot -n... O.k., good idea. Here is the output of dovecot -n: snip # 1.0.10: /usr/local/etc/dovecot.conf protocols: imap imaps pop3 ssl_disable: yes disable_plaintext_auth: n

Re: [Dovecot] location of .subscriptions

2008-02-03 Thread Charles Marcus
On 2/3/2008, Jochen ([EMAIL PROTECTED]) wrote: Here is my dovecot.conf (comments and blank lines stripped): Don't do this, just provide output of dovecot -n... -- Best regards, Charles

[Dovecot] location of .subscriptions

2008-02-03 Thread Jochen
Hello, I just installed dovecot (1.0.10) to replace UW-IMAP. So far almost everything works. But I need shared folders (mbox format). I hope I've set up everything but when a user subscribes to one of the shared folders a file .subscriptions with perm 600 is created in the parent directory of the