Qmail ausgang funzt manchmal nicht

Hallo,

ich brauche mal die Hilfe von jemandem, der/die sich richtig gut mit email und qmail auskennt.

Ich versende mit qmail und manche emails bleiben einfach stundenlang in der remote queue liegen. Ich habe das Gefühl vor allem aol.com-Empfänger.

Erste Frage: Was ist der Unterschied zwischen local und remote queue
Zweite: Wenn die emails noch mit qmail-qstat zu sehen sind, heißt das, daß sie noch nicht rausgegangen sind?
Drittens: Warum nur manche emails? Die meisten gehen problemslos raus.

Hier mal ein Header von einer der emails

Received: (qmail 14087 invoked by uid 60000); 27 May 2007 07:01:40 -0000
Received: from 217.82.175.2 by h1047633 (envelope-from , uid 60004) with qmail-scanner-1.24st SA 24
 (spamassassin: 3.0.4.
 Clear:RC:0(217.82.175.2):SA:0(0.0/5.0):.
 Processed in 2.838615 secs); 27 May 2007 07:01:40 -0000
X-Spam-Status: No, hits=0.0 required=5.0
X-Envelope-From: [email protected]
Received: from unknown (HELO ?192.168.2.100?) ([email protected]@217.82.175.2)
 by tantraazentrum.de with SMTP; 27 May 2007 07:01:37 -0000
Message-ID: 
Date: Sun, 27 May 2007 09:01:08 +0200
From: Dirk Liesenfeld 
Reply-To: [email protected]
Organization: Tantraazentrum
User-Agent: Thunderbird 2.0.0.0 (Windows/20070326)
MIME-Version: 1.0
To: [email protected]
Subject: Re: Instituteintrag-Antrag:
References: 
In-Reply-To: 
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 8bit
X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on
 h10476333.serverkompetenz.net
X-Spam-Level:
X-Qmail-Scanner-MOVED-X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed
 version=3.0.4

Hallo Lars,

alle Infos findest Du unter:

Nachtrag:
Habe in den logs folgendes gefunden:

delivery 205240: failure: CNAME_lookup_failed_temporarily._(#4.4.3)/I’m_not_going_to_try_again;_this_message_has_been_in_the_queue_too_long./

Und dazu habe ich im Internet was gefunden, weiß aber nicht, was das bedeutet und was ich nun tun kann?


Qmail has an issue with receiving more than 512 chars from the dns lookup (dig mx domain.com) and therefore doesn’t read the ip address to connect to properly. This happens for large domains like AOL.com, Earthlink, etc.

The band-aid solution is to install djbdns (a local dns caching server) by Dan which can read large dns lookups and trim them down to contain the relevant information.

Before, I had lots of cname lookup errors in my sent log, now with the dbjdns running the cname lookup errors have disappeared.

Nachtrag:
Habe in den logs folgendes gefunden:

delivery 205240: failure:
CNAME_lookup_failed_temporarily._(#4.4.3)/I’m_not_going_to_try_again;_this_message_has_been_in_the_queue_too_long./

Fas ist die entscheidende Meldung.

Und dazu habe ich im Internet was gefunden, weiß aber nicht,
was das bedeutet und was ich nun tun kann?


Qmail has an issue with receiving more than 512 chars from the
dns lookup (dig mx domain.com) and therefore doesn’t read the
ip address to connect to properly. This happens for large
domains like AOL.com, Earthlink, etc.

"qmail hat Probleme mit großen Antworten von Nameservern, wenn diese mehr als 512 Zeichen lang sind und bekommt deshalb nicht die IP-Adrese auflösen, die für eine korrekte Verbindung zuständig ist. Dies betrifft Domains mit großen DNS-Antworten woe AOL.com, Earthlink und andere. "

**niehaus@ceramic:~$** dig mx aol.com

; \> DiG 9.3.4 \> mx aol.com
;; global options: printcmd
;; Got answer:
;; -\>\>HEADER




> The band-aid solution is to install djbdns (a local dns  
> caching server) by Dan which can read large dns lookups and  
> trim them down to contain the relevant information.



"Als Workaround kann man djbdns, einen localen DNS cache installieren, der große DNS-Antworten empfangen und auf ein für qmail verträgliches Maß reduzieren kann."


Kurz: Installiere djbdns. 


HTH,


Sebastian