Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 2.2.5: /etc/dovecot/dovecotodd.conf
- # OS: Linux 3.14.15-031415-generic x86_64 Debian 7.8
- auth_mechanisms = plain login
- base_dir = /var/run/dovecotodd
- disable_plaintext_auth = no
- instance_name = dovecotodd
- lmtp_proxy = yes
- mail_fsync = always
- mail_gid = vmail
- mail_location = sdbox:~/
- mail_max_userip_connections = 500
- mail_plugins = " quota zlib"
- mail_uid = vmail
- mmap_disable = yes
- namespace {
- inbox = yes
- location =
- prefix = INBOX.
- separator = .
- }
- passdb {
- args = /etc/dovecot/dovecot-sql.conf.ext
- driver = sql
- }
- plugin {
- quota = dict:Quota::file:%h/dovecot-quota
- sieve = ~/.dovecot.sieve
- sieve_dir = ~/sieve
- zlib_save = bz2
- zlib_save_level = 6
- }
- protocols = imap pop3 lmtp
- service imap-login {
- inet_listener imap {
- address = localhost X.X.X.X X.X.X.X X.X.X.X
- port = 10143
- }
- inet_listener imaps {
- address = localhost X.X.X.X X.X.X.X X.X.X.X
- port = 10993
- }
- service_count = 0
- }
- service lmtp {
- inet_listener lmtp {
- address = localhost X.X.X.X X.X.X.X X.X.X.X
- port = 7025
- }
- }
- service pop3-login {
- inet_listener pop3 {
- address = localhost X.X.X.X X.X.X.X X.X.X.X
- port = 10110
- }
- inet_listener pop3s {
- address = localhost X.X.X.X X.X.X.X X.X.X.X
- port = 10995
- }
- service_count = 0
- }
- ssl_cert = </etc/dovecot/dovecot.pem
- ssl_key = </etc/dovecot/dovecot.pem
- userdb {
- driver = passwd
- }
- userdb {
- args = /etc/dovecot/dovecot-sql.conf.ext
- driver = sql
- }
- protocol lmtp {
- mail_plugins = " quota zlib sieve"
- postmaster_address = postmaster@supramail.com.br
- }
- 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
Advertisement