Skip to content

Commit

Permalink
tests/test_ca-certs.sh: Test Saunalahti's SMTP servers
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jan 17, 2025
1 parent 3788192 commit b43d6c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_ca-certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ for host in \
mail.cwo.com \
mail.protonmail.ch \
spool.mail.gandi.net \
fb.mail.gandi.net
fb.mail.gandi.net \
mx-tnl.mail.saunalahti.fi \
mx-stp.mail.saunalahti.fi
do
echo "[*] Testing SMTP STARTTLS for \`${host}'"
openssl s_client -connect "${host}":25 -starttls smtp -verify_return_error -CAfile "${ca_file}" -showcerts 0</dev/null || exit 1
Expand Down

0 comments on commit b43d6c4

Please sign in to comment.