Re: Problem with share mailbox

2024-02-05 Thread frederic . fondriest
if i set /var/lib/dovecot with 775 the file is created with user vmail/dovecot and is populated... damn why this directory get wrong permission ?!? ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: Problem with share mailbox

2024-02-05 Thread adminkram
Check directory access perms, it needs to create a lockfile there. On 2/5/24 11:11, frederic.fondri...@gmail.com wrote: 2024-02-05 11:05:15 imap(xxx)<14156>: Debug: dict(file): Iterating prefix shared/shared-boxes/ 2024-02-05 11:05:15 imap(xxx)<14156>: Debug: dict(file): Iteration finished, go

Re: Problem with share mailbox

2024-02-05 Thread Aki Tuomi via dovecot
> On 05/02/2024 12:11 EET frederic.fondri...@gmail.com wrote: > > > 2024-02-05 11:05:15 imap(xxx)<14156>: Debug: dict(file): > Iterating prefix shared/shared-boxes/ > 2024-02-05 11:05:15 imap(xxx)<14156>: Debug: dict(file): > Iteration finished, got 0 rows > 2024-02-05 11:05:15 imap(xxx)<1415

Re: Problem with share mailbox

2024-02-05 Thread frederic . fondriest
2024-02-05 11:05:15 imap(xxx)<14156>: Debug: dict(file): Iterating prefix shared/shared-boxes/ 2024-02-05 11:05:15 imap(xxx)<14156>: Debug: dict(file): Iteration finished, got 0 rows 2024-02-05 11:05:15 imap(xxx)<14156>: Debug: dict(file): Starting transaction 2024-02-05 11:05:15 imap(xxx)<14156

Re: Problem with share mailbox

2024-02-05 Thread Aki Tuomi via dovecot
______ I don't instantly see any problem, did you share a folder or what is the output from? You can ignore the /proc/self/io debug message. Aki ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: Problem with share mailbox

2024-02-05 Thread frederic . fondriest
no problem still here : 2024-02-05 09:44:12 imap(x)<13848>: Debug: dict(file): dict created (uri=file:/var/lib/dovecot/shared-mailboxes.db, base_dir=/var/run/dovecot) 2024-02-05 09:44:12 imap(x)<13848>: Debug: open(/proc/self/io) failed: Permission denied root@servmail:/var/lib/dovecot#

Re: Problem with share mailbox

2024-02-05 Thread Aki Tuomi via dovecot
> On 05/02/2024 10:36 EET Frédéric FONDRIEST > wrote: > > > Hi all, > we get some problems with sharing mailbox between users. > when we share something the dovecot-acl file is updated, but the > shared-mailboxes.db file is not created nor updated. > Even if

Problem with share mailbox

2024-02-05 Thread Frédéric FONDRIEST
Hi all, we get some problems with sharing mailbox between users. when we share something the dovecot-acl file is updated, but the shared- mailboxes.db file is not created nor updated. Even if we create the file and set permission to 777... strangely the debug log gives  : 2024-02-05 09:29:04

Re: Share

2023-06-01 Thread Rob Lister
On 2023-05-26 22:59, lie...@bfh.ch wrote: May 26 21:57:06 imap(mutt)<16>: Error: Mailbox Public/archive: open() failed with mbox: Read-only file system. /etc/dovecot/dovecot.conf: mail_uid=1000 mail_gid=1000 namespace { type = public prefix = Public/ location = mbox:/var/mail/:IN

Share

2023-05-26 Thread liecj3
Hello dear Dovecot users I have a somewhat special request: I have a single file in mbox format which I want to make accessible via IMAP to anonymous logins. The mbox file is being updated outside of Dovecot and should not be changeable by Dovecot. So far I created a Docker container based on t

Can't share a mailbox

2020-06-08 Thread Maxime DERCHE
Hello, I have a "notifs@" generic mail account, intended to receive technical monitoring messages. I need to share it with the people of the analyst team. I created a shared namespace, and enabled the modules. doveadm acl creates the dovecot-acl file but not the acl_shared_dict fil

How to specify pattern for share folder using ACL vfile

2020-04-15 Thread Adam Raszkiewicz
My `90-acl.conf` file looks like: plugin { #acl = vfile:/etc/dovecot/global-acls:cache_secs=300 #acl = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext acl = vfile } # To let users LIST mailboxes shared by other users, Dovecot needs a # shared mailbox dictionary. For

Shared mailbox: share whole inbox

2019-06-19 Thread Zdeněk Sobotka via dovecot
Hi, I'd like to share the whole INBOX of one user with another. That should go through: doveadm acl add -u us...@example.cz SharedDirectory user=us...@example.cz lookup read insert It's works fine, when I connect through imap I see: . list "" "*"* LIST (\Noselect

Re: Share Website certificate with SSL/STL Dovecot IMAP and Postifix SMTP

2017-09-11 Thread Joseph Tam
Marco Marco writes writes: I've bought a certificate from the authority for my website to use to access in https mode. Is it possible to share the same pairs to authenticate the emails sent by postfix and Dovecot in order to avoid that client as Hotmail.it or Gmail intercept these as

Re: Share Website certificate with SSL/STL Dovecot IMAP and Postifix SMTP

2017-09-09 Thread Sean Kamath
On Sep 8, 2017, at 3:05 AM, Marco Marco wrote: > > Hi guys, > > > I've bought a certificate from the authority for my website to use to access > in https mode. > > Is it possible to share the same pairs to authenticate the emails sent by > postfix and Dovec

Share Website certificate with SSL/STL Dovecot IMAP and Postifix SMTP

2017-09-09 Thread Marco Marco
Hi guys, I've bought a certificate from the authority for my website to use to access in https mode. Is it possible to share the same pairs to authenticate the emails sent by postfix and Dovecot in order to avoid that client as Hotmail.it or Gmail intercept these as Spam? Thank you

AW: problem with shared folders and acls - only able to share INBOX

2017-09-05 Thread Christian Eisert
to:christian.eis...@gmx.net] Gesendet: Freitag, 1. September 2017 09:36 An: 'dovecot@dovecot.org' Betreff: problem with shared folders and acls - only able to share INBOX Hi everybody, I have a problem that I cannot share subfolders of the mailboxes INBOX , e.g. /Sent / Trash etc

problem with shared folders and acls - only able to share INBOX

2017-09-01 Thread Christian Eisert
Hi everybody, I have a problem that I cannot share subfolders of the mailboxes INBOX , e.g. /Sent / Trash etc. but also no self created folders. The ACLs seem to be set right. I have the suspicion that the dictionary ( /var/lib/dovecot/db/shared-mailboxes.db ) is not updated - there are no

Re: How do I share folders ?

2016-05-12 Thread chaouche yacine
- Original Message - From: chaouche yacine To: "dovecot@dovecot.org" Sent: Thursday, May 12, 2016 1:35 PM Subject: Re: How do I share folders ? Thanks Steffen. I went the quick'n'dirty way described at : http://wiki2.dovecot.org/SharedMailboxes/Symlinks and I must say it works

Re: How do I share folders ?

2016-05-12 Thread chaouche yacine
ting permission then the MUA would get an error when it tries to list all the messages in the inbox. We do this by adding a dovecot-acl file in the mailbox we want to share : root@messagerie[10.10.10.20] /var/vmail/backup.algerian-radio.dz/a.chaouche # cat dovecot-acl user=a.chaou...@algeria

Re: How do I share folders ?

2016-05-11 Thread Steffen Kaiser
= . type = shared } looks fine for me, I don't know if it's possible to share folders with the doveadm acl command ? root@messagerie[10.10.10.20] ~ # doveadm acl debug  -u a.chaou...@algerian-radio.dz shared/a.chaou...@backup.algerian-radio.dz doveadm(a.chaou...@algerian-radio.dz): Er

How do I share folders ?

2016-05-11 Thread chaouche yacine
mail_plugins = " quota acl sieve" } protocol imap { mail_plugins = " quota acl imap_quota imap_acl" } I don't know if it's possible to share folders with the doveadm acl command ? root@messagerie[10.10.10.20] ~ # doveadm acl debug  -u a.chaou...@algerian-radio.dz shared/a.chaou

Re: sharing INBOX with ACL -> share all folders

2015-08-03 Thread Chris Ross
> On Jul 28, 2015, at 05:13, Marco Giunta wrote: > > Hi at all, > I have a problem with ACL; I want to share INBOX and Sent folder to an other > user, but when I configure ACL on INBOX, all folders are shared (Sent, Junk, > Draft, Trash, etc) Hello, Marco. Unfortunatel

Re: sharing INBOX with ACL -> share all folders

2015-07-28 Thread Chris Ross
[- resend to the list from my list address -] > On Jul 28, 2015, at 05:13, Marco Giunta wrote: > > Hi at all, > I have a problem with ACL; I want to share INBOX and Sent folder to an other > user, but when I configure ACL on INBOX, all folders are shared (Sent, Junk, >

Re: sharing INBOX with ACL -> share all folders

2015-07-28 Thread Marco Giunta
nfiguration is attached in the first email; if you need some explanation, let me know. Marco On 2015-07-28 16:38, Chris Ross wrote: On Jul 28, 2015, at 05:13, Marco Giunta wrote: Hi at all, I have a problem with ACL; I want to share INBOX and Sent folder to an other user, but when I conf

sharing INBOX with ACL -> share all folders

2015-07-28 Thread Marco Giunta
Hi at all, I have a problem with ACL; I want to share INBOX and Sent folder to an other user, but when I configure ACL on INBOX, all folders are shared (Sent, Junk, Draft, Trash, etc) # doveadm acl get -u janedoe INBOX ID Global Rights user=johndoeexpunge insert lookup

Re: [Dovecot] Right way to share some global mailboxes

2013-07-09 Thread Daniel Parthey
Hi Steffen, Am 09.07.2013 09:12, schrieb Steffen Kaiser: "Public" or "Shared" namespaces with "Private Indexes" (INDEXPVT=... in Dovecot 2.2) should be the way to go, see: http://wiki2.dovecot.org/SharedMailboxes Is INDEXPVT documented in the Wiki2 somewhere? I searched by title and text, bu

Re: [Dovecot] Right way to share some global mailboxes

2013-07-09 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 6 Jul 2013, Daniel Parthey wrote: "Public" or "Shared" namespaces with "Private Indexes" (INDEXPVT=... in Dovecot 2.2) should be the way to go, see: http://wiki2.dovecot.org/SharedMailboxes Is INDEXPVT documented in the Wiki2 somewhere? I

Re: [Dovecot] Right way to share some global mailboxes

2013-07-06 Thread Daniel Parthey
Hello Dieter, Am 06.07.2013 03:49, schrieb Dieter Knopf: i'm using Dovecot since a long time but now I need to share folders for global mail adresses like info@ and support@ between all users. What is the right way to share this mailboxes between many users (everyone with own read flag)

[Dovecot] Right way to share some global mailboxes

2013-07-05 Thread Dieter Knopf
Hello, i'm using Dovecot since a long time but now I need to share folders for global mail adresses like info@ and support@ between all users. What is the right way to share this mailboxes between many users (everyone with own read flag). My config for location is: mail_location = maildir:

Re: [Dovecot] Error: Couldn't create namespace 'Share/' Dovecot 2.1.3 ldap

2012-03-26 Thread Tomislav Mihalicek
;t > create namespace 'Share/' for user miha-sh...@example.com: userdb didn't > return a home directory, but location used it (%h): > maildir:%%h/Maildir:INDEX=%h/index/Shared/%%u > > Where is the problem, the same config worked with Dovecot 1.2.x > -- View this mess

Re: [Dovecot] Error: Couldn't create namespace 'Share/' Dovecot 2.1.3 ldap

2012-03-26 Thread Timo Sirainen
On Mon, 2012-03-26 at 07:48 -0700, Tomislav Mihalicek wrote: > Mar 26 16:38:58 cartman dovecot: imap(m...@example.com): Error: Couldn't > create namespace 'Share/' for user miha-sh...@example.com: userdb didn't > return a home directory, but location used it (%h): &

[Dovecot] Error: Couldn't create namespace 'Share/' Dovecot 2.1.3 ldap

2012-03-26 Thread Tomislav Mihalicek
Mar 26 16:38:58 cartman dovecot: imap(m...@example.com): Error: Couldn't create namespace 'Share/' for user miha-sh...@example.com: userdb didn't return a home directory, but location used it (%h): maildir:%%h/Maildir:INDEX=%h/index/Shared/%%u Where is the problem, the sam

Re: [Dovecot] Failing to share folders when listescape is enabled (2.0.14)

2011-11-08 Thread Timo Sirainen
On 8.11.2011, at 12.20, mailing lists wrote: > How I can share a folder with dots when the listescape plugin is enabled? Sorry, doesn't work in v2.0 and I don't think it's possible to fix it without major changes. Those major changes are done in v2.1 code tree though, and it works there.

[Dovecot] Failing to share folders when listescape is enabled (2.0.14)

2011-11-08 Thread mailing lists
Hello, How I can share a folder with dots when the listescape plugin is enabled? In this example user001 is sharing two foders named "docs-abc" and "docs-a.b.c" to user002. The first folder (without dots) is seen by user002 but the second is not found by dovecot becaus

Re: [Dovecot] Attachements with SIS : shauld all the same files share the same inode ?

2011-11-08 Thread Yann Dupont
Hi timo, thanks for your answer Le 05/11/2011 17:23, Timo Sirainen a écrit : On Mon, 2011-10-17 at 09:19 +0200, Yann Dupont wrote: 104 instance of -rw--- 104 vmail vmail 346584 16 oct. 17:47 6e2df299fa96daec9b4735d07c494046429be4d6-ffd0d1 The files are hardlinked, so it seems ok, but

Re: [Dovecot] Attachements with SIS : shauld all the same files share the same inode ?

2011-11-05 Thread Timo Sirainen
On Mon, 2011-10-17 at 09:19 +0200, Yann Dupont wrote: > 104 instance of -rw--- 104 vmail vmail 346584 16 oct. 17:47 > 6e2df299fa96daec9b4735d07c494046429be4d6-ffd0d1 > > The files are hardlinked, so it seems ok, but I also see 9 others files > in the same directory : > > > -rw---

[Dovecot] Attachements with SIS : shauld all the same files share the same inode ?

2011-10-17 Thread Yann Dupont
-1790b92994fc9a4e1a418a6b99b6 as you can see, same prefix, If I compare them with diff, they are all the same files. ls -i show that 104 have the same inode, as expected, and the 9 remaining files have different inodes. I expected all the files share the same inodes. Is there something wrong

Re: [Dovecot] share an IMAP folder ?

2011-07-06 Thread Udo Lembke
Am 06.07.2011 16:19, schrieb Matt Rude: ... Johan, How are your users sharing there folders in Roundcube? Are you running a plugin or is there native support that I'm just not seeing? Thanks -Matt Hi, Personal Settings -> Folder But you have to allow the folders via ACL-file (dovecot-acl) s

Re: [Dovecot] share an IMAP folder ?

2011-07-06 Thread Matt Rude
On 6/30/2011 5:12 PM, Johan Hendriks wrote: > Frank Bonnet schreef: >> Hello >> >> Is it possible to share an Imap folder for a user with another one ? >> >> user a > imap-folder1 >> ^ >> user b >--| >> >>

Re: [Dovecot] share an IMAP folder ?

2011-06-30 Thread Johan Hendriks
Frank Bonnet schreef: Hello Is it possible to share an Imap folder for a user with another one ? user a > imap-folder1 ^ user b >--| Could user a share his folder "imap-folder1" with user b in readonly mode ? I use "real" users ( not virtua

Re: [Dovecot] share an IMAP folder ?

2011-06-30 Thread Willie Gillespie
On 06/30/2011 09:03 AM, Frank Bonnet wrote: Is it possible to share an Imap folder for a user with another one ? Could user a share his folder "imap-folder1" with user b in readonly mode ? I use "real" users ( not virtuals ) Yes, in a shared namespace. Many of the popu

[Dovecot] Fwd: share an IMAP folder ?

2011-06-30 Thread Frank Bonnet
Aoops I forgot to write I use MBOX format but thinking to convert to the right format to be able to use shared mailboxes. ( any advices about this convertion welcome ! ) Original Message Subject:[Dovecot] share an IMAP folder ? Date: Thu, 30 Jun 2011 17:03:52 +0200

[Dovecot] share an IMAP folder ?

2011-06-30 Thread Frank Bonnet
Hello Is it possible to share an Imap folder for a user with another one ? user a > imap-folder1 ^ user b >--| Could user a share his folder "imap-folder1" with user b in readonly mode ? I use "real" users ( not virtuals ) Thanks a lot.

Re: [Dovecot] configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11

2011-04-07 Thread Bruce Cheng
Dear Timo, You are very top. I found the the newer version of autoconf via http://rpmfind.remotelan.net/linux/rpm2html/search.php?query=autoconf. After upgrading it, I can rebuild the rpms. But when I install the rpms, it failed again. [root@testmail SPECS]# rpm -ivh /usr/src/redhat/RPMS/x86_64/

Re: [Dovecot] configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11

2011-04-05 Thread Timo Sirainen
On 6.4.2011, at 8.09, Bruce Cheng wrote: > I tried to upgrade automake and autoconf, but they all are new enough. > > Package automake-1.9.6-2.3.el5.noarch already installed and latest version > Package autoconf-2.59-12.noarch already installed and latest version The --docdir option exists only

Re: [Dovecot] configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11

2011-04-05 Thread Bruce Cheng
://dl.atrpms.net/all/dovecot-2.0.11-1_126.src.rpm) to rebuild the > > rpms. It is shown the error message as following: > > configure: error: unrecognized option: > > --docdir=/usr/share/doc/dovecot-2.0.11 > > Try `./configure --help' for more information. > > &g

Re: [Dovecot] squirrelmail doesn't display share

2011-04-05 Thread Eric Broch
On 4/5/2011 12:54 PM, Timo Sirainen wrote: > On 5.4.2011, at 21.45, Eric Broch wrote: > >> I have dovecot 2.0.11 installed on a client's server and Squirrelmail as >> the webmail client. I created the share below in dovecot.conf and it >> appears in Thunderbird and Ou

Re: [Dovecot] squirrelmail doesn't display share

2011-04-05 Thread Timo Sirainen
On 5.4.2011, at 21.45, Eric Broch wrote: > I have dovecot 2.0.11 installed on a client's server and Squirrelmail as > the webmail client. I created the share below in dovecot.conf and it > appears in Thunderbird and Outlook but not in Squirrelmail. > What setting do I need to ad

[Dovecot] squirrelmail doesn't display share

2011-04-05 Thread Eric Broch
Hello list, I have dovecot 2.0.11 installed on a client's server and Squirrelmail as the webmail client. I created the share below in dovecot.conf and it appears in Thunderbird and Outlook but not in Squirrelmail. What setting do I need to adjust in order for the share to appear in squirre

Re: [Dovecot] configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11

2011-04-05 Thread Timo Sirainen
On Tue, 2011-04-05 at 16:11 +0800, Bruce Cheng wrote: > Hi, > > I tried to use ATrpms > (http://dl.atrpms.net/all/dovecot-2.0.11-1_126.src.rpm) to rebuild the > rpms. It is shown the error message as following: > configure: error: unrecognized option: --docdir=/usr/share/doc/do

[Dovecot] configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11

2011-04-05 Thread Bruce Cheng
Hi, I tried to use ATrpms (http://dl.atrpms.net/all/dovecot-2.0.11-1_126.src.rpm) to rebuild the rpms. It is shown the error message as following: configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11 Try `./configure --help' for more information. I checked `./conf

Re: [Dovecot] dovecot share

2011-03-03 Thread Charles Marcus
On 2011-03-03 11:19 AM, Eric Broch wrote: > Oh! After upgrading to v2 everything worked as expected, and it was > quite easy to set up! > > Thanks, Charles. No worries, glad you got it sorted... -- Best regards, Charles

Re: [Dovecot] dovecot share

2011-03-03 Thread Eric Broch
On 3/3/2011 8:57 AM, Charles Marcus wrote: > On 2011-03-02 7:50 PM, Eric Broch wrote: >> Sorry, Charles , I didn't see your request not to top post. > No problem... > >> Is there s certain procedure for upgrading from dovecot 1.x to 2.x? >> Do I uninstall the current version on my machine? >> Or,

Re: [Dovecot] dovecot share

2011-03-03 Thread Eric Broch
On 3/3/2011 8:57 AM, Charles Marcus wrote: > On 2011-03-02 7:50 PM, Eric Broch wrote: >> Sorry, Charles , I didn't see your request not to top post. > No problem... > >> Is there s certain procedure for upgrading from dovecot 1.x to 2.x? >> Do I uninstall the current version on my machine? >> Or,

Re: [Dovecot] dovecot share

2011-03-03 Thread Charles Marcus
On 2011-03-02 7:50 PM, Eric Broch wrote: > Sorry, Charles , I didn't see your request not to top post. No problem... > Is there s certain procedure for upgrading from dovecot 1.x to 2.x? > Do I uninstall the current version on my machine? > Or, is there an upgrade option during install? > > I ju

Re: [Dovecot] dovecot share

2011-03-02 Thread Eric Broch
On 3/2/2011 8:36 AM, Charles Marcus wrote: > Please don't top-post... > > On 2011-03-02 10:21 AM, Eric Broch wrote: >> On 3/2/2011 4:27 AM, Charles Marcus wrote: >>> On 2011-03-01 6:23 PM, Eric Broch wrote: My dovecot.conf file is as follows: base_dir = /var/run/dovecot/ >>> ... >>>

Re: [Dovecot] dovecot share

2011-03-02 Thread Eric Broch
Is there s certain procedure for upgrading from dovecot 1.x to 2.x? Do I uninstall the current version on my machine? Or, is there an upgrade option during install? I just want to do it correctly. Eric On 3/2/2011 8:50 AM, Eric Broch wrote: > Charles, > > I have dovecot-1.2.3 installed which i

Re: [Dovecot] dovecot share

2011-03-02 Thread Eric Broch
Charles, I have dovecot-1.2.3 installed which is the version that is recommended with QmailToaster which is why I have been hesitant to upgrade. Eric On 3/2/2011 8:36 AM, Charles Marcus wrote: > Please don't top-post... > > On 2011-03-02 10:21 AM, Eric Broch wrote: >> On 3/2/2011 4:27 AM, Charl

Re: [Dovecot] dovecot share

2011-03-02 Thread Charles Marcus
Please don't top-post... On 2011-03-02 10:21 AM, Eric Broch wrote: > On 3/2/2011 4:27 AM, Charles Marcus wrote: >> On 2011-03-01 6:23 PM, Eric Broch wrote: >>> My dovecot.conf file is as follows: >>> >>> base_dir = /var/run/dovecot/ >> ... >> >> UNEDITED doveconf -n output is always preferred - wh

Re: [Dovecot] dovecot share

2011-03-02 Thread Eric Broch
Thanks for responding, Charles! Much appreciated... It doesn't seem it was installed with dovecot. I don't know why? [root@poweredgeT105 ~]# doveconf -n output -bash: doveconf: command not found [root@poweredgeT105 ~]# whereis doveconf doveconf: [root@poweredgeT105 ~]# Eric On 3/2/2011 4:27 AM

Re: [Dovecot] dovecot share

2011-03-02 Thread Charles Marcus
On 2011-03-01 6:23 PM, Eric Broch wrote: > My dovecot.conf file is as follows: > > base_dir = /var/run/dovecot/ ... UNEDITED doveconf -n output is always preferred - which normally shows the dovecot version... what version is this? -- Best regards, Charles

[Dovecot] dovecot share

2011-03-01 Thread Eric Broch
Hello List, I have created a shared folder in dovecot and am trying to use ACL's to limit access to it and give users who do have access the ability to create sub-directories and copy email to them. When I try to create a sub-directory in the share using Outlook I get the following

[Dovecot] Share: How to share IMAP folder with Dovecot and Roundcube webmail

2011-01-16 Thread Zhang Huangbin
Hi, all. I achieved mailbox sharing with Dovecot & Roundcube webmail in iRedMail[1] today, just want to share you my experience, hope it helps. Although it's for iRedMail, but it doesn't depend on it. http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Share.IMAP.Folder

Re: [Dovecot] Impossible to share INBOX with other users

2010-08-12 Thread Timo Sirainen
On Tue, 2010-08-10 at 15:09 +0100, Timo Sirainen wrote: > > 3 list "" "FremdeOrdner/%/%" > > * LIST (\HasNoChildren) "/" "FremdeOrdner/user2/Drafts" > > 3 OK List completed. > > The INBOXes should have been listed here. Fixed: http://hg.dovecot.org/dovecot-2.0/rev/4d8ae218af73

Re: [Dovecot] Impossible to share INBOX with other users

2010-08-10 Thread Burckhard Schmidt
Hi, In behalf of my colleague Daniel I will give additional information. On 10.08.2010 16:09, Timo Sirainen wrote: On Tue, 2010-08-10 at 09:35 +0200, Daniel Stoye wrote: 1 list "" "*" .. * LIST (\HasNoChildren) "/" "FremdeOrdner/user2/Drafts" * LIST (\HasNoChildren) "/" "FremdeOrdner/user2/I

Re: [Dovecot] Impossible to share INBOX with other users

2010-08-10 Thread Timo Sirainen
On Tue, 2010-08-10 at 09:35 +0200, Daniel Stoye wrote: > 1 list "" "*" .. > * LIST (\HasNoChildren) "/" "FremdeOrdner/user2/Drafts" > * LIST (\HasNoChildren) "/" "FremdeOrdner/user2/INBOX" > * LIST (\HasNoChildren) "/" "FremdeOrdner/user3/INBOX" INBOXes get listed.. > 2 list "" "FremdeOrdner/%"

Re: [Dovecot] Impossible to share INBOX with other users

2010-08-10 Thread Daniel Stoye
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On 08/09/10 17:15, Timo Sirainen wrote: > On Mon, 2010-08-09 at 13:48 +0200, Daniel Stoye wrote: >> 1 getacl drafts >> * ACL "drafts" "user2" lrwstipekxacd >> 1 OK Getacl completed. >> 1 setacl drafts user1 ilrws >> 1 NO Internal error occurred

Re: [Dovecot] Impossible to share INBOX with other users

2010-08-09 Thread Timo Sirainen
On Mon, 2010-08-09 at 13:48 +0200, Daniel Stoye wrote: > 1 getacl drafts > * ACL "drafts" "user2" lrwstipekxacd > 1 OK Getacl completed. > 1 setacl drafts user1 ilrws > 1 NO Internal error occurred. Refer to server log for more information. Both of the above should have said: x NO Mailbox doesn't

Re: [Dovecot] Impossible to share INBOX with other users

2010-08-09 Thread Daniel Stoye
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/10 18:45, Timo Sirainen wrote: > On Wed, 2010-08-04 at 17:40 +0100, Timo Sirainen wrote: > >> Anyway, I couldn't reproduce this. What's your dovecot -n output now? >> What's the minimal sharing setup you can reproduce this with? (User foo >>

Re: [Dovecot] Impossible to share INBOX with other users

2010-08-04 Thread Timo Sirainen
On Wed, 2010-08-04 at 17:40 +0100, Timo Sirainen wrote: > Anyway, I couldn't reproduce this. What's your dovecot -n output now? > What's the minimal sharing setup you can reproduce this with? (User foo > sees shared mailboxes Uh. "User foo sees NO shared mailboxes" > -> SETACL INBOX foo +lr ->

Re: [Dovecot] Impossible to share INBOX with other users

2010-08-04 Thread Timo Sirainen
On Wed, 2010-08-04 at 12:18 +0200, Daniel Stoye wrote: > The Problem is the following line: > * LIST (\Noselect \HasChildren) "/" "FremdeOrdner/user1/INBOX" > which causes Thunderbird NOT to subscribe and ignore INBOX of user1. Yes. > There is no difference, if the shared INBOX has any subfolders

[Dovecot] Impossible to share INBOX with other users

2010-08-04 Thread Daniel Stoye
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, i am currently testing Dovecot 2.0 rc3 with Maildir format, and it seems _again_ impossible to share the Inbox of one user with another user. user1 shares Inbox with user2 user2 makes List command: 1 login user2 password * CAPABILITY

Re: [Dovecot] Impossible to share INBOX with other users

2010-07-14 Thread Timo Sirainen
On Mon, 2010-07-12 at 15:37 +0200, Daniel Stoye wrote: > thanks for the Info, we just installed RC2 - and something still seems > to be strange: .. > * LIST (\HasNoChildren) "/" "FremdeOrdner/user3/INBOX" > * LIST (\HasNoChildren) "/" "FremdeOrdner/user3/INBOX" > 1 OK List completed. > > The share

Re: [Dovecot] Impossible to share INBOX with other users

2010-07-12 Thread Daniel Stoye
On 07/08/10 15:51, Timo Sirainen wrote: > On Thu, 2010-07-08 at 14:51 +0200, Daniel Stoye wrote: >> Hello, >> >> i am currently testing Dovecot 2.0 rc1 with Maildir format, >> and it seems impossible to share the Inbox of one user with another user. > > Yeah,

Re: [Dovecot] Impossible to share INBOX with other users

2010-07-08 Thread Timo Sirainen
On Thu, 2010-07-08 at 14:51 +0200, Daniel Stoye wrote: > Hello, > > i am currently testing Dovecot 2.0 rc1 with Maildir format, > and it seems impossible to share the Inbox of one user with another user. Yeah, this was fixed yesterday: http://hg.dovecot.org/dovecot-2.0/rev/07353259bb41

[Dovecot] Impossible to share INBOX with other users

2010-07-08 Thread Daniel Stoye
Hello, i am currently testing Dovecot 2.0 rc1 with Maildir format, and it seems impossible to share the Inbox of one user with another user. user1 shares Inbox with user2 user2 makes List command: 1 list "" "*" * LIST (\HasNoChildren) "/" "Sent" *

Re: [Dovecot] Dovecot v1.2 share user Maildir problems with %%h

2009-06-22 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 21 Jun 2009, Timo Sirainen wrote: many thanks! The ACL problems went away with rc6. Bye, - -- Steffen Kaiser -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBSj+CoHWSIuGy1ktrAQLbHwgAnRbbxv13aW0MLeIYFCiymoOJoBz7SARt

Re: [Dovecot] Dovecot v1.2 share user Maildir problems with %%h

2009-06-21 Thread Timo Sirainen
On Thu, 2009-06-18 at 09:44 +0200, Steffen Kaiser wrote: > It's install_prefix. The log says: > IMAP(user) [10363]: Error: userdb lookup: > connect(/usr/local/dovecot-1.2.rc5unpatched/var/run/dovecot/auth-master) > failed: Permission denied Fixed: http://hg.dovecot.org/dovecot-1.2/rev/a0fcbb79ef

Re: [Dovecot] Dovecot v1.2 share user Maildir problems with %%h

2009-06-18 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 17 Jun 2009, Timo Sirainen wrote: I've copied the default mail_location and changed its CONTROL and INDEX settings: namespace shared { ... What does this "..." contain? :) Like prefix, separator? My complete conf is attached at the orig

Re: [Dovecot] Dovecot v1.2 share user Maildir problems with %%h

2009-06-17 Thread Timo Sirainen
On Wed, 2009-06-17 at 16:38 +0200, Steffen Kaiser wrote: > I've copied the default mail_location and changed its CONTROL and INDEX > settings: > > namespace shared { > ... What does this "..." contain? :) Like prefix, separator? > a) IMAP insists to connect to $install_prefix/var/run/dovecot/au

Re: [Dovecot] Dovecot v1.2 share user Maildir problems with %%h

2009-06-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 17 Jun 2009, Steffen Kaiser wrote: I'm using Dovecot v1.2 9133:f65112bd90b3 with attached config and try to The correct changeset is: changeset: 9127:01fae3737994 branch: HEAD tag: tip user:Timo Sirainen date:

[Dovecot] Dovecot v1.2 share user Maildir problems with %%h

2009-06-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm using Dovecot v1.2 9133:f65112bd90b3 with attached config and try to share user Maildirs. The ACLs are working. However the %%h gives me head aches, well, the location in general: I've copied the default mail_location and c