# 2.0.1: /stage/mail-common/etc/dovecot.conf # OS: Linux 2.6.18-194.11.3.el5 x86_64 Red Hat Enterprise Linux Server release 5.5 (Tikanga) gfs2 auth_cache_size = 100M auth_cache_ttl = 300 s auth_failure_delay = 5 s auth_worker_max_count = 1000 base_dir = /stage/mail-common/var/run/dovecot/ dict { expire = db:/stage/mail-common/var/lib/dovecot/expire.db } first_valid_uid = 100 listen = * login_greeting = MSSL IMAP ready. mail_access_groups = mail mail_location = maildir:/stage/mail/imap1/%u/Maildir:CONTROL=/stage/mail/control/%u/maildir:INDEX=/stage/mail/indexes/%u/maildir mbox_read_locks = dotlock fcntl mbox_write_locks = dotlock fcntl flock lockf namespace { hidden = yes inbox = yes location = mbox:/stage/mail/imap1/%u/mail:INBOX=/stage/mail/inboxes/%u:CONTROL=/stage/mail/control/%u/INBOX:INDEX=/stage/mail/indexes/%u/INBOX prefix = "#mbox/" separator = / type = private } namespace { location = maildir:/stage/mail/imap1/%u/Maildir:CONTROL=/stage/mail/control/%u/maildir:INDEX=/stage/mail/indexes/%u/maildir # prefix = separator = / type = private } namespace { location = mbox:/stage/mail/imap1/%u/mail:CONTROL=/stage/mail/control/%u/mbox:INDEX=/stage/mail/indexes/%u/mbox prefix = OLD/ separator = / type = private } passdb { driver = pam } plugin { # convert_alt_hierarchy_char = _ # convert_mail = mbox:/stage/mail/imap1/%u/convert # convert_skip_broken_mailboxes = yes # expire = Trash 7 Spam 30 Junk 30 # expire_dict = proxy::expire } protocols = imap service anvil { client_limit = 5080 } service auth { user = root client_limit = 5080 } service imap-login { # PAL 23-Nov-2010 inet_listener imap { #port = 143 address = * # opverrides 10-master.conf for the moment } inet_listener imaps { port = 993 # ssl = yes } inet_listener 80-imaps { port = 80 ssl = yes } inet_listener 443-imaps { port = 443 ssl = yes } # end - PAL 23-Nov-2010 client_limit = 8192 process_limit = 2028 process_min_avail = 10 vsz_limit = 512M } service imap { process_limit = 3052 } service pop3-login { client_limit = 8192 process_limit = 2028 process_min_avail = 10 vsz_limit = 128M } service pop3 { process_limit = 3052 } ssl_ca =