diff --git a/pica-mail-mta/entrypoint.sh b/pica-mail-mta/entrypoint.sh index 34dd0a72920788c39288ceb313392031aca30487..96b1edc4964eb9e86fe0687947e285a658a816ed 100755 --- a/pica-mail-mta/entrypoint.sh +++ b/pica-mail-mta/entrypoint.sh @@ -108,8 +108,8 @@ adduser postfix opendkim #SSL : récupération des certificats (qui seront utilisés pour la connexion smtp) -sudo postconf -e 'smtpd_tls_cert_file = /etc/letsencrypt/live/<your.domain>/fullchain.pem' -sudo postconf -e 'smtpd_tls_key_file = /etc/letsencrypt/live/<your.domain>/privkey.pem' +#postconf -e 'smtpd_tls_cert_file = /etc/letsencrypt/live/<your.domain>/fullchain.pem' +#postconf -e 'smtpd_tls_key_file = /etc/letsencrypt/live/<your.domain>/privkey.pem'