Re: [Dovecot] shared folder - ACL

2013-12-08 Thread Timo Sirainen
On 28.11.2013, at 17.38, Héctor Moreno Blanco wrote: > dovecot: imap(testing_ddfr): Debug: acl: No acl setting - ACLs are disabled > > What am I missing? plugin { acl = vfile }

Re: [Dovecot] shared folder - ACL

2013-12-02 Thread Héctor Moreno Blanco
> On 2013-11-28 10:38 AM, Héctor Moreno Blanco wrote: >> When I try to set acl to a folder: >> >> a02 setacl inbox.test1 user1 lr >> a02 BAD Error in IMAP command SETACL: ACLs disabled. >> >> >> In the logs, I can see: >> >> dovecot: imap(testing_ddfr): Debug: acl: No acl setting - ACLs are >> dis

Re: [Dovecot] shared folder - ACL

2013-11-29 Thread Charles Marcus
On 2013-11-28 10:38 AM, Héctor Moreno Blanco wrote: When I try to set acl to a folder: a02 setacl inbox.test1 user1 lr a02 BAD Error in IMAP command SETACL: ACLs disabled. In the logs, I can see: dovecot: imap(testing_ddfr): Debug: acl: No acl setting - ACLs are disabled What am I missing?

Re: [Dovecot] Shared folder prefix listed multiple times with dovecot 2.1.1

2012-03-15 Thread Markus Petri
On Thu, 15 Mar 2012 14:22:11 +0200 Timo Sirainen wrote: > > Also Dovecot probably should add \Noselect, especially if the > > mailbox isn't really selectable (there's some weirdness between > > shared/user being equal to shared/user/INBOX, but I'm not sure what > > to do about it). > > These shou

Re: [Dovecot] Shared folder prefix listed multiple times with dovecot 2.1.1

2012-03-15 Thread Timo Sirainen
On Thu, 2012-03-08 at 21:36 +0200, Timo Sirainen wrote: > On 8.3.2012, at 21.18, Markus Petri wrote: > > > after upgrading from 2.0.18 to 2.1.1 I noticed that I could not use > > shared folders with mutt anymore. 2.1 lists the shared namespace prefix > > once per user sharing an folder in LIST ""

Re: [Dovecot] Shared folder prefix listed multiple times with dovecot 2.1.1

2012-03-08 Thread Timo Sirainen
On 8.3.2012, at 21.18, Markus Petri wrote: > after upgrading from 2.0.18 to 2.1.1 I noticed that I could not use > shared folders with mutt anymore. 2.1 lists the shared namespace prefix > once per user sharing an folder in LIST "" "%". > > I also noticed, that with 2.1 the user folder (Shared/)

Re: [Dovecot] shared folder files not displaying in thunderbird

2012-01-19 Thread Timo Sirainen
On 19.1.2012, at 23.03, Eric Broch wrote: >> Have you checked if the files are actually still there in the maildir? > I've done a list (ls -la) of the directory where the files reside > (path.to.share.sub.dir/cur). They exist. >> You can check if this is a server problem or a client problem by ru

Re: [Dovecot] shared folder files not displaying in thunderbird

2012-01-19 Thread Eric Broch
Timo, > So the folder itself exists, but it just appears empty? Yes. > Have you tried with another IMAP client? Yes, both Outlook and Thunderbird > Have you checked if the files are actually still there in the maildir? I've done a list (ls -la) of the directory where the files reside (path.to.sh

Re: [Dovecot] shared folder files not displaying in thunderbird

2012-01-19 Thread Timo Sirainen
On 18.1.2012, at 16.20, Eric Broch wrote: > I have dovecot installed with the configuration below. > One of the subfolders created (using the email client) under the > '/home/vpopmail/domains/mydomain.com/shared/projects' share no longer > (it used to) displays the files located in it. There are a

Re: [Dovecot] shared folder files not displaying in thunderbird

2012-01-18 Thread Eric Broch
Can anyone help me figure out why email in a sub-folder (created using Thunderbird) of a dovecot namespace will not display in Thunderbird? ... Hello, I have dovecot installed with the configuration below. One of the subfolders created (using the email client) under the '/home/vpopmail/domains/m

Re: [Dovecot] Shared folder not listing

2011-09-16 Thread Timo Sirainen
On Thu, 2011-09-15 at 16:23 +0100, Tom Clark wrote: > I have managed to sort this out myself. Initially I was missing the ending > "." from the prefix. It usually complains if that's missing, but looks like shared namespaces were a special case. Fixed: http://hg.dovecot.org/dovecot-2.0/rev/ea657d

Re: [Dovecot] Shared folder not listing

2011-09-15 Thread Tom Clark
ve sieve_dir = ~/sieve } ssl_cert = mailto:dovecot-boun...@dovecot.org] On Behalf Of Charles Marcus Sent: 15 September 2011 3:23 PM To: dovecot@dovecot.org Subject: Re: [Dovecot] Shared folder not listing On 2011-09-15 9:40 AM, Tom Clark wrote: > Have I missed anthing!?!? Only to please not copy/

Re: [Dovecot] Shared folder not listing

2011-09-15 Thread Tom Clark
...@dovecot.org] On Behalf Of Charles Marcus Sent: 15 September 2011 3:23 PM To: dovecot@dovecot.org Subject: Re: [Dovecot] Shared folder not listing On 2011-09-15 9:40 AM, Tom Clark wrote: > Have I missed anthing!?!? Only to please not copy/paste from your config files, but post output

Re: [Dovecot] Shared folder not listing

2011-09-15 Thread Charles Marcus
On 2011-09-15 9:40 AM, Tom Clark wrote: Have I missed anthing!?!? Only to please not copy/paste from your config files, but post output of doveconf -n. This ensures that your settings really are what you think they are. -- Best regards, Charles

Re: [Dovecot] shared folder: messages become invisible

2011-04-08 Thread Timo Sirainen
On Wed, 2011-04-06 at 14:27 +0200, Burckhard Schmidt wrote: > > namespace { >list = yes >location = > maildir:%%h/maildir:CONTROL=~/control/FremdeOrdner/%%u:LAYOUT=fs Users don't share control directory, but they share inbox directory. Very bad. Either remove CONTROL= or add INDEX=.

Re: [Dovecot] shared folder

2011-02-28 Thread Timo Sirainen
On Tue, 2011-02-22 at 09:43 -0700, Eric Broch wrote: > Is there a way to implement permissions on the > shared folder and add 1 or 2 users at a time so as not to bog down the > server. Use ACLs: http://wiki.dovecot.org/ACL

Re: [Dovecot] shared folder

2011-02-22 Thread Robert Schetterer
Am 22.02.2011 17:43, schrieb Eric Broch: > Hello list, > > I have dovecot-1.2.3 installed on my mail server upgrade to 2.x . I created a shared > directory which works fine show conf , however, this shared directory has over 16GB very small > of email and when users, 40 to 50 of them, login

Re: [Dovecot] Shared folder again !

2010-10-06 Thread William Blunn
On 06/10/2010 14:44, Johan Hendriks wrote: First of all, i have virtual users, with virtual domains. Mail is stored in /usr/local/virtual/domain name/user The following does not have anything to do with the main thrust of your question, but: Storage of e-mail does not fit into the purposes n

Re: [Dovecot] Shared folder hierarchies, multiple groups

2007-08-09 Thread Timo Sirainen
On Thu, 2007-08-02 at 10:12 -0400, Benjamin R. Haskell wrote: > I'm trying to set up two shared folder hierarchies on my Dovecot > installation for two groups of employees, all of whom should only have > access to their own hierarchy. Any employee should be able to create > sub-folders and gener

Re: [Dovecot] Shared folder

2007-07-24 Thread Sergey A. Kobzar
Hi Timo, Friday, July 20, 2007, 2:04:37 PM, you wrote: > On Fri, 2007-07-20 at 13:58 +0300, Sergey A. Kobzar wrote: >> No output from strace: >> >> # strace -tt -o log -p 9883 >> Process 9883 attached - interrupt to quit >> Process 9883 detached >> # > -o log means it writes the output to "log

Re: [Dovecot] Shared folder

2007-07-20 Thread Sergey A. Kobzar
Hi Charles, Friday, July 20, 2007, 2:47:49 PM, you wrote: > On 7/20/2007, Sergey A. Kobzar ([EMAIL PROTECTED]) wrote: >> # ls -alh /home/mail/public/ >> total 4.0K >> drwxrwx--- 7 mail mail 232 Jul 20 09:53 . >> drwxr-x--- 4 mail root 104 Jul 19 09:54 .. > Shouldn't this ^ > be mail mai

Re: [Dovecot] Shared folder

2007-07-20 Thread Charles Marcus
On 7/20/2007, Sergey A. Kobzar ([EMAIL PROTECTED]) wrote: # ls -alh /home/mail/public/ total 4.0K drwxrwx--- 7 mail mail 232 Jul 20 09:53 . drwxr-x--- 4 mail root 104 Jul 19 09:54 .. Shouldn't this ^ be mail mail? I'm not sure if this would cause your problem though... drwxrw 5

Re: [Dovecot] Shared folder

2007-07-20 Thread Timo Sirainen
On Fri, 2007-07-20 at 13:58 +0300, Sergey A. Kobzar wrote: > No output from strace: > > # strace -tt -o log -p 9883 > Process 9883 attached - interrupt to quit > Process 9883 detached > # -o log means it writes the output to "log". I guess it's not empty? signature.asc Description: This is a d

Re: [Dovecot] Shared folder

2007-07-20 Thread Sergey A. Kobzar
Hi Timo, Friday, July 20, 2007, 1:32:37 PM, you wrote: > On Fri, 2007-07-20 at 13:04 +0300, Sergey A. Kobzar wrote: >> * copy 1 Public/Spam >> >> ... and no answer. > What does strace show for the imap process for this copy command? > http://wiki.dovecot.org/Debugging/ProcessTracing Maybe I di

Re: [Dovecot] Shared folder

2007-07-20 Thread Timo Sirainen
On Fri, 2007-07-20 at 13:04 +0300, Sergey A. Kobzar wrote: > * copy 1 Public/Spam > > ... and no answer. What does strace show for the imap process for this copy command? http://wiki.dovecot.org/Debugging/ProcessTracing signature.asc Description: This is a digitally signed message part

Re: [Dovecot] Shared folder

2007-07-20 Thread Sergey A. Kobzar
Hi Timo, Friday, July 20, 2007, 12:40:59 PM, you wrote: > On Fri, 2007-07-20 at 12:20 +0300, Sergey A. Kobzar wrote: >> Well, now I can see Spam and Harm folders bat can't move messages from >> Inbox into Spam folder for example. MUA just freezes. Nothing in >> logs (mail_debug = yes). > Is it M

Re: [Dovecot] Shared folder

2007-07-20 Thread Timo Sirainen
On Fri, 2007-07-20 at 12:20 +0300, Sergey A. Kobzar wrote: > Well, now I can see Spam and Harm folders bat can't move messages from > Inbox into Spam folder for example. MUA just freezes. Nothing in > logs (mail_debug = yes). Is it MUA that freezes or Dovecot's imap process? (Does imap process use

Re: [Dovecot] Shared folder

2007-07-20 Thread Sergey A. Kobzar
Hi Timo, Friday, July 20, 2007, 12:07:56 AM, you wrote: > What about /home/mail/public, or /home/mail? Fixed. /home/mail/public had incorrect rights. >> /home/mail/public/Harm: >> /home/mail/public/Spam: > These are invisible to Dovecot. They need to begin with a dot. Done. Now I can see thes

Re: [Dovecot] Shared folder

2007-07-19 Thread Remy Zandwijk
# ls -Rl /home/mail/public/ /home/mail/public/: total 0 drw-rw 5 mail mail 184 Jul 19 10:08 Harm drw-rw 5 mail mail 184 Jul 19 10:08 Spam -rw-rw 1 mail mail 0 Jul 19 09:55 dovecot-shared -rw-rw 1 mail mail 0 Jul 19 09:55 subscriptions Maybe find /home/mail/public -type d -e

Re: [Dovecot] Shared folder

2007-07-19 Thread Timo Sirainen
On 19.7.2007, at 12.16, Sergey A. Kobzar wrote: # ls -Rl /home/mail/public/ /home/mail/public/: total 0 drw-rw 5 mail mail 184 Jul 19 10:08 Harm drw-rw 5 mail mail 184 Jul 19 10:08 Spam -rw-rw 1 mail mail 0 Jul 19 09:55 dovecot-shared -rw-rw 1 mail mail 0 Jul 19 09:55 subscri

Re: [Dovecot] Shared folder

2007-07-19 Thread Sergey A. Kobzar
Hi Timo, This is my current configuration: mail_location = maildir:/home/mail/%d/%n mail_extra_groups = mail namespace public { separator = / prefix = Public/ location = maildir:/home/mail/public } namespace private { separator = / prefix = inbox = yes } - System mail user: first_v

Re: [Dovecot] Shared folder

2007-07-19 Thread Sergey A. Kobzar
Hi Timo, Thursday, July 19, 2007, 10:57:47 AM, you wrote: > Oh, and I guess I asked why do you try to subscribe to that. Yes, you did. > You should create e.g. Public/Spam and Public/Ham mailboxes, and > subscribe to them. There should be no need to subscribe to Public. I see. Will try and te

Re: [Dovecot] Shared folder

2007-07-19 Thread Timo Sirainen
On Thu, 2007-07-19 at 10:54 +0300, Sergey A. Kobzar wrote: > I followed instructions in Namespaces, but no luck. > I sent a question about this problem 3th Jul: .. > namespace private works well, but I can't subscribe to namespace > Public in Outlooks Express, The Bat! and Mozilla Thunderbird. Outl

Re: [Dovecot] Shared folder

2007-07-19 Thread Sergey A. Kobzar
Hi Timo, I followed instructions in Namespaces, but no luck. I sent a question about this problem 3th Jul: === I have a problem with namespases in Dovecot: namespace public { separator = / prefix = Public/ location = maildir:/home/mail/public } namespace private { separator = / prefi

Re: [Dovecot] Shared folder

2007-07-19 Thread Timo Sirainen
On Thu, 2007-07-19 at 09:53 +0300, Sergey A. Kobzar wrote: > In CommuniGate Pro I've created 2 public folders - Spam and Harm. When > I create new account, these folders become visible automatically. Then > SA checks it periodically. > > Is it possible to do same things with Dovecot? Does any othe

Re: [Dovecot] Shared folder

2007-07-18 Thread Sergey A. Kobzar
Hi Jon, I have limited number of users. They are IT specialists and I can trust them. In CommuniGate Pro I've created 2 public folders - Spam and Harm. When I create new account, these folders become visible automatically. Then SA checks it periodically. Is it possible to do same things with Dov

Re: [Dovecot] Shared folder

2007-07-18 Thread Jon
Hi, If you mean you wish for people to able to add to their personal baysian filter I create a folder that is searched every minuit and reported as spam or not spam with a script and crontab. I don't think all users should be able to report to a spamserver as they may report unwanted mail althoug

Re: [Dovecot] Shared folder

2007-07-18 Thread Jon
Hi, If you mean you wish for people to able to add to their personal baysian filter I create a folder that is searched every minuit and reported as spam or not spam with a script and crontab. I don't think all users should be able to report to a spamserver as they may report unwanted mail alt

Re: [Dovecot] Shared folder

2007-07-18 Thread Sergey A. Kobzar
Hi Jon, Wednesday, July 18, 2007, 3:30:17 PM, you wrote: > Hi, > I wish to setup a shared folder where everyone can read and copy. How > does that work? Does each user get their own index file to determine > weather a mail i read or not? can users move or copy mail? > Thanks in advance > Bes