[Dovecot] v2.0.9 released

Holger Mauermann holger at mauermann.org
Thu Jan 13 20:42:05 EET 2011


Am 13.01.2011 18:58, schrieb Timo Sirainen:
> On 13.1.2011, at 19.20, Holger Mauermann wrote:
> 
>> Renaming a mailbox that has children still doesn't work for me with
>> v2.0.9.... Any ideas?
> 
> I can't reproduce. Show your dovecot -n output?

Here it is:

# 2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.35-24-virtual x86_64 Ubuntu 10.10 
auth_mechanisms = plain login digest-md5 cram-md5 apop
disable_plaintext_auth = no
lmtp_save_to_detail_mailbox = yes
mail_location = maildir:~/Maildir
mail_plugins = " quota acl listescape zlib lazy_expunge"
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date
namespace {
  hidden = yes
  list = no
  location = maildir:~/expunged
  prefix = .EXPUNGED/
  separator = /
  type = private
}
namespace {
  list = children
  location = maildir:%%h/Maildir:INDEX=~/shared/%%u
  prefix = Shared/%%u/
  separator = /
  subscriptions = no
  type = shared
}
namespace {
  list = children
  location = maildir:/var/spool/imap/public:INDEX=~/public
  prefix = Public/
  separator = /
  subscriptions = no
  type = public
}
namespace {
  inbox = yes
  location = 
  prefix = 
  separator = /
  type = private
}
passdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
plugin {
  acl = vfile
  acl_shared_dict = file:/var/spool/imap/shared-mailboxes.dict
  lazy_expunge = .EXPUNGED/
  quota = dict:Mailbox::file:%h/Maildir/dovecot-quota
  quota_rule = *:storage=1G
  quota_rule2 = Trash:storage=+50M
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
protocols = imap pop3 sieve
rejection_subject = Mail delivery failed: %s
service auth {
  unix_listener auth-exim {
    user = Debian-exim
  }
  unix_listener auth-userdb {
    user = vmail
  }
}
service lmtp {
  inet_listener lmtp {
    port = 24
  }
}
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
  inet_listener sieve_deprecated {
    port = 2000
  }
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
protocol lmtp {
  mail_plugins = " quota acl listescape zlib lazy_expunge sieve"
}
protocol lda {
  mail_plugins = " quota acl listescape zlib lazy_expunge sieve"
}
protocol imap {
  mail_plugins = " quota acl listescape zlib lazy_expunge imap_quota imap_acl imap_zlib"
}
protocol pop3 {
  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}



More information about the dovecot mailing list