[Dovecot] maildir quota divergence

Juan Carlos Sanchez juancarlos.sanchez at upm.es
Thu Feb 27 15:17:57 UTC 2014


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 = </path/file.pem
ssl_cert = </path/file.pem
ssl_key = </path/file.pem
userdb {
   args = home=/buzones/%1Mn/%n allow_all_users=yes
   driver = static
}
userdb {
   driver = prefetch
}
userdb {
   args = /usr/local/etc/dovecot-ldap.conf
   driver = ldap
}
protocol lda {
   auth_socket_path = /var/run/dovecot/auth-master
   info_log_path = /var/log/mail/dovecot_deliver.log
   log_path = /var/log/mail/dovecot_deliver.log
   mail_plugins = quota sieve zlib
   sendmail_path = /usr/lib/sendmail
}
protocol imap {
   imap_client_workarounds = delay-newmail
   mail_max_userip_connections = 10
   mail_plugins = quota imap_quota zlib
}
protocol pop3 {
   mail_max_userip_connections = 5
   mail_plugins = quota zlib
   pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
   pop3_reuse_xuidl = yes
}
protocol lmtp {
   info_log_path = /var/log/mail/dovecot_deliver.log
   log_path = /var/log/mail/dovecot_deliver.log
   mail_plugins = quota sieve zlib
   sendmail_path = /usr/lib/sendmail
}
El 27/02/2014 14:30, Jost Krieger escribió:
> Please show us your doveconf -n.

-- 

------------------------------------------------------
Juan Carlos Sanchez Hernandez
Responsable de  Seguridad y Correo Electronico
Servicio de Planificacion Informatica y Comunicaciones
Universidad Politecnica de Madrid
Rectorado
Avda. Ramiro de Maeztu 7
28040 Madrid
------------------------------------------------------



More information about the dovecot mailing list