Example 15524
Email Routing
Email routing and filtering rules.
{
domain: "nautical-hundred.name"
inbound: {
mx_records: [
"mx1.nautical-hundred.name"
"mx2.nautical-hundred.name"
]
spam_filter: {
enabled: true
threshold: 5
action: "quarantine"
}
dkim: {
enabled: true
selector: "default"
key_size: 1024
}
}
outbound: {
relay: "smtp.nautical-hundred.name"
port: 25
tls: true
rate_limit: {
per_minute: 141
per_hour: 3979
}
}
}