Exu::DmarcConfig
Inherits JSON::Serializable < YAML::Serializable < Struct < Value < Object
DMARC Configuration
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(pull : JSON::PullParser)
Sourcenew(policy : String = "quarantine", pct : Int32 = 100, rua : String | Nil = nil, ruf : String | Nil = nil, aspf : String = "r", adkim : String = "r")
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
adkim
Sourceadkim=(adkim : String)
Sourceaspf
Sourceaspf=(aspf : String)
Sourcepct
Sourcepct=(pct : Int32)
Sourcepolicy
Sourcepolicy=(policy : String)
Sourcerua
Sourcerua=(rua : String | Nil)
Sourceruf
Sourceruf=(ruf : String | Nil)
Source