[Dovecot] Re move .INBOX from folders.
Hello all, i am just new to dovecot and trying to figure out how to remove .INBOX from the folders.
Now all the folders are created like .INBOX.spam .INBOX.temp
But i would like to have .spam .temp
so on. Result of doveconf -v
# 2.1.8: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-220.23.1.el6.x86_64 x86_64 CentOS release 6.2 (Final) auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@& auth_verbose = yes default_login_user = dovecot disable_plaintext_auth = no listen = * login_greeting = Dovecot DA ready. mail_access_groups = mail mail_location = maildir:~/Maildir namespace { inbox = yes list = yes location = prefix = separator = . subscriptions = yes type = private } passdb { driver = shadow } passdb { args = username_format=%n /etc/virtual/%d/passwd driver = passwd-file } protocols = imap pop3 service auth { user = root } service imap-login { process_min_avail = 16 user = dovecot } service pop3-login { process_min_avail = 16 user = dovecot } ssl_cert = </etc/httpd/conf/ssl.crt/server.crt ssl_cipher_list = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP ssl_key = </etc/httpd/conf/ssl.key/server.key userdb { driver = passwd } userdb { args = username_format=%n /etc/virtual/%d/passwd driver = passwd-file } verbose_proctitle = yes protocol pop3 { pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, bytes=%i/%o pop3_uidl_format = %08Xu%08Xv } protocol imap { mail_max_userip_connections = 1024 }
Thanks
View this message in context: http://old.nabble.com/Remove-.INBOX-from-folders.-tp34217400p34217400.html Sent from the Dovecot mailing list archive at Nabble.com.
On 26.7.2012, at 22.38, ssukh wrote:
Hello all, i am just new to dovecot and trying to figure out how to remove .INBOX from the folders.
Now all the folders are created like .INBOX.spam .INBOX.temp
But i would like to have .spam .temp
Either:
a) Remove INBOX. namespace prefix from your client's configuration.
or
b) Set prefix=INBOX. to Dovecot's namespace configuration
participants (2)
-
ssukh
-
Timo Sirainen