after we did a EFA scan we figured out that the EFA does not send with TLS.
Code: Select all
seconds		test stage and result
[000.096]		Connected to server
[000.188]	<-- 	220 filter.domain.com ESMTP Postfix
[000.189]		We are allowed to connect
[000.189]	 -->	EHLO www6.CheckTLS.com
[000.278]	<-- 	250-filter.domain.com
250-PIPELINING
250-SIZE 50240000
250-ETRN
250-STARTTLS
250-AUTH CRAM-MD5 LOGIN DIGEST-MD5 PLAIN
250-AUTH=CRAM-MD5 LOGIN DIGEST-MD5 PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
[000.281]		We can use this server
[000.284]		TLS is an option on this server
[000.285]	 -->	MAIL FROM:<test@checktls.com>
[000.375]	<-- 	250 2.1.0 Ok
[000.375]		Sender is OK
[000.375]		It looks like we can send without TLS
[000.376]	 -->	QUIT
[000.463]	<-- 	221 2.0.0 Bye