Here it goes....
# 2.1.17: /usr/local/etc/dovecot/dovecot.conf # OS: SunOS 5.10 sun4u ufs auth_cache_negative_ttl = 0 auth_cache_size = 1000 k auth_cache_ttl = 2 hours auth_master_user_separator = * auth_verbose = yes base_dir = /var/run/dovecot disable_plaintext_auth = no info_log_path = /var/log/mail/dovecot_info.log log_path = /var/log/mail/dovecot.log mail_gid = vmail mail_location = maildir:/buzones/%1Mn/%n/correo mail_plugins = quota 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 namespace inbox { inbox = yes location = mailbox Sent { auto = subscribe special_use = \Sent } mailbox Trash { auto = subscribe special_use = \Trash } prefix = } passdb { args = /path_here/file driver = passwd-file master = yes pass = yes } passdb { args = /usr/local/etc/dovecot-ldap.conf driver = ldap } plugin { quota = maildir quota_rule = *:storage=100M quota_rule2 = Trash:storage=+20M quota_rule3 = SPAM:ignore quota_warning = storage=95%% quota-warning 95 %u quota_warning2 = storage=80%% quota-warning 80 %u sieve = ~/.dovecot.sieve sieve_global_dir = /path_here/ zlib_save = gz zlib_save_level = 6 } protocols = imap pop3 sieve lmtp service anvil { client_limit = 4611 } service auth { client_limit = 10852 unix_listener auth-client { mode = 0660 } unix_listener auth-master { mode = 0666 } unix_listener auth-userdb { mode = 0777 } user = root } service imap-login { process_min_avail = 4 service_count = 0 } service imap { process_limit = 4096 } service lmtp { client_limit = 50 executable = lmtp -L process_min_avail = 20 unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0660 user = postfix } user = vmail } service managesieve-login { inet_listener sieve_deprecated { port = 2000 } process_limit = 1024 } service managesieve { process_limit = 1536 } service pop3-login { process_limit = 1024 } service pop3 { process_limit = 1536 } service quota-warning { executable = script /usr/local/bin/quota-warning.sh user = vmail } ssl_ca =
Please show us your doveconf -n.
--