[Dovecot] LIST problem with Dovecot1.1beta10

Dean Brooks dean at iglou.com
Tue Dec 4 18:02:35 EET 2007


On Tue, Dec 04, 2007 at 03:43:44PM +0200, Timo Sirainen wrote:
> On Mon, 2007-12-03 at 16:11 -0500, Dean Brooks wrote:
> > a003 list "" Trash*
> > * LIST (\NoInferiors \UnMarked) "/" "Trash"
> > a003 OK List completed.
>
> Works here:
> 
> x list "" Trash
> * LIST (\NoInferiors \Marked) "/" "Trash"
> x OK List completed.
> 
> Show me your dovecot -n output?

The output of dovecot -n follows.  I confirmed that the problem is
definitely different behavior than the old version we were running,
although I'm confused how you couldn't be able to reproduce it.

Well, I'm sure others will run into it if it's a configuration-specific
thing, so it's probably worth checking into.  I'll see if I can
figure it out by twiddling with some settings. 

base_dir: /var/run/dovecot/
protocols: imap
listen: 192.107.41.70
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot//login
login_executable: /usr/local/adm/dovecot/libexec/dovecot/imap-login
login_user: daemon
login_log_format_elements: user=%u ip=%r
first_valid_uid: 100
last_valid_uid: 128000
mail_extra_groups: mail
mail_location: mbox:%h/Mail:INBOX=/var/mail/%u:INDEX=/mail/indexes/local/%u
mmap_disable: yes
mail_nfs_storage: yes
mail_nfs_index: yes
mbox_write_locks: fcntl
mail_plugins: quota imap_quota
auth default:
  mechanisms: plain login
  passdb:
    driver: shadow
  userdb:
    driver: passwd
plugin:
  quota: fs

--
Dean Brooks
dean at iglou.com


More information about the dovecot mailing list