Hi,

I just upgraded to from dovecot v1.1.15 to v1.2.9 so I can use dovecot- sieve.

Most everything seems to work but my webmail (roundcube) clients are not seeing their subscribed folders.

Reading over the upgrade docs at http://wiki.dovecot.org/Upgrading/1.2 I'm wondering if I have the two settings below configured correctly.

dovecot.conf:
mail_location = dbox:/opt/local/var/mail/%d/%n/dbox

dovecot_mysql.conf user_query homedir result:
/opt/local/var/mail/example.com/foo



bash-3.2# dovecot -n
# 1.2.9: /opt/local/etc/dovecot/dovecot.conf
# OS: Darwin 9.8.0 Power Macintosh  hfs
log_path: /opt/local/var/serveza/log/mail/dovecot.log
protocols: imap imaps pop3 pop3s
disable_plaintext_auth: no
verbose_ssl: yes
login_dir: /opt/local/var/run/dovecot/login
login_executable(default): /opt/local/libexec/dovecot/imap-login
login_executable(imap): /opt/local/libexec/dovecot/imap-login
login_executable(pop3): /opt/local/libexec/dovecot/pop3-login
login_greeting: now what?
mail_location: dbox:/opt/local/var/serveza/mail/%d/%n/dbox
mail_debug: yes
mail_executable(default): /opt/local/etc/dovecot/bin/log_imap_login.sh
mail_executable(imap): /opt/local/etc/dovecot/bin/log_imap_login.sh
mail_executable(pop3): /opt/local/etc/dovecot/bin/log_pop3_login.sh
mail_plugin_dir(default): /opt/local/lib/dovecot/imap
mail_plugin_dir(imap): /opt/local/lib/dovecot/imap
mail_plugin_dir(pop3): /opt/local/lib/dovecot/pop3
lda:
 log_path: /opt/local/var/serveza/log/mail/dovecot-deliver.log
 auth_socket_path: /opt/local/var/run/dovecot/auth-master
 postmaster_address: postmas...@pixilla.com
auth default:
 mechanisms: plain login cram-md5 ntlm apop
 verbose: yes
 debug: yes
 debug_passwords: yes
 passdb:
   driver: sql
   args: /opt/local/etc/dovecot/dovecot_mysql.conf
 userdb:
   driver: prefetch
 userdb:
   driver: sql
   args: /opt/local/etc/dovecot/dovecot_mysql.conf
 socket:
   type: listen
   client:
     path: /opt/local/var/spool/postfix/private/auth
     mode: 432
     user: _postfix
     group: _postfix
   master:
     path: /opt/local/var/run/dovecot/auth-master
     mode: 384
     user: _vmail



Thanks for any clues,
Bradley Giesbrecht

Reply via email to