smtpdane
smtpdane copied to clipboard
SMTP DANE testing tool
At present, using `smtpdane -srv submission $DOMAIN` without _also_ specifying `-tls-on-connect` will result in a hang. (The `-submissions` shortcut implicitly sets the `-tls-on-connect` flag.) We should handle this more gracefully....
Hi, It would be awesome to be able to use a defined DNS name server. Because for my specific uses my servers can query smtp.domain.tld internally and it returns an...
In the code, wherever we currently reference `.CommonName`, that was a short-cut because I didn't want to write a full name construction function. As of Go 1.10, per release notes:...