mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
New vesta installer
This commit is contained in:
parent
dce52823fb
commit
e892898874
1545 changed files with 59733 additions and 3626 deletions
29
install/rhel/5/dovecot/dovecot.conf
Normal file
29
install/rhel/5/dovecot/dovecot.conf
Normal file
|
@ -0,0 +1,29 @@
|
|||
protocols = imap imaps pop3 pop3s
|
||||
log_path = /var/log/dovecot.log
|
||||
ssl_cert_file = /usr/local/vesta/ssl/certificate.crt
|
||||
ssl_key_file = /usr/local/vesta/ssl/certificate.key
|
||||
|
||||
disable_plaintext_auth = no
|
||||
mail_location = maildir:%h/mail/%d/%n
|
||||
umask = 0077
|
||||
pop3_uidl_format = %08Xu%08Xv
|
||||
auth_verbose = yes
|
||||
auth_username_format = %Lu
|
||||
|
||||
auth default {
|
||||
mechanisms = plain login
|
||||
passdb passwd-file {
|
||||
args = /etc/exim/domains/%d/passwd
|
||||
}
|
||||
|
||||
userdb passwd-file {
|
||||
args = /etc/exim/domains/%d/passwd
|
||||
}
|
||||
|
||||
socket listen {
|
||||
client {
|
||||
path = /var/run/dovecot/auth-client
|
||||
mode = 0666
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue