Nyr
Active Member
Is relatively useful.Also should add backup mail server to the guide. Some people may not want it, just like with postgrey the MTA will always retry later if the connection times out or is rejected or whatever, but backup is useful.
I mean, back in the old days, it was really needed, email wasn't as standardized as it is today and you could really miss some emails if your server was down. Today, if a server is down, the remote MTA will try to deliver the message for several days (4-5 days as per a RFC IIRC).
That means, running a backup server it's useful more than anything so you control when that mails are delivered when your primary MX returns.
The problem is: a misconfigured mail server can and will get abused by spammers. The rule of thumb this days seems to bethat if you can't run a backup server as secure as your primary MX, don't run one at all. This is important because many backup servers will accept emails for all addresses, existing or not on a domain, even all email for any domain at all. And if proper filtering isn't implemented, you end up with RBLs not working as they should when spam is forwarded to your main server, etc...
Not only this, due backup servers usually being less protected than the primary MX, spammers usually deliver to the lower priority servers directly, since they are more prone to acept and forward the spam, so this isn't only a problem when your first MX is down.
Just my two cents