Re: [Dovecot] Namespace Problems
Here my actual namespace configs:
Try it using only one namespace which matches what you are really doing. With 1.0 this works for me with all clients I've tried, including Apple.
namespace private { separator = . prefix = INBOX. inbox = yes hidden = no }
instead of sending dovecot.conf, next time use dovecot -n
-- Kenny Dail <kend@amigo.net>
Many thanks, its working fine with your suggestion. But only with outlook I still have problems. Today morning I found out that outlook does work only I keep the separator line empty with
namespace private {
separator = .
prefix = INBOX. inbox = yes hidden = no }
But the result isn't satisfying. Outlook means it cannont connect to server after connection was established, timeouts, goes in offline modus etc.
Rainer
Kenny Dail schrieb:
--
Rainer Sigl, | email: sigl@mpe.mpg.de MPI f. extraterrestrische Physik, | phone: +49 (89) 30000-3557 Postfach 1312, | fax: +49 (89) 30000-3569 D-85741 Garching, Germany | web: http://www.mpe.mpg.de/~sigl/
On Wed, 2007-05-30 at 10:54 +0200, Rainer Sigl wrote:
Umm. The default is '.' with maildir, so it should make no difference between setting it to '.' and leaving it as default.
You can check yourself what the mailbox listing looks like:
telnet localhost 143 x login username password 1 namespace 2 list "" *
participants (3)
-
Kenny Dail
-
Rainer Sigl
-
Timo Sirainen