Appearance
621 - Email Routing
Email routing and filtering rules. This is an example of a MAML document.
maml
{
domain: "new-fundraising.com"
inbound: {
mx_records: [
"mx1.new-fundraising.com"
"mx2.new-fundraising.com"
]
spam_filter: {
enabled: true
threshold: 7
action: "tag"
}
dkim: {
enabled: true
selector: "default"
key_size: 2048
}
}
outbound: {
relay: "smtp.new-fundraising.com"
port: 587
tls: true
rate_limit: {
per_minute: 461
per_hour: 9201
}
}
}