mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:26:19 +00:00
Cleaned up etc/dovecot folder
This commit is contained in:
parent
8b2452d135
commit
a5da45d012
1 changed files with 3 additions and 1 deletions
|
|
@ -165,6 +165,9 @@ newaliases
|
||||||
#// Dovecot
|
#// Dovecot
|
||||||
#//
|
#//
|
||||||
###############
|
###############
|
||||||
|
rm -r /etc/dovecot/ /etc/ssl/dovecot/
|
||||||
|
mkdir -p /etc/dovecot/ /etc/ssl/dovecot/
|
||||||
|
|
||||||
# dovecot.conf
|
# dovecot.conf
|
||||||
cat >/etc/dovecot/dovecot.conf <<- dovecot.conf
|
cat >/etc/dovecot/dovecot.conf <<- dovecot.conf
|
||||||
passdb {
|
passdb {
|
||||||
|
|
@ -262,7 +265,6 @@ iterate_query = SELECT username AS user FROM mailbox
|
||||||
dovecot
|
dovecot
|
||||||
|
|
||||||
# 10-ssl.conf
|
# 10-ssl.conf
|
||||||
rm -f /etc/ssl/dovecot/*
|
|
||||||
install -m 0600 /dev/stdin /etc/dovecot/ssl-keys.conf <<- 'ssl-keys.conf'
|
install -m 0600 /dev/stdin /etc/dovecot/ssl-keys.conf <<- 'ssl-keys.conf'
|
||||||
ssl_dh = </etc/ssl/dovecot/dh.pem
|
ssl_dh = </etc/ssl/dovecot/dh.pem
|
||||||
ssl_cert = </etc/ssl/dovecot/tls.pem
|
ssl_cert = </etc/ssl/dovecot/tls.pem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue