On Saturday 20 May 2006 12:05, Per Dalgas Jakobsen wrote: > Idea for a solution: > Let my server accept any mail from backup-MX, still scanning for spam, > but instead of rejecting mail, then just pipe /dev/null.
Don't do that. Silently eating messages violates RFCs and is generally evil. Do the exact same checks on your secondary MX's as your primary MX, without exception. Mail from the secondary MX should be trusted and accepted without restraint by the primary MX. -- Casey Allen Shobe | [EMAIL PROTECTED] | 206-381-2800 SeattleServer.com, Inc. | http://www.seattleserver.com -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
