libspf2 1.2.11
Data Fields
SPF_server_t Struct Reference

#include <spf_server.h>

Data Fields

SPF_dns_server_t * resolver
 
SPF_record_t * local_policy
 
SPF_macro_t * explanation
 
char * rec_dom
 
int max_dns_mech
 
int max_dns_ptr
 
int max_dns_mx
 
int sanitize
 
int debug
 
int destroy_resolver
 

Detailed Description

Definition at line 55 of file spf_server.h.

Field Documentation

◆ debug

int SPF_server_t::debug

Print debug info.

Definition at line 67 of file spf_server.h.

◆ destroy_resolver

int SPF_server_t::destroy_resolver

true if we own the resolver.

Definition at line 68 of file spf_server.h.

◆ explanation

SPF_macro_t* SPF_server_t::explanation

Explanation string.

Definition at line 58 of file spf_server.h.

◆ local_policy

SPF_record_t* SPF_server_t::local_policy

Local policies.

Definition at line 57 of file spf_server.h.

◆ max_dns_mech

int SPF_server_t::max_dns_mech

DoS limit on SPF mechanisms.

Definition at line 62 of file spf_server.h.

◆ max_dns_mx

int SPF_server_t::max_dns_mx

DoS limit on MX records.

Definition at line 64 of file spf_server.h.

◆ max_dns_ptr

int SPF_server_t::max_dns_ptr

DoS limit on PTR records.

Definition at line 63 of file spf_server.h.

◆ rec_dom

char* SPF_server_t::rec_dom

Default receiving domain.

Definition at line 60 of file spf_server.h.

◆ resolver

SPF_dns_server_t* SPF_server_t::resolver

SPF DNS resolver.

Definition at line 56 of file spf_server.h.

◆ sanitize

int SPF_server_t::sanitize

Limit charset in messages.

Definition at line 66 of file spf_server.h.


The documentation for this struct was generated from the following file: