Check for MX and not directly the IP for SMTP

v1
Aeris 7 years ago
parent 1a7b7206e0
commit eb82f8e1ae
  1. 4
      bin/check_smtp.rb

@ -11,7 +11,5 @@ if ::File.exist? file
::CryptCheck::Tls::Smtp.analyze_file file, "output/#{name}.html"
else
::CryptCheck::Logger.level = ENV['LOG'] || :info
::CryptCheck::Tls::Smtp.analyze ARGV[0]
::CryptCheck::Tls::Smtp.analyze_domain ARGV[0]
end

Loading…
Cancel
Save