Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protocols = imap imaps
- disable_plaintext_auth = yes
- log_path = /var/log/dovecot.log
- info_log_path = /var/log/dovecot.info
- log_timestamp = "%Y-%m-%d %H:%M:%S "
- ssl_cert_file = /etc/ssl/certs/dovecot.cert
- ssl_key_file = /etc/ssl/private/dovecot.key
- mail_location = maildir:%h/mails
- mail_privileged_group = mail
- mail_debug = yes
- protocol imap {
- imap_client_workarounds = outlook-idle delay-newmail
- }
- protocol pop3 {
- pop3_uidl_format = %08Xu%08Xv
- }
- protocol managesieve {
- }
- auth default {
- mechanisms = plain
- passdb pam {
- }
- userdb passwd {
- }
- passdb shadow {
- }
- user = root
- socket listen {
- client {
- path = /var/spool/postfix/private/auth
- mode = 0660
- user = postfix
- group = postfix
- }
- }
- }
- dict {
- }
- plugin {
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement