From 4de6cea0332f64d5bee7a84af74dffc9fc84579e Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Tue, 18 Aug 2015 13:38:09 +0200 Subject: [PATCH] Improved comment on #14 --- start-mailserver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-mailserver.sh b/start-mailserver.sh index cac6ff38..d17a7ba1 100644 --- a/start-mailserver.sh +++ b/start-mailserver.sh @@ -32,7 +32,7 @@ postmap /etc/postfix/virtual sed -i -r 's/DOCKER_MAIL_DOMAIN/'"$(hostname -d)"'/g' /etc/postfix/main.cf cat /tmp/vhost.tmp | sort | uniq >> /etc/postfix/vhost && rm /tmp/vhost.tmp -# Adding SSL certificate if name provided as $docker_mail_cert env +# Adding SSL certificate if provided in 'postfix/ssl' folder if [ -e "/tmp/postfix/ssl/$(hostname).csr" ]; then echo "Adding $(hostname) csr/key SSL certificate" cp -r /tmp/postfix/ssl /etc/postfix/ssl