protocols = imap pop3 disable_plaintext_auth = no shutdown_clients = yes syslog_facility = mail ssl_disable = yes login_greeting = Dovecot ready. mail_location = maildir:~/ mail_uid = 26 mail_gid = 26 mail_privileged_group = mail dotlock_use_excl = yes fsync_disable = no verbose_proctitle = yes first_valid_uid = 26 first_valid_gid = 26 maildir_copy_with_hardlinks = yes protocol imap { login_executable = /usr/local/libexec/dovecot/imap-login mail_executable = /usr/local/libexec/dovecot/imap login_greeting_capability = yes imap_client_workarounds = delay-newmail netscape-eoh tb-extra-mailbox-sep } protocol pop3 { login_executable = /usr/local/libexec/dovecot/pop3-login mail_executable = /usr/local/libexec/dovecot/pop3 pop3_uidl_format = %08Xu%08Xv pop3_client_workarounds = outlook-no-nuls oe-ns-eoh } auth_executable = /usr/local/libexec/dovecot/dovecot-auth auth_process_size = 128 auth_verbose = no auth_debug = no auth_debug_passwords = no auth default { mechanisms = plain login passdb sql { args = /usr/local/etc/dovecot-sql.conf } userdb sql { args = /usr/local/etc/dovecot-sql.conf } socket listen { master { path = /var/run/dovecot/auth-master mode = 0600 } client { path = /var/run/dovecot/auth-client mode = 0660 } } } auth external { socket connect { master { path = /var/run/dovecot/auth-master } } } dict { #quota = mysql:/usr/local/etc/dovecot-dict-quota.conf #expire = db:/var/db/dovecot/expire.db } plugin { }