Infra Suite command-line tool enables incoming e-mail (POP3) server probing on the computer it's being run at. When run, it performs either automated or manual probing of specified e-mail server by connecting and authenticating given specified access credentials.
Command-line tool should be run using following parameters:
fdf_cmdmgr.exe -email -protocol=pop3 -host=HostName [-port=Port] [-username=UserName -password=Password]
Basic example, probing all port/SSL/TLS combinations automatically:
fdf_cmdmgr.exe -email -protocol=pop3 -host="pop3.mailprotect.be" -username="fdf.test@geoview.be" -password="*******"
Probing specific port using SSL encryption:
fdf_cmdmgr.exe -email -protocol=pop3 -host="pop3.mailprotect.be" -port:465 -ssl -username="fdf.test@geoview.be" -password="*******"
Possible probing results using basic example (see above):
Incoming e-mail POP3 transport:
==================================================
HOST = pop3.mailprotect.be
USER = fdf.test@geoview.be
PASS = *******
--------------------------------------------------
# PORT SSL TLS
--------------------------------------------------
OP/Q1 110 No - ERROR
OP/Q2 995 Yes - PASSED
LS/Q3 110 No - ERROR
LS/Q4 995 Yes - PASSED