Example 13229
Email Routing
Email routing and filtering rules.
{
domain: "rich-swath.org"
inbound: {
mx_records: [
"mx1.rich-swath.org"
"mx2.rich-swath.org"
]
spam_filter: {
enabled: true
threshold: 5
action: "reject"
}
dkim: {
enabled: true
selector: "default"
key_size: 2048
}
}
outbound: {
relay: "smtp.rich-swath.org"
port: 25
tls: true
rate_limit: {
per_minute: 80
per_hour: 2686
}
}
}