Example 15526
Email Routing
Email routing and filtering rules.
{
domain: "mammoth-ethyl.net"
inbound: {
mx_records: [
"mx1.mammoth-ethyl.net"
"mx2.mammoth-ethyl.net"
]
spam_filter: {
enabled: true
threshold: 7
action: "quarantine"
}
dkim: {
enabled: true
selector: "default"
key_size: 2048
}
}
outbound: {
relay: "smtp.mammoth-ethyl.net"
port: 25
tls: true
rate_limit: {
per_minute: 457
per_hour: 2455
}
}
}