diff --git a/scripts/smtp-chek b/scripts/smtp-chek new file mode 100755 index 0000000..cbcbc8a --- /dev/null +++ b/scripts/smtp-chek @@ -0,0 +1,11 @@ +#!/bin/bash + +username=postmaster@mangue-et-solidaire.re +password= +base64=$(echo -ne "\0$username\0$password" | base64) + +openssl s_client -starttls smtp -connect mail1.zourit.net:587 -ign_eof <