[exim] exim spfquery config

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Emanuel Gonzalez
Fecha:  
A: exim-users@exim.org
Asunto: [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,