Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auth_debug = yes
- auth_debug_passwords = yes
- auth_mechanisms = plain login cram-md5
- auth_verbose = yes
- base_dir = /var/run/dovecot/
- disable_plaintext_auth = no
- ssl = no
- first_valid_uid = 1150
- last_valid_uid = 1150
- log_timestamp = %Y-%m-%d %H:%M:%S
- mail_debug = yes
- mail_location = maildir:/var/vmail/%d/%u
- ssl = yes
- ssl_cert = </etc/postfix/certs/cert.pem
- ssl_key = </etc/postfix/certs/key.pem
- passdb {
- args = /etc/dovecot/dovecot-sql.conf
- driver = sql
- }
- protocols = imap pop3 sieve
- service auth {
- unix_listener /var/spool/postfix/private/dovecot-auth {
- user = postfix
- group = postfix
- mode = 0660
- }
- unix_listener auth-master {
- user = vmail
- group = mail
- mode = 0660
- }
- unix_listener auth-userdb {
- user = vmail
- group = mail
- mode = 0660
- }
- user=root
- }
- service imap-login {
- executable = /usr/libexec/dovecot/imap-login
- inet_listener imap {
- address = *
- port = 143
- }
- inet_listener imaps {
- port = 993
- ssl = yes
- }
- }
- service imap {
- executable = /usr/libexec/dovecot/imap
- }
- service pop3-login {
- executable = /usr/libexec/dovecot/pop3-login
- inet_listener pop3 {
- address = *
- port = 110
- }
- inet_listener pop3s {
- port = 995
- ssl = yes
- }
- }
- service pop3 {
- executable = /usr/libexec/dovecot/pop3
- }
- userdb {
- args = /etc/dovecot/dovecot-sql.conf
- driver = sql
- }
- protocol lda {
- auth_socket_path = /var/run/dovecot/auth-master
- postmaster_address = [email protected]
- mail_plugins = $mail_plugins sieve
- }
- service managesieve-login {
- inet_listener sieve {
- port = 4190
- }
- }
- service managesieve {
- # Defaults are OK, so nothing in this section.
- }
- protocol sieve {
- # Defaults are OK, so nothing in this section.
- }
- protocol imap {
- mail_plugins = $mail_plugins autocreate
- }
- plugin {
- autocreate = INBOX
- autocreate2 = Sent
- autocreate3 = Trash
- autocreate4 = Drafts
- autocreate5 = Junk
- autosubscribe = INBOX
- autosubscribe2 = Sent
- autosubscribe3 = Trash
- autosubscribe4 = Drafts
- autosubscribe5 = Junk
- sieve = ~/.dovecot.sieve
- sieve_dir = ~/sieve
- sieve_global_path = /etc/dovecot/sieve/default.sieve
- sieve_global_dir = /etc/dovecot/sieve/
- }
Advertisement
Add Comment
Please, Sign In to add comment