[Dovecot] namespace problem
Rainer Sigl
sigl at mpe.mpg.de
Tue May 29 21:12:56 EEST 2007
Hi all,
after an update from dovecot beta version to 1.0.0.-1 today morning I
had different effects:
thunderbird-, kmail-, Apple-clients, pine and squirrelmail could
receive email correct with imaps. But not MSOutlook!!!
Varying the namespace configurations in dovecot.conf I got different
results with MSOutlook working but with thunderbird, squirrelmail etc.
all folders are displayed but not the root Inbox etc.
Its important to know that I migrated from courier-imap to dovecot.
My well working namespace config BEFORE upgrade to 1.0.0-1:
namespace private {
#separator = /
prefix = INBOX.
# prefix =
inbox = yes
#hidden = yes
}
#the second namespace I need to work with Apple because they use /
namespace private {
separator = /
prefix = INBOX/
inbox = no
hidden = yes
}
Here my actual namespace configs:
namespace private {
separator =
prefix = INBOX.
inbox = no
hidden = no
}
namespace private {
separator = /
prefix = INBOX/
inbox = no
hidden = yes
}
namespace private {
separator = .
prefix = INBOX.
inbox = yes
hidden = yes
}
In varying inbox and hidden keywords I found this configuration. Most
things are working with this but in squirrelmal I can't access inbox,
the main folder.
How do I have to configure that everythings works satisfying??
Many thanks
Rainer Sigl
[0]root at mpemail:/etc/dovecot# dovecot -n
# /etc/dovecot/dovecot.conf
log_path: /var/log/dovecot.log
info_log_path: /var/log/dovecot-info.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imaps pop3s
ssl_cert_file: /etc/ssl/certs/mpemail.pem
ssl_key_file: /etc/ssl/private/mpemail-key.pem
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(pop3): /usr/lib/dovecot/pop3-login
login_chroot: no
verbose_proctitle: yes
mail_extra_groups: mail
default_mail_env: maildir:/home/virtual_mail/%u
mail_location: maildir:/home/virtual_mail/%u
mail_debug: yes
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): UID%u-%v
namespace:
type: private
prefix: INBOX.
namespace:
type: private
separator: /
prefix: INBOX/
hidden: yes
namespace:
type: private
separator: .
prefix: INBOX.
inbox: yes
hidden: yes
auth default:
passdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
userdb:
driver: static
args: uid=1002 gid=1002 home=/home/virtual_mail/%u
userdb:
driver: passwd
userdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
--
-----------------
Rainer Sigl, | email: sigl at 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/
More information about the dovecot
mailing list