- login_user = dovecot
- mail_privileged_group = vmail
- base_dir = /var/run/dovecot
- auth_verbose = yes
- ssl = yes
- ssl_cert_file = /etc/ssl/mail.crt
- ssl_key_file = /etc/ssl/mail.key
- ssl_ca_file = /etc/ssl/mail.pem
- ssl_verify_client_cert = no
- disable_plaintext_auth = no
- protocols = imap imaps pop3 pop3s
- mail_location = maildir:/srv/mail/%d/%u
- protocol imap {
- listen = *:143
- ssl_listen = *:993
- mail_executable = /usr/lib/dovecot/imap
- login_executable = /usr/lib/dovecot/imap-login
- }
- protocol pop3 {
- listen = *:110
- ssl_listen = *:995
- mail_executable = /usr/lib/dovecot/pop3
- login_executable = /usr/lib/dovecot/pop3-login
- }
- protocol lda {
- postmaster_address = postmaster@mydomain.com
- sendmail_path = /usr/lib/sendmail
- auth_socket_path = /var/run/dovecot/auth-master
- }
- auth default {
- mechanisms = plain
- userdb sql {
- args = /etc/dovecot/dovesql.conf
- }
- passdb sql {
- args = /etc/dovecot/dovesql.conf
- }
- socket listen {
- client {
- path = /var/spool/postfix/private/auth
- mode = 0660
- user = postfix
- group = postfix
- }
- }
- }
SHARE
TWEET
Untitled
a guest
Apr 3rd, 2011
116
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.
