You could try a couple of commands on CLI to test connectivity with the
remote host: 1. # exec ping mx2.hotmail.com PING mx2.hotmail.com
(65.55.37.120): 56 data bytes 64 bytes from 65.55.37.120: icmp_seq=0
ttl=240 time=10.1 ms 2. # exec smtptest mx2....
There are many poorly configured mail servers with valid SPF records
that would fail SPF check. One case of such poorly configured mail
servers could be: An ISP has a mail server that allows end user to set
his/her reply address as his/her account on...
Using SPF itself to make spam/ham decision would cause many false
positives. SPF result coupled with deep header analysis (AntisSpam
profile > Deep header analysis > Header analysis) would block some SPF
violated emails. ORIGINAL: romanr Hi, I activa...