Does wodSmtpServer Support SPF check? (wodSmtpServer / wodPop3Server / wodImapServer)

by Jeremy, (4115 days ago)

Does wodSmtpServer Support Sender Policy Framework (SPF) check?
Thanks,

locked

Does wodSmtpServer Support SPF check?

by Jasmine, (4115 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

locked

Does wodSmtpServer Support SPF check?

by Jeremy, (4115 days ago) @ Jasmine

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

locked

Does wodSmtpServer Support SPF check?

by Jasmine, (4115 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

locked