Sha256: 303c25d50357a89f20b1b10722638a0f9589c95b14b15ecbb66fb3491103ab19
Contents?: true
Size: 1.19 KB
Versions: 12
Compression:
Stored size: 1.19 KB
Contents
protocols = <%= protocols %> sieve protocol imap { mail_plugins = autocreate quota imap_quota } protocol pop3 { mail_plugins = autocreate quota listen = *:110 ssl_listen = *:995 } protocol lda { auth_socket_path = /var/run/dovecot/auth-master postmaster_address = <%= postmaster %> mail_plugins = sieve quota log_path = } ssl = yes ssl_cert_file = /etc/ssl/certs/dovecot.pem ssl_key_file = /etc/ssl/private/dovecot.pem #ssl_parameters_regenerate = 168 quota = maildir:User quota quota_rule = *:storage=<%= storage[:size] %> quota_rule2 = Trash:storage=<%= storage[:trash] %> quota_rule = Spam:storage=<%= storage[:spam] %> mail_location = maildir:/var/vmail/%d/%n/Maildir namespace private { separator = . inbox = yes } auth default { mechanisms = plain passdb sql { args = /etc/dovecot/dovecot-sql.conf } userdb sql { args = /etc/dovecot/dovecot-sql.conf } !include_try /etc/dovecot/auth.d/*.auth } auth external { socket connect { master { path = /var/run/dovecot/auth-master mode = 0600 user = vmail } client { path = /var/spool/postfix/private/auth mode = 0600 user = postfix group = postfix } } }
Version data entries
12 entries across 12 versions & 1 rubygems