Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- base_dir = /var/run/dovecot/
- first_valid_uid = 200
- mail_debug = yes
- mail_gid = 12
- mail_location = Maildir:~/
- mail_uid = 200
- managesieve_notify_capability = mailto
- managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date
- passdb {
- args = /etc/dovecot/dovecot-pgsql.conf
- driver = sql
- }
- plugin {
- autocreate = Trash
- autocreate2 = Sent
- autocreate3 = Drafts
- autocreate4 = Templates
- autocreate5 = Junk
- autosubscribe = Trash
- autosubscribe2 = Sent
- autosubscribe3 = Drafts
- autosubscribe4 = Templates
- autosubscribe5 = Junk
- sieve = /~.user.sieve
- sieve_global_dir = /home/mail/sieve_scripts/
- sieve_global_path = /home/mail/sieve_scripts/global.sieve
- }
- protocols = imap sieve
- service auth {
- unix_listener /var/spool/postfix/private/auth {
- group = postfix
- mode = 0660
- user = postfix
- }
- unix_listener auth-userdb {
- mode = 0600
- user = mailreader
- }
- }
- ssl = required
- ssl_cert = </etc/pki/tls/certs/mail.mywebsite.com/mail.mywebsite.com_bundle.crt
- ssl_key = </etc/pki/tls/certs/mail.mywebsite.com/mail.mywebsite.com.key
- userdb {
- driver = prefetch
- }
- userdb {
- args = /etc/dovecot/dovecot-pgsql.conf
- driver = sql
- }
- protocol imap {
- mail_plugins = " autocreate"
- }
- protocol sieve {
- info_log_path = /var/log/dovecot-sieve.log
- log_path = /var/log/dovecot-sieve-errors.log
- managesieve_implementation_string = dovecot
- managesieve_max_line_length = 65536
- }
- protocol lda {
- hostname = mail.mywebsite.com
- mail_plugins = " sieve"
- postmaster_address = [email protected]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement