multiple imapc settings in different namespaces

2016-03-22 Thread abi
ot manage to change this parameter. i guess it is used internally. anything else ? thanks a lot for any help you can provide best regards @abi

enable/disable shared namespace in passdb

2016-04-04 Thread abi
hello all i'm currently using passdb to enable and disable various namespaces conditionally : for example the following work namespace/inbox/inbox=no namespace/legacy_pfso/disabled=no namespace/legacy_pfso/inbox=no namespace/local_storage/disabled=no namespace/comboINBOX_local_pfso/disabled=

Re: enable/disable shared namespace in passdb

2016-04-04 Thread abi
> hello all i'm currently using passdb to enable and disable various namespaces conditionally : for example the following work namespace/inbox/inbox=no namespace/legacy_pfso/disabled=no namespace/legacy_pfso/inbox=no namespace/local_storage/disabled=no namespace/comboINBOX_local_pfso/disabled=

Re: enable/disable shared namespace in passdb

2016-04-07 Thread abi
Le 06/04/2016 21:41, Timo Sirainen a écrit : On 04 Apr 2016, at 13:28, a...@oleane.net wrote: namespace shared { type = shared list = yes# children disabled = yes separator = / prefix = shared/%%u/ location = imapc:~/dovemail/shared/%%u/ } Don't you get a warning w

Re: enable/disable shared namespace in passdb

2016-04-07 Thread abi
This is because of the v1.x dovecot.conf auto-conversion code. Try giving it a different name than "shared" and see if it works. hello it does, and there is no warning. i feel foolish i did not bother to try thanks, that solves part of the problem best regards alexis

Re: enable/disable shared namespace in passdb

2016-04-11 Thread abi
d/a...@oleane.fr.fto/AA is NOT visible in LIST the log show that the proper dovecot-acl file is read when ~abi logs in as ~abi2, but i do not see any trace of the acls being read over imap nor directly in the filesystem if i actually use imap, i produce a loop ( rather a storm in fact if

ACLs over imapc

2016-05-10 Thread abi
hello i've struggled various times trying to setup shared mailboxes to no avail. the same setup with local file access works imapc seems to work with generic shared mailboxes nevertheless, i never managed to get a working setup with both user-defined acls and imapc has anyone been successfu

[Dovecot] Capturing credentials for imap sync

2008-01-25 Thread Master Abi
Hi List All the imap sync apps I could find requires the username /password credentails to be known before a sync occurs. I have Dovecot using ldap acting as a nearline backup mail server to MS Exchange. Every hour imapsync syncs mail between Exchange and Dovecot. This all works fine becuase

[Dovecot] Mailbox creation with Spam

2007-05-12 Thread Master Abi
Hi all, I got dovecot working, but I would like to know when and what creates the mailbox (cur, new, trash, etc ). I noticed that when a client connects for the first time that mailbox is created or when a mail arrives for the first time (i think). I would like to give each mailbox a Spam fo

[Dovecot] ANY password option

2007-08-15 Thread Master Abi
Hi We sometimes migrate mailboxes over to one of our mail servers which has a very handy feature called 'ANY password'. This will allow access to a mailbox using the given username and disregard checking for the password. This is a useful feature for many reasons. Is there a possibility Dove

Re: [Dovecot] ANY password option

2007-08-15 Thread Master Abi
script it to change the password on the server. No changes on the client side. Thanks for the link. [EMAIL PROTECTED] wrote: Master Abi wrote: Hi We sometimes migrate mailboxes over to one of our mail servers which has a very handy feature called 'ANY password'. This will allow

[Dovecot] Imap and quota problem

2007-12-05 Thread Najib Abi Fadel
Hi everyone, i am using dovecot 1.0 as IMAP and i am facing the following problem: when a user is overquota he is unable to access his account and thus he can't delete emails ! Is there any workaround for this problem ? thanks for any help. ___

Re: [Dovecot] Imap and quota problem

2007-12-05 Thread Najib Abi Fadel
gt; > Something like: > > mail_location = > maildir:~/Maildir:INDEX=/var/dovecot/%u:CONTROL=/var/dovecot/%u > > where /var/dovecot/ doesn't use quotas. > > Agur. > > El Wednesday 05 December 2007 10:56:03 Najib Abi > Fadel escribió: > > Hi eve