atom feed34 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: MX lookup
FromSent OnAttachments
Lukas VeselyJul 29, 2002 8:39 am 
Sam VarshavchikJul 29, 2002 2:20 pm 
Lukas VeselyJul 30, 2002 7:59 am 
Sam VarshavchikJul 30, 2002 2:30 pm 
Johannes ErdfeltJul 30, 2002 3:02 pm 
Juha SaarinenJul 30, 2002 3:20 pm 
Sam VarshavchikJul 30, 2002 3:21 pm 
Johannes ErdfeltJul 30, 2002 3:32 pm 
Sam VarshavchikJul 30, 2002 5:35 pm 
Juha SaarinenJul 30, 2002 6:03 pm 
Juha SaarinenJul 30, 2002 6:13 pm 
Johannes ErdfeltJul 30, 2002 6:20 pm 
Johannes ErdfeltJul 30, 2002 6:37 pm 
Sam VarshavchikJul 30, 2002 6:47 pm 
Johannes ErdfeltJul 30, 2002 7:20 pm 
Tabor J. WellsJul 30, 2002 7:31 pm 
Sam VarshavchikJul 30, 2002 7:46 pm 
Juha SaarinenJul 30, 2002 8:05 pm 
Bill MichellJul 31, 2002 1:30 am 
Lukas VeselyJul 31, 2002 6:51 am 
Johannes ErdfeltJul 31, 2002 8:43 am 
Johannes ErdfeltJul 31, 2002 8:48 am 
Ben RosengartJul 31, 2002 9:23 am 
Moshe GurvichJul 31, 2002 9:32 am 
Lukas VeselyJul 31, 2002 9:36 am 
Lukas VeselyJul 31, 2002 9:36 am 
Lukas VeselyJul 31, 2002 9:36 am 
Lukas VeselyJul 31, 2002 9:36 am 
Lukas VeselyJul 31, 2002 10:12 am 
Anand BuddhdevJul 31, 2002 10:17 am 
Johannes ErdfeltJul 31, 2002 10:31 am 
Sam VarshavchikJul 31, 2002 2:41 pm 
Lukas VeselyAug 1, 2002 10:16 am 
Luc BrouardAug 6, 2002 12:34 pm 
Subject:Re: [courier-users] Re: MX lookup
From:Anand Buddhdev (ar@anand.org)
Date:Jul 31, 2002 10:17:42 am
List:net.sourceforge.lists.courier-users

On Wed, Jul 31, 2002 at 09:31:46AM -0700, Moshe Gurvich wrote:

This sounds like it could usefully be used as an option to configure; something like: --with-exhaustive-dns-traversal WARNING: enabling this option could lead to an effective Denial of Service attack on your mail server if a remote domain with multiple mail servers was suffering a DoS attack of its own. Enabling this option will force courier to always try every listed mail server for a remote domain, every pass through the mail queue, until it finds one that works. For a domain with many MX records, this could take a very long time if all the servers are unreachable, and this would slow down all other mail in the mail queue as well. If you don't set this option, courier will sometimes skip some MX records for a domain that it detects has problems. On later passes through the mail queue, it will eventually try all the listed servers. While this will occasionally delay individual items of mail that could have been delivered quicker, it will speed up delivery for other mail in the queue.

Why not option that specifies maximum number of tries to avoid loop lockup if all MX's are broken?

Another thing to keep in mind is that courier's esmtp module already limits the number of simultaneous connections to a single domain. Even if _all_ of hotmail's servers are down, only 4 delivery slots at most will be occupied. That still leaves many other delivery slots for other domains. I don't think courier will get bogged down. It might just waste some resources with those 4 connections for hotmail, but other mail will happily keep flowing.