[exim] exim spfquery config

Top Page
Delete this message
Reply to this message
Author: Emanuel Gonzalez
Date:  
To: exim-users@exim.org
Subject: [exim] exim spfquery config
Hi, compile exim with support for spfquery, but not work.

I read this documentation:

https://github.com/Exim/exim/wiki/SPF



I send a test email with the an invalid from address but not work

spfquery --sender=soyspam@??? --ip=200.58.112.191
softfail
domain owner discourages use of this host
('spfquery:', 'transitioning domain of gmail.com does not designate 200.58.112.191 as permitted sender')
('Received-SPF:', 'SoftFail (spfquery: transitioning domain of gmail.com does not designate 200.58.112.191 as permitted sender) client-ip=200.58.112.191; envelope-from="soyspam@???"; receiver=spfquery; mechanism=~all; identity=mailfrom')

exim configure:

deny message = $sender_host_address is not allowed to send mail from $sender_address_domain
     spf = fail


any ideas.?

Regards,