Skip to content
Snippets Groups Projects
Commit b362c57c authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Mail] Fix SSL environment variables

parent d7bd668c
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,8 @@ ENV LMTP_PORT 24
ENV SMTPD_CLIENT_RESTRICTIONS reject_rbl_client sbl.spamhaus.org, reject_rbl_client dnsbl.sorbs.net
# SSL
# L'antislash "\" est nécessaire devant le slash "/" !
ENV SSL_CERT "\/certs-ssl\/cert.pem"
ENV SSL_KEY "\/certs-ssl\/privkey.pem"
ENV SSL_CERT "/certs-ssl/cert.pem"
ENV SSL_KEY "/certs-ssl/privkey.pem"
#configuration de OpenDKIM
COPY spam/opendkim.conf /etc/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment