Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 2.1.7: /etc/dovecot/dovecot.conf
- # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.1
- auth_mechanisms = plain login
- log_timestamp = "%Y-%m-%d %H:%M:%S "
- passdb {
- args = /etc/dovecot/dovecot-mysql.conf
- driver = sql
- }
- protocols = imap pop3
- service auth {
- unix_listener /var/spool/postfix/private/auth_dovecot {
- group = postfix
- mode = 0660
- user = postfix
- }
- unix_listener auth-master {
- mode = 0600
- user = vmail
- }
- user = root
- }
- ssl_cert = </etc/postfix/sslcert/mailserver.crt
- ssl_key = </etc/postfix/sslcert/mailserver.key
- userdb {
- args = /etc/dovecot/dovecot-mysql.conf
- driver = sql
- }
- protocol pop3 {
- pop3_uidl_format = %08Xu%08Xv
- }
- protocol lda {
- auth_socket_path = /var/run/dovecot/auth-master
- postmaster_address = postmaster@antribute.eu
- }
Advertisement
RAW Paste Data
Copied
Advertisement