SHARE
TWEET

Untitled

a guest May 2nd, 2013 30 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # 2.0.9: /etc/dovecot/dovecot.conf
  2. # OS: Linux 2.6.32-042stab065.3 x86_64 CentOS release 6.4 (Final) simfs
  3. auth_default_realm = ahem.com
  4. auth_mechanisms = plain login
  5. first_valid_gid = 1008
  6. first_valid_uid = 1008
  7. imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
  8. last_valid_gid = 1008
  9. last_valid_uid = 1008
  10. mail_location = maildir:/usr/local/virtual/%d/%u
  11. mail_max_userip_connections = 20
  12. mbox_write_locks = fcntl
  13. passdb {
  14.   args = /etc/dovecot/dovecot-mysql.conf
  15.   driver = sql
  16. }
  17. plugin {
  18.   sieve = ~/.dovecot.sieve
  19.   sieve_global_path = /etc/dovecot/default.sieve
  20. }
  21. protocols = imap
  22. service auth {
  23.   unix_listener /var/spool/postfix/private/auth {
  24.     group = postfix
  25.     mode = 0660
  26.     user = postfix
  27.   }
  28.   unix_listener auth-master {
  29.     group = vmail
  30.     mode = 0600
  31.     user = vmail
  32.   }
  33.   unix_listener auth-userdb {
  34.     group = vmail
  35.     mode = 0660
  36.     user = vmail
  37.   }
  38.   user = dovecot
  39. }
  40. service imap-login {
  41.   inet_listener imap {
  42.     address = *
  43.     port = 143
  44.   }
  45.   inet_listener imaps {
  46.     address = *
  47.     port = 993
  48.   }
  49.   vsz_limit = 64 M
  50. }
  51. service pop3-login {
  52.   vsz_limit = 64 M
  53. }
  54. ssl_cert = </etc/postfix/mail.pem
  55. ssl_key = </etc/postfix/mail.pem
  56. userdb {
  57.   args = /etc/dovecot/dovecot-mysql.conf
  58.   driver = sql
  59. }
  60. verbose_proctitle = yes
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. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top