mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-31 22:09:44 +01:00
fix regression: port 25 is the one for --mx
This commit is contained in:
parent
0b1c0dca46
commit
2ae8f2d6e3
@ -4119,6 +4119,7 @@ parse_cmd_line() {
|
||||
;;
|
||||
--mx)
|
||||
do_mx_all_ips=true
|
||||
PORT=25
|
||||
;;
|
||||
--mx465) # doesn't work with major ISPs
|
||||
do_mx_all_ips=true
|
||||
@ -4438,4 +4439,4 @@ fi
|
||||
exit $ret
|
||||
|
||||
|
||||
# $Id: testssl.sh,v 1.310 2015/07/13 21:41:48 dirkw Exp $
|
||||
# $Id: testssl.sh,v 1.311 2015/07/14 10:35:25 dirkw Exp $
|
||||
|
Loading…
Reference in New Issue
Block a user