Does wodSmtpServer Support SPF check? (wodSmtpServer / wodPop3Server / wodImapServer)
by Jeremy, Friday, January 24, 2014, 09:37 (3956 days ago)
Does wodSmtpServer Support Sender Policy Framework (SPF) check?
Thanks,
Does wodSmtpServer Support SPF check?
by wodSupport, Friday, January 24, 2014, 09:39 (3956 days ago) @ Jeremy
Hi.
It doesn't internally, but since 2008 we have QueryDNS method which can be used to obtain SPF records, and process them in your code.
Kreso
Does wodSmtpServer Support SPF check?
by Jeremy, Friday, January 24, 2014, 10:51 (3956 days ago) @ wodSupport
Thanks for your prompt reply.
I need a component which implements a check_host() function described in RFC 4408.
The check_host function fetches SPF records, parses them, and interprets them to determine whether a paticular host is or is not permitted to send mail with a given identity.
Using the check_host function, all I need is to input sender information and get a evaluation result.
Thanks
Does wodSmtpServer Support SPF check?
by wodSupport, Friday, January 24, 2014, 12:06 (3956 days ago) @ Jeremy
Jeremy,
unfortunately, wodSmtpServer doesn't have such mechanisms directly implemented, you would have to do some coding by yourself in the application.
Kreso