Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 2.2.devel (8b895d0): /etc/dovecot/dovecot.conf
- # Pigeonhole version 0.4.devel (d85babb)
- doveconf: Warning: service auth { client_limit=10240 } is lower than required under max. load (27848)
- doveconf: Warning: service anvil { client_limit=1000 } is lower than required under max. load (12391)
- # OS: Linux 4.4.0-24-generic x86_64 Debian 8.5 ext4
- auth_mechanisms = plain login
- default_vsz_limit = 512 M
- disable_plaintext_auth = no
- doveadm_password = # hidden, use -P to show it
- imap_max_line_length = 2 M
- import_environment = *omited*
- log_path = /dev/stderr
- mail_attachment_dir = *omited*
- mail_attachment_hash = %{sha512}
- mail_attachment_min_size = 64 k
- mail_fsync = always
- mail_gid = nogroup
- mail_location = *omited*
- mail_max_userip_connections = 500
- mail_nfs_index = yes
- mail_nfs_storage = yes
- mail_plugins = quota zlib
- mail_uid = nobody
- mdbox_preallocate_space = yes
- mdbox_purge_preserve_alt = yes
- mdbox_rotate_size = 4000 k
- mmap_disable = yes
- namespace {
- inbox = yes
- location =
- mailbox Drafts {
- special_use = \Drafts
- }
- mailbox Sent {
- special_use = \Sent
- }
- mailbox Spam {
- special_use = \Junk
- }
- mailbox Trash {
- special_use = \Trash
- }
- prefix = INBOX.
- separator = .
- }
- passdb {
- args = /etc/dovecot/dovecot-sql.conf.ext
- driver = sql
- }
- plugin {
- mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
- mail_log_fields = uid box msgid size subject
- 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 auth {
- client_limit = 10240
- }
- service doveadm {
- inet_listener {
- port = 12345
- }
- }
- service imap-login {
- inet_listener imap {
- port = 143
- }
- inet_listener imaps {
- port = 993
- }
- process_limit = 8192
- service_count = 100
- }
- service imap {
- process_limit = 10240
- service_count = 100
- }
- service lmtp {
- inet_listener lmtp {
- port = 7025
- }
- process_limit = 1024
- service_count = 100
- }
- service pop3-login {
- inet_listener pop3 {
- port = 110
- }
- inet_listener pop3s {
- port = 995
- }
- process_limit = 4096
- service_count = 100
- }
- service pop3 {
- process_limit = 4096
- process_min_avail = 1024
- service_count = 100
- }
- ssl = no
- userdb {
- args = /etc/dovecot/dovecot-sql.conf.ext
- driver = sql
- }
- protocol lmtp {
- mail_plugins = quota zlib sieve
- postmaster_address = *omited*
- }
- protocol imap {
- mail_max_userip_connections = 500
- mail_plugins = quota zlib imap_quota mail_log notify
- }
- protocol pop3 {
- mail_max_userip_connections = 500
- mail_plugins = mail_log notify
- pop3_uidl_format = %v-%u
- }
Advertisement
Add Comment
Please, Sign In to add comment