- # 2.0.9: /etc/dovecot/dovecot.conf
- # OS: Linux 2.6.32-042stab065.3 x86_64 CentOS release 6.4 (Final) simfs
- auth_default_realm = ahem.com
- auth_mechanisms = plain login
- first_valid_gid = 1008
- first_valid_uid = 1008
- imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
- last_valid_gid = 1008
- last_valid_uid = 1008
- mail_location = maildir:/usr/local/virtual/%d/%u
- mail_max_userip_connections = 20
- mbox_write_locks = fcntl
- passdb {
- args = /etc/dovecot/dovecot-mysql.conf
- driver = sql
- }
- plugin {
- sieve = ~/.dovecot.sieve
- sieve_global_path = /etc/dovecot/default.sieve
- }
- protocols = imap
- service auth {
- unix_listener /var/spool/postfix/private/auth {
- group = postfix
- mode = 0660
- user = postfix
- }
- unix_listener auth-master {
- group = vmail
- mode = 0600
- user = vmail
- }
- unix_listener auth-userdb {
- group = vmail
- mode = 0660
- user = vmail
- }
- user = dovecot
- }
- service imap-login {
- inet_listener imap {
- address = *
- port = 143
- }
- inet_listener imaps {
- address = *
- port = 993
- }
- vsz_limit = 64 M
- }
- service pop3-login {
- vsz_limit = 64 M
- }
- ssl_cert = </etc/postfix/mail.pem
- ssl_key = </etc/postfix/mail.pem
- userdb {
- args = /etc/dovecot/dovecot-mysql.conf
- driver = sql
- }
- verbose_proctitle = yes
SHARE
TWEET
Untitled
a guest
May 2nd, 2013
30
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

