Tobias Hachmer
2012-Sep-16 15:48 UTC
[Dovecot] doveadm backup - Fatal: All your namespaces have a location setting.
Hello list, I am using dovecot v2.1.9 and have a problem with doveadm backup: # doveadm backup -u user at domain.com maildir:/backup/domain.com/user/Maildir doveadm(user at domain.com): Fatal: All your namespaces have a location setting. It should be empty (default mail_location) in the namespace to be converted. Here my namespace config: namespace { list = children location = maildir:/var/vmail/%%d/%%n/Maildir:INDEX=/var/vmail/%d/%n/shared/%%u prefix = Gemeinsame-Postfaecher/%%u/ separator = / subscriptions = no type = shared } namespace inbox { inbox = yes location = maildir:/var/vmail/%d/%n/Maildir:INDEX=/var/vmail/indexes/%u prefix separator = / subscriptions = yes type = private } Have I got a problem with my namespace config? Regards, Tobias Hachmer
Timo Sirainen
2012-Sep-17 12:40 UTC
[Dovecot] doveadm backup - Fatal: All your namespaces have a location setting.
On 16.9.2012, at 18.48, Tobias Hachmer wrote:> I am using dovecot v2.1.9 and have a problem with doveadm backup: > > # doveadm backup -u user at domain.com maildir:/backup/domain.com/user/Maildir > doveadm(user at domain.com): Fatal: All your namespaces have a location setting. It should be empty (default mail_location) in the namespace to be converted.Different installations use different kinds of namespaces for different purposes, so dsync can't simply sync all the namespaces. It syncs only the namespace which uses the global mail_location setting (not overriding it by having an explicit location setting).> namespace inbox { > inbox = yes > location = maildir:/var/vmail/%d/%n/Maildir:INDEX=/var/vmail/indexes/%uSo you probably should remove this location setting (and make sure mail_location is the same).> prefix > separator = / > subscriptions = yes > type = private > }
Seemingly Similar Threads
- cmd-vacation.c:4:17: fatal error: lib.h: No such file or directory && ./configure: line 11410: -lssl: command not found
- 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto
- doveadm: Fatal: All your namespaces have a location setting
- doveadm: Fatal: All your namespaces have a location setting
- 回复: 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto