[Dovecot] LAYOUT=fs still uses 'dot' prefixes for folders

PGNet Dev pgnet.dev+dovecot at gmail.com
Wed Oct 7 20:02:01 EEST 2009


On Wed, Oct 7, 2009 at 9:41 AM, Timo Sirainen <tss at iki.fi> wrote:
> On Wed, 2009-10-07 at 09:28 -0700, PGNet Dev wrote:
>> and here's the log, with mail_debug=yes
>>
>> Oct 07 09:21:55 IMAP(testacct at my.domain.com): Info: maildir:
>> data=/data/mail/Domains/my.domain.com/Accounts/testacct
>
> mail_location setting is overridden somewhere. Either namespace
> { location } setting or in your userdb (do you return "mail" field?)
>
>

i've both, but userdb doesn't return mail field.  atm, i've

	...
	mail_location: maildir:/data/mail:LAYOUT=fs
	...
	namespace private {
		separator = /
		prefix    = ""
		inbox     = yes
		hidden    = no
		location  = maildir:/data/mail/Domains/%d/Accounts/%n
	}
	...
	auth default {
		...
		userdb static {
			args = static uid=vmail gid=vmail
home=/data/mail/Domains/%d/Accounts/%n quota=maildir:storage=4096
nice=10
		}
	...

re: 'overridden', must LAYOUT=fs be re-specified? i assumed
(incorrectly?) that it inherits from the global settings ...


More information about the dovecot mailing list