On Wed, Oct 7, 2009 at 9:41 AM, Timo Sirainen <[email protected]> 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([email protected]): 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 ...

Reply via email to