Hi,
this is the first 2.0 build I tested, and I haven't been following the 2.0 threads very closely. This said I'm puzzled whether 'protocols = imap' does what it should. It also enables a listener for IMAPS on port 993, different to what 1.2 series did. I had to manually disable the IMAPS part by setting its port to 0.
# 2.0.beta3: /etc/dovecot/dovecot.conf # OS: Linux 2.6.26-2-amd64 x86_64 Debian 5.0.4 info_log_path = /var/log/dovecot-info.log log_path = /var/log/dovecot.log mail_location = maildir:~/maildir namespace { hidden = no inbox = yes location = prefix = separator = / type = private } namespace { list = yes location = maildir:/var/vmail/public:CONTROL=~/maildir/public:INDEX=~/maildir/public prefix = Public/ separator = / subscriptions = no type = public } passdb { args = username_format=%u /var/vmail/conf.d/%d/passwd deny = no driver = passwd-file master = no pass = no } plugin { acl = vfile:/var/vmail/conf.d/%d/acls:cache_secs=300 quota = dict:user::file:%h/maildir/dovecot-quota quota_rule = *:storage=1GB quota_rule2 = Trash:storage=10%% sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_global_dir = /var/vmail/conf.d/%d/sieve-scripts } postmaster_address = postmaster@leuxner.net protocols = imap service auth { unix_listener auth-userdb { group = vmail mode = 0600 user = vmail } unix_listener /var/spool/postfix/private/auth { group = postfix mode = 0660 user = postfix } }
service imap-login { inet_listener imap { address = xxx.xxx.xxx.xxx port = 143 } inet_listener imaps { port = 0 } } ssl_cert =
Regards Thomas