Hello Timo!

dovecot -n
# 1.1.2: /etc/dovecot.conf
listen: [::]
ssl_listen: [::]
ssl_cert_file: /etc/pki/dovecot/dovecot-extern.pem
ssl_key_file: /etc/pki/dovecot/private/dovecot-extern.pem
login_dir: /var/run/dovecot-login
login_executable: /usr/libexec/dovecot/imap-login
mail_location: mbox:~:INBOX=/var/mail/%u
mail_full_filesystem_access: yes
mbox_write_locks: fcntl
mbox_lazy_writes: no
mail_executable: /usr/libexec/dovecot/rawlog /usr/libexec/dovecot/imap
imap_client_workarounds: tb-extra-mailbox-sep
auth default:
  passdb:
    driver: pam
  userdb:
    driver: passwd
  socket:
    type: listen
    master:
      path: /var/run/dovecot-auth-master
      mode: 432
      group: users

So ~/Mail should be ok (and it works with TB and alpine).

Ciao,
Gerhard

--
http://www.wiesinger.com/


On Thu, 28 Aug 2008, Timo Sirainen wrote:

On Fri, 2008-08-22 at 13:01 +0200, Gerhard Wiesinger wrote:
Configuration worked well. I think it has to do with the upgrade from dovecot
1.0 to 1.1 and the LIST command. Thunderbird/alpine work well.

Commands from rawlog are:
A002 LIST "" "~/Mail/Drafts"
A002 OK List completed.

Is the ~/Mail/ prefix correct?

Has something changed in the folder behaviour of dovecot from 1.0 to 1.1?

Not that I know of.

If you need more information please let me know it.

dovecot -n is always helpful. The most important settings here would be
the namespace configuration and the value of
mail_full_filesystem_access.


Reply via email to