@@ -61,8 +61,7 @@ output will always be written to disk, defaulting to `results.csv`.
6161 -h --help Show this message.
6262 -o --output=OUTFILE Name of output file. (Default results)
6363 -t --timeout=TIMEOUT The DNS lookup timeout in seconds. (Default is 5.)
64- --smtp-timeout=TIMEOUT The SMTP connection timeout in seconds. (Default
65- is 5.)
64+ --smtp-timeout=TIMEOUT The SMTP connection timeout in seconds. (Default is 5.)
6665 --smtp-localhost=HOSTNAME The hostname to use when connecting to SMTP
6766 servers. (Default is the FQDN of the host from
6867 which trustymail is being run.)
@@ -71,12 +70,13 @@ output will always be written to disk, defaulting to `results.csv`.
7170 --no-smtp-cache Do not cache SMTP results during the run. This
7271 may results in slower scans due to testing the
7372 same mail servers multiple times.
74- --mx Only check mx records
75- --starttls Only check mx records and STARTTLS support.
73+ --mx Only check MX records
74+ --starttls Only check MX records and STARTTLS support.
7675 (Implies --mx.)
77- --spf Only check spf records
78- --dmarc Only check dmarc records
79- --debug Output should include error messages.
76+ --spf Only check SPF records
77+ --dmarc Only check DMARC records
78+ --json Output is in json format (default csv)
79+ --debug Output should include more verbose logging.
8080 --dns=HOSTNAMES A comma-delimited list of DNS servers to query
8181 against. For example, if you want to use
8282 Google's DNS then you would use the
0 commit comments