Namespace configuration

2024-10-31 Thread Scott Q. via dovecot
We are having an issue with our namespace configuration, as per the eM Client folks. We present the following namespaces via IMAP, with Dovecot as backend. This is the actual imap conversation 08:37:10.896|03E|   01: A4 ID ("name" "eM Client" "version" "10.1.4

Re: Namespace configuration for archive in different storage

2024-05-06 Thread George Kontostanos via dovecot
he Maildir folder, > > including Trash and Drafts, but not 'cur'. > > To be more specific, my plan is to obtain a clone of the Inbox for archiving > > mails on a different storage where the Inbox is hosted. > > Is my namespace configuration right? > >

Re: Namespace configuration for archive in different storage

2024-05-06 Thread Daniele Rinaldi via dovecot
t storage where the Inbox is hosted. Is my namespace configuration right? Thank you. Daniele this is my doveconf -n: namespace Archivio {   disabled = no   hidden = no   ignore_on_failure = no   inbox = no   list = yes   location =maildir:/mnt/mail-storage-archivio/%u/Maildir   prefix = Archi

Re: Namespace configuration for archive in different storage

2024-04-12 Thread Daniele Rinaldi via dovecot
currently, the client can view all subfolders inside the Maildir folder, including Trash and Drafts, but not 'cur'. To be more specific, my plan is to obtain a clone of the Inbox for archiving mails on a different storage where the Inbox is hosted. Is my namespace configuration right? Than

Namespace configuration for archive in different storage

2024-04-10 Thread Daniele Rinaldi via dovecot
Hello, i made this namespace configuration inside "10-mail.conf": namespace Archives { type = private disabled = no hidden = no list = yes ignore_on_failure = no inbox = no location = maildir:/mnt/archive-mail-storage/%n/Maildir prefix = "Archive." subscriptions = yes sepa

How to unset namespace configuration from dovecot.conf in conf.d/99-cutom.conf?

2020-06-09 Thread Py Retta
such as /etc/dovecot/conf.d/99-custom.conf because I want this modification to be stable against automatic updates of dovecot.conf shipped by the distro. This raises the question, how do I "unset" an earlier namespace configuration at a later point in the stack of config files? Speaking i

Re: namespace configuration error

2017-08-15 Thread Noel Butler
On 16/08/2017 04:31, Jeff Ross wrote: > namespace Snarf { > hidden = yes > list = no > location = mbox:/home/%u/mbox:INBOX=/var/spool/mail/%u:INDEX=MEMORY > prefix = ~~Snarfbox/ Is there supposed to be two tilde's here? (maybe perfectly valid, I haven't looked into it) > separator = / > } > nam

namespace configuration error

2017-08-15 Thread Jeff Ross
I've got a few errors I'm trying to track down, probably all related... Aug 15 14:03:14 xyzzy dovecot: imap-login: Login: user=, method=PLAIN, rip=100.8.22.62, lip=132.238.254.34, mpid=4803, TLS, session= Aug 15 14:03:14 xyzzy dovecot: imap(jeff): Error: namespace configuration error:

Re: Namespace configuration over SQL

2014-09-26 Thread Ain
s >> queried over SQL. Now, after installing new Dovecot to new server (using >> same configuration), this is not working anymore. >> >> Log shows following error: >> >> """ >> Initialization failed: namespace configuration error: list=ye

Re: Namespace configuration over SQL

2014-09-26 Thread Ain
gt;> same configuration), this is not working anymore. >> >> Log shows following error: >> >> """ >> Initialization failed: namespace configuration error: list=yes requires >> prefix=yes to end with separator >> """ >> &

Re: Namespace configuration over SQL

2014-09-26 Thread Steffen Kaiser
error: """ Initialization failed: namespace configuration error: list=yes requires prefix=yes to end with separator """ relevant part from dovecot-sql.conf.ext: """ user_query = \ SELECT \ 1002 AS uid \ , 1003 AS g

Re: Namespace configuration over SQL

2014-09-26 Thread Ain
> > """ > Initialization failed: namespace configuration error: list=yes requires > prefix=yes to end with separator > """ > > relevant part from dovecot-sql.conf.ext: > """ > user_query = \ > SELECT \ >

Namespace configuration over SQL

2014-09-25 Thread Ain
Hello! I had working setup, where namespace settings (including prefix) was queried over SQL. Now, after installing new Dovecot to new server (using same configuration), this is not working anymore. Log shows following error: """ Initialization failed: namespace configuration

Re: [Dovecot] understanding namespace configuration

2013-02-24 Thread Timo Sirainen
On 24.2.2013, at 21.25, b...@bitrate.net wrote: > are changes to the documentation wiki welcome from arbitrary folks in the > community? i know it's a wiki, and get the essence and all that, but just > wanted to ask out of consideration. Anyone can change the wiki. I rarely revert changes en

Re: [Dovecot] understanding namespace configuration

2013-02-24 Thread btb
On Feb 24, 2013, at 10.04, Timo Sirainen wrote: > On 23.2.2013, at 18.26, b...@bitrate.net wrote: > >> i'm a little confused about namespace configuration. reading >> http://wiki2.dovecot.org/Namespaces , and looking at the examples, it seems >> that when a n

Re: [Dovecot] understanding namespace configuration

2013-02-24 Thread Timo Sirainen
On 23.2.2013, at 18.26, b...@bitrate.net wrote: > i'm a little confused about namespace configuration. reading > http://wiki2.dovecot.org/Namespaces , and looking at the examples, it seems > that when a namespace is declared, you can either do "namespace { ...&qu

[Dovecot] understanding namespace configuration

2013-02-23 Thread btb
i'm a little confused about namespace configuration. reading http://wiki2.dovecot.org/Namespaces , and looking at the examples, it seems that when a namespace is declared, you can either do "namespace { ..." or "namespace foo { ..." - i'm having trouble finding c

Re: [Dovecot] migrating sql virtual 1 to 2, namespace configuration error: inbox=yes namespace missing

2012-06-20 Thread Voytek Eymont
Timo, thanks Timo Sirainen wrote: >Easiest fix: remove 15-mailboxes.conf > This didn't seem to fix it, though, perhaps I failed to test it properly >Alternative fix: modify this namespace to actually work. Probably >adding inbox=yes inside it is enough to do that. With some trepidation, I in

Re: [Dovecot] migrating sql virtual 1 to 2, namespace configuration error: inbox=yes namespace missing

2012-06-18 Thread Timo Sirainen
ap(name@tld): Error: user name@tld: Initialization failed: > namespace configuration error: inbox=yes namespace missing Easiest fix: remove 15-mailboxes.conf Alternative fix: modify this namespace to actually work. Probably adding inbox=yes inside it is enough to do that.

[Dovecot] migrating sql virtual 1 to 2, namespace configuration error: inbox=yes namespace missing

2012-06-17 Thread Voytek Eymont
d): Error: user name@tld: Initialization failed: namespace configuration error: inbox=yes namespace missing dovecot: imap(name@tld): Error: Invalid user settings. Refer to server log for more information. *2--- # doveconf -n # 2.1.1: /etc/dovecot/dovecot.conf # O

Re: [Dovecot] Error: user Initialization failed: namespace configuration error: inbox=yes namespace missing

2010-11-05 Thread Timo Sirainen
On 5.11.2010, at 7.54, Per Jessen wrote: > In my email archiving setup, no user will have an inbox (regular mail is > taken care of by another system). Is it not possible to configure a > dovecot setup without an inbox? No. Also many clients require INBOX to exist and would probably break if it

[Dovecot] Error: user Initialization failed: namespace configuration error: inbox=yes namespace missing

2010-11-05 Thread Per Jessen
In my email archiving setup, no user will have an inbox (regular mail is taken care of by another system). Is it not possible to configure a dovecot setup without an inbox? /Per Jessen, Zürich