Fix SSL conf.
This commit is contained in:
parent
f52bd9b658
commit
e3af2de2a1
@ -16,7 +16,7 @@ COPY 10-ssl.conf /etc/dovecot/conf.d/
|
|||||||
#COPY 15-lda.conf /etc/dovecot/conf.d/
|
#COPY 15-lda.conf /etc/dovecot/conf.d/
|
||||||
COPY 20-lmtp.conf /etc/dovecot/conf.d/
|
COPY 20-lmtp.conf /etc/dovecot/conf.d/
|
||||||
COPY dovecot-openssl.cnf /root/
|
COPY dovecot-openssl.cnf /root/
|
||||||
RUN mv dovecot-openssl.cnf/mkcert.sh /root/
|
RUN cp /usr/share/dovecot/mkcert.sh /root/
|
||||||
RUN chmod +X /root/mkcert.sh
|
RUN chmod +X /root/mkcert.sh
|
||||||
RUN cd /root; ./mkcert.sh
|
RUN cd /root; ./mkcert.sh
|
||||||
#COPY users /etc/dovecot/
|
#COPY users /etc/dovecot/
|
||||||
|
Loading…
Reference in New Issue
Block a user