mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 19:56: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
|
||||
#//
|
||||
###############
|
||||
rm -r /etc/dovecot/ /etc/ssl/dovecot/
|
||||
mkdir -p /etc/dovecot/ /etc/ssl/dovecot/
|
||||
|
||||
# dovecot.conf
|
||||
cat >/etc/dovecot/dovecot.conf <<- dovecot.conf
|
||||
passdb {
|
||||
|
|
@ -262,7 +265,6 @@ iterate_query = SELECT username AS user FROM mailbox
|
|||
dovecot
|
||||
|
||||
# 10-ssl.conf
|
||||
rm -f /etc/ssl/dovecot/*
|
||||
install -m 0600 /dev/stdin /etc/dovecot/ssl-keys.conf <<- 'ssl-keys.conf'
|
||||
ssl_dh = </etc/ssl/dovecot/dh.pem
|
||||
ssl_cert = </etc/ssl/dovecot/tls.pem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue