Hi,

I have installed dovecot v1.1.beta2 with the sieve plugin v.1.1.2. I have configured the following namespace:

namespace:
  type: private
  separator: .
  prefix: INBOX.
  location:
  inbox: yes
  hidden: no
  list: yes


When I create a rule which should move messages into the subfolder "Junk", Dovecot's deliver seems to ignore the namespace and creates a new folder .INBOX.Junk .

I think I read somewhere that in Dovecot v1.1+ deliver supports namespaces? Or have I misconfigured something?

Thank you!

Martin


dovecot -n output:

# 1.1.beta2: /usr/local/etc/dovecot.conf
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps pop3 pop3s
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_cert_file: /etc/ssl/certs/server.crt
ssl_key_file: /etc/ssl/certs/server.key
verbose_ssl: yes
login_dir: /usr/local/var/run/dovecot/login
login_executable(default): /usr/local/libexec/dovecot/imap-login
login_executable(imap): /usr/local/libexec/dovecot/imap-login
login_executable(pop3): /usr/local/libexec/dovecot/pop3-login
mail_extra_groups: mail
mail_location: maildir:~/Maildir
mail_executable(default): /usr/local/libexec/dovecot/imap
mail_executable(imap): /usr/local/libexec/dovecot/imap
mail_executable(pop3): /usr/local/libexec/dovecot/pop3
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3):
mail_plugin_dir(default): /usr/local/lib/dovecot/imap
mail_plugin_dir(imap): /usr/local/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3
namespace:
  type: private
  separator: .
  prefix: INBOX.
  inbox: yes
  list: yes
auth default:
  passdb:
    driver: pam
  userdb:
    driver: passwd
plugin:
  quota: fs

Reply via email to