dovecot: Removed support for dovecot v1
This commit is contained in:
parent
e86d32dd11
commit
49fe3a8932
4 changed files with 124 additions and 249 deletions
|
@ -1,36 +0,0 @@
|
|||
protocols = imaps
|
||||
disable_plaintext_auth = yes
|
||||
ssl_cert_file = <%= @dovecot_ssl_dir %>/certs/dovecot.crt
|
||||
ssl_key_file = <%= @dovecot_ssl_dir %>/private/dovecot.key
|
||||
<% if @dovecot_ssl_ca -%>
|
||||
ssl_ca_file = <%= @dovecot_ssl_dir %>/certs/dovecot.ca.crt
|
||||
<% end -%>
|
||||
login_chroot = yes
|
||||
login_user = dovecot
|
||||
login_max_processes_count = 256
|
||||
namespace private {
|
||||
prefix =
|
||||
location = mbox:~/imapmail/:INBOX=/var/mail/%u
|
||||
inbox = yes
|
||||
}
|
||||
protocol imap {
|
||||
mail_plugins = zlib
|
||||
}
|
||||
|
||||
protocol pop3 {
|
||||
}
|
||||
protocol lda {
|
||||
postmaster_address = postmaster@<%= @dovecot_mail_domain %>
|
||||
}
|
||||
auth default {
|
||||
mechanisms = plain
|
||||
passdb pam {
|
||||
}
|
||||
userdb passwd {
|
||||
}
|
||||
user = root
|
||||
}
|
||||
dict {
|
||||
}
|
||||
plugin {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue