root@mail02:/media/hotfix# doveconf -n # 2.2.9: /etc/dovecot/dovecot.conf # OS: Linux 3.0.0-32-generic x86_64 Ubuntu 10.04.4 LTS auth_debug = yes auth_mechanisms = plain login cram-md5 digest-md5 apop auth_username_translation = %Lu auth_verbose = yes base_dir = /var/run/dovecot/ disable_plaintext_auth = no log_timestamp = "%Y-%m-%d %H:%M:%S " mail_debug = yes mail_gid = vmail mail_location = maildir:~/Maildir mail_max_userip_connections = 750 mail_plugins = acl mail_privileged_group = mail mail_uid = vmail 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 ihave namespace { inbox = yes list = yes location = prefix = INBOX/ separator = / subscriptions = yes type = private } namespace { list = children location = maildir:/mail/%%Ld/%%Ln/Maildir:INDEX=~/Maildir/shared/%%Lu:INDEXPVT=~/Maildir/shared/%%Lu:CONTROL=/mail/%Ld/%Ln/Maildir/shared/%%Lu prefix = shared/%%u/ separator = / subscriptions = yes type = shared } passdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap } plugin { acl = vfile acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes quota = maildir:storage= sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_max_redirects = 10 } postmaster_address = postmaster@example.com protocols = lmtp imap sieve service auth { unix_listener /var/spool/postfix/private/auth { mode = 0666 } } service imap-login { inet_listener imap { address = 127.0.0.1, xxxxx port = 143 } inet_listener imaps { address = 127.0.0.1, xxxxx port = 993 } process_min_avail = 4 service_count = 0 } service imap { executable = imap postlogin } service managesieve-login { inet_listener sieve { address = * port = 4190 } inet_listener sieve_deprecated { address = * port = 2000 } process_min_avail = 2 service_count = 0 } service pop3 { executable = pop3 postlogin } service postlogin { executable = script-login -d rawlog } userdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap } verbose_proctitle = yes protocol imap { mail_plugins = acl imap_acl } protocol pop3 { mail_plugins = acl } protocol lmtp { mail_plugins = acl sieve }