[Dovecot] Re move .INBOX from folders.
ssukh
sukhbir_gill at hotmail.com
Thu Jul 26 22:38:18 EEST 2012
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.
More information about the dovecot
mailing list