Hello, I am in the process of setting up a server that is running to invocations of dovecot. One of the invocations is acting as a backend and the other as a Director. I believe I have most of the configuration complete but I keep running into the following error: Jul 01 14:17:04 lda(postmaster at mydomain.com: Error: user postmaster at mydomain.com: Initialization failed: namespace configuration error: Duplicate namespace prefix: "" Jul 01 14:17:04 lda(postmaster@?mydomain.com: Fatal: Invalid user settings. Refer to server log for more information. Not sure where to go from here and most of my searches on the error have lead me to dead ends hoping someone can help me out. Thanks.
Am 02.07.2015 um 00:51 schrieb jjhoffart:> Hello, > I am in the process of setting up a server that is running to invocations of dovecot. One of the invocations is acting as a backend and the other as a Director. I believe I have most of the configuration complete but I keep running into the following error: > > Jul 01 14:17:04 lda(postmaster at mydomain.com: Error: user postmaster at mydomain.com: Initialization failed: namespace configuration error: Duplicate namespace prefix: "" > Jul 01 14:17:04 lda(postmaster@?mydomain.com: Fatal: Invalid user settings. Refer to server log for more information. > > Not sure where to go from here and most of my searches on the error have lead me to dead ends hoping someone can help me out. > > Thanks.Each namespace must have a different prefix. The only namespace with an empty prefix is the private one for the users inboxes. Configure a different prefix one for each namespace. http://wiki2.dovecot.org/Namespaces namespace foo { separator = / prefix = foo/ <--- prefix must end in separator symbol list = children location = maildir:/var/spool/... } Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20150702/a9a75520/attachment.sig>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 2 Jul 2015, Daniel Tr?der wrote:> Am 02.07.2015 um 00:51 schrieb jjhoffart: >> Hello, >> I am in the process of setting up a server that is running to invocations of dovecot. One of the invocations is acting as a backend and the other as a Director. I believe I have most of the configuration complete but I keep running into the following error: >> >> Jul 01 14:17:04 lda(postmaster at mydomain.com: Error: user postmaster at mydomain.com: Initialization failed: namespace configuration error: Duplicate namespace prefix: "" >> Jul 01 14:17:04 lda(postmaster@?mydomain.com: Fatal: Invalid user settings. Refer to server log for more information. >> >> Not sure where to go from here and most of my searches on the error have lead me to dead ends hoping someone can help me out. >> >> Thanks. > Each namespace must have a different prefix. The only namespace with an > empty prefix is the private one for the users inboxes. Configure a > different prefix one for each namespace. http://wiki2.dovecot.org/Namespaces > > namespace foo {^^^^ and don't forget to name the other namespaces differently ;-)> separator = / > prefix = foo/ <--- prefix must end in separator symbol > list = children > location = maildir:/var/spool/... > }- -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBVZTcmHz1H7kL/d9rAQJHAAf/ZscGIsJD71PvDJGuMY/gPvnSb740UMlp OQXFc3Wi1lCmv1s4G25N2S3eQDQE1wGvh4Rd55KAiZrhnSWKcx4oDTeT6zuO0WI3 EX2cg4GuPza4aZaCa+tCngRz6NTlVtES64w8SPiC5uq7kR2Mya9mz+XFtY8DZ8Zc eUeANf3OhiBEmLNOvTQD7qfCMoByCmUNghpw3MZLT5hQyxhfiGcmTGPL0L81Jz6e o9hSLhkKOg2v55QgvarTLwZk3Xaiop5QM/K0+Nx3+5G2ROZoUOaGodI5SneVyeR1 AXiqV1RT/XliK71La6yRgh3e5F2mKEfEL8fvZ+exspVdG5FzGgL96w==p6w5 -----END PGP SIGNATURE-----