Skip to content

Commit

Permalink
Do not advertise STARTTLS to any client
Browse files Browse the repository at this point in the history
  • Loading branch information
Lluis Mora committed Mar 18, 2023
1 parent a03c20b commit 7e375e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ if [ "$KEY_PATH" ] && [ "$CERTIFICATE_PATH" ]; then
chmod 640 /etc/exim4/exim.key
chmod 640 /etc/exim4/exim.crt
else
echo "MAIN_TLS_ENABLE = no" >> /etc/exim4/exim4.conf.localmacros
echo "MAIN_TLS_ENABLE = no" >> /etc/exim4/exim4.conf.localmacros
echo "MAIN_TLS_ADVERTISE_HOSTS = !*" >> /etc/exim4/exim4.conf.localmacros
fi

opts=(
Expand Down

0 comments on commit 7e375e5

Please sign in to comment.