srvrco / checkssl

checks ssl certs for a set of domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple services per domain?

killerbees19 opened this issue · comments

Reference: Implement multiple remote checks?

Check multiple services (Postfix: SMTPS or SMTP with STARTTLS, Dovecot: IMAPS/POP3S or IMAP/POP3 with STARTTLS, …) for each domain or some of them.

Completed in version 1.08

Thanks for the quick implementation! :-)

But I think there is a missing ${REMOTE_EXTRA} after "${DOMAIN}:${PORT}". imaps/pop3s works, but e.g. smtp (with starttls) not.

You are right - I'll updated it.

Updated.

btw: You should reset REMOTE_EXTRA to an empty string in the loop. Currently it's value is from the previous domain, which results in funny things like that: openssl s_client -servername ***** -connect *****:443 -starttls smtp

Thanks, updated.