# 2.0.21: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-642.6.2.el6.centos.plus.x86_64 x86_64 CentOS release 6.8 (Final) ext4 auth_master_user_separator = * auth_mechanisms = plain login debug_log_path = /var/log/dovecot-debug.log dict { sqlquota = mysql:/etc/dovecot/dovecot-quota-sql.conf.ext } disable_plaintext_auth = no hostname = mailbox.radore.net mail_location = maildir:/home/vmail/%Ld/%Ln/Maildir mail_plugins = " notify mail_log quota autocreate zlib" 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 mbox_write_locks = fcntl passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql } plugin { autocreate = Trash autocreate2 = Junk autocreate3 = Sent autosubscribe = Trash autosubscribe2 = Junk autosubscribe3 = Sent mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size quota = dict:User quota::proxy::sqlquota quota_rule = *:storage=500M quota_rule2 = Trash:storage=+10%% quota_rule3 = Spam:storage=+20%% quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is fullradore quota_status_success = DUNNO quota_warning = storage=99%% quota-warning 99 %u quota_warning2 = storage=80%% quota-warning 80 %u sieve = ~/.dovecot.sieve sieve_before = /etc/dovecot/sieve-scripts/before/ sieve_dir = ~/sieve sieve_max_actions = 10 sieve_max_redirects = 2 sieve_max_script_size = 100K sieve_quota_max_scripts = 10 sieve_quota_max_storage = 1M zlib_save = bz2 zlib_save_level = 9 } postmaster_address = postmaster@mx01.some.where protocols = imap pop3 lmtp sieve service auth { client_limit = 15000 inet_listener smtp-auth { address = 192.168.95.9 port = 40025 } unix_listener auth-userdb { mode = 0600 user = vmail } } service dict { unix_listener dict { group = vmail mode = 0600 user = vmail } } service imap-login { inet_listener imap { port = 143 } inet_listener imaps { port = 993 ssl = yes } process_min_avail = 24 service_count = 0 vsz_limit = 1 G } service imap { process_limit = 8192 vsz_limit = 1 G } service lmtp { inet_listener lmtp { address = 192.168.95.9 port = 10025 } } service managesieve-login {kk inet_listener sieve { port = 4190 } process_min_avail = 8 service_count = 0 vsz_limit = 128 M } service pop3-login { inet_listener pop3 { port = 110 } inet_listener pop3s { port = 995 ssl = yes } process_min_avail = 24 service_count = 0 vsz_limit = 1 G } service quota-warning { executable = script /usr/local/bin/quota-warning.sh unix_listener quota-warning { group = vmail mode = 0660 user = vmail } user = vmail } ssl_ca =