Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 2.2.devel (0204e1f): /etc/dovecot/dovecot.conf
- # Pigeonhole version 0.4.devel (79be4c8)
- # OS: Linux 4.4.0-24-generic x86_64 Debian 8.5
- auth_cache_negative_ttl = 20 mins
- auth_cache_size = 32 M
- auth_cache_ttl = 20 mins
- default_vsz_limit = 512 M
- director_mail_servers = *omited* *omited*
- director_servers = *omited* *omited*
- director_user_expire = 1 days
- disable_plaintext_auth = no
- doveadm_password = # hidden, use -P to show it
- imap_max_line_length = 2 M
- import_environment = DOVECOT_CLUSTER
- lmtp_proxy = yes
- log_path = /dev/stderr
- mail_fsync = always
- mail_gid = nogroup
- mail_max_userip_connections = 500
- mail_nfs_index = yes
- mail_nfs_storage = yes
- mail_plugins = quota zlib
- mail_uid = nobody
- mmap_disable = yes
- namespace inbox {
- inbox = yes
- location =
- mailbox Drafts {
- special_use = \Drafts
- }
- mailbox Junk {
- special_use = \Junk
- }
- mailbox Sent {
- special_use = \Sent
- }
- mailbox "Sent Messages" {
- special_use = \Sent
- }
- mailbox Trash {
- special_use = \Trash
- }
- prefix =
- }
- passdb {
- args = /etc/dovecot/dovecot-sql.conf.ext
- driver = sql
- }
- plugin {
- quota = dict:Quota::file:*omited*
- sieve = *omited*
- sieve_before = /etc/dovecot/sieve/makedToSpamFolder.sieve
- sieve_dir = *omited*
- zlib_save = bz2
- zlib_save_level = 6
- }
- protocols = imap pop3 lmtp
- service anvil {
- client_limit = 10240
- }
- service auth-worker {
- process_limit = 384
- }
- service auth {
- client_limit = 10240
- }
- service director {
- fifo_listener login/proxy-notify {
- mode = 0666
- user = $default_login_user
- }
- inet_listener {
- port = 9090
- }
- unix_listener director-userdb {
- mode = 0600
- }
- unix_listener login/director {
- mode = 0666
- }
- }
- service doveadm {
- inet_listener {
- port = 12345
- }
- }
- service imap-login {
- executable = imap-login director
- service_count = 0
- }
- service lmtp {
- inet_listener lmtp {
- port = 7025
- }
- service_count = 0
- }
- service pop3-login {
- executable = pop3-login director
- service_count = 0
- }
- ssl = no
- userdb {
- args = /etc/dovecot/dovecot-sql.conf.ext
- driver = sql
- }
- protocol lmtp {
- auth_socket_path = director-userdb
- mail_plugins = quota zlib sieve
- postmaster_address = *omited*
- }
- protocol imap {
- mail_max_userip_connections = 500
- mail_plugins = quota zlib imap_quota
- }
- protocol pop3 {
- mail_max_userip_connections = 500
- pop3_uidl_format = %v-%u
- }
Advertisement
Add Comment
Please, Sign In to add comment