DESCRIPTION |
Purpose |
A dkim_policy_t is a value from an enumerated list of the possible
signing policy options available. The policy for a signing domain is
retrieved during verification, and made available via the
dkim_policy() function. |
Possible Values |
- DKIM_POLICY_SIGNSOME -- some messages from this domain are signed
- DKIM_POLICY_REQUIRED -- all messages from this domain are signed
- DKIM_POLICY_AUTHORITY -- all messages from this domain are signed
and the signature comes from this domain
- DKIM_POLICY_NEVER -- this domain does not send mail
- DKIM_POLICY_USER -- re-query for user-specific policy
|
|
---|