Lowest Number MX Record Points to Local Host Rejected RCPT Error Laagste aantal MX-record wijst op de lokale host verworpen RCPT fout
When MTA (Mail Transport Agent) such as Sendmail and Exim attemps to relay and transmits email through the mail server while receiving mail from external address to local account, the mail will not get delivered and been rejected with the one or all of following errors in the maillog log file. Wanneer MTA (Mail Transport Agent), zoals Sendmail en Exim bezig om relais en e-mailadres doorgeeft via de mail server voor de ontvangst van externe mail-adres aan lokale account, wordt de mail worden niet geleverd en werd verworpen met de een of alle van de volgende fouten in maillog het logbestand.
2007-08-05 08:08:88 H=(example.com) [196.172.0.188] sender verify defer for 2007-08-05 08:08:88 H = (example.com) [196.172.0.188] afzender verifiëren uitstel voor
: lowest numbered MX record points to local host : Laagste genummerde MX-record wijst op de lokale host
2007-08-05 08:08:88 H=(example.com) [196.172.0.188] F= 2007-08-05 08:08:88 H = (example.com) [196.172.0.188] F =temporarily rejected RCPT user@example.com: Could not complete sender verify tijdelijk verworpen RCPT user@example.com: Could not complete afzender verifiëren
2007-08-05 08:08:88 H=mail.example.com [196.172.0.188] F= 2007-08-05 08:08:88 H = mail.example.com [196.172.0.188] F =rejected RCPT verworpen RCPT : relay not permitted : Relais niet toegestaan
The cause for the problem can either be because that the MX DNS record for the domain zone of destination recipient (local host) is wrong, or because (most likely reason anyway) that during the verify sender and recipient condition in RCPT ACL phase, the example.com is not recognized as a local domain, nor is the remote host allowed to relay. De oorzaak van het probleem kan worden omdat dat de MX-record voor de DNS-domein zone van bestemming ontvanger (local host) fout is, of omdat (de meest waarschijnlijke reden toch) dat tijdens de verificatie van de afzender en ontvanger voorwaarde in RCPT ACL fase, de example.com wordt niet herkend als een lokaal domein, noch is de host op afstand toegestaan om relais.
To solve the issue, check whether the domain MX record in DNS name servers to verify that it’s pointing to the correct mail server. Om het oplossen van het probleem, controleer of het domein MX-record in de DNS-servers om te controleren dat het wijst naar de juiste mailserver. If MX record is correct, ensure that the destination domain is properly designated as the local-domain to allow Sendmail or Exim to know that they suppose to receive the mail without querying DNS again. Als MX-record correct is, moet u ervoor zorgen dat de bestemmings-domein correct is aangewezen als de lokale domein toe te staan of Sendmail Exim weten dat ze veronderstellen de mail te ontvangen, zonder DNS queries weer. To do so, insert the affected domain to the server’s domain lists into the following config file, depending on your flavor of Linux or Windows OS, and which MTA you’re using. Om dit te doen, plaatst u de betreffende domeinnaam naar de server voor het domein van de lijsten in de volgende config bestand, afhankelijk van uw smaak van Linux of Windows OS, en MTA die u gebruikt.
/etc/localdomains (Exim) / etc / localdomains (Exim)
/etc/mail/local-host-names (Sendmail) / etc / mail / local-host-namen (Sendmail)
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. BELANGRIJK: Dit is een machine vertaalde pagina die wordt verstrekt "as is" zonder garantie. Machine translation may be difficult to understand. Machine vertaling wellicht moeilijk te begrijpen. Please refer to Raadpleeg original English article origineel Engels artikel whenever possible. als dat mogelijk is.
Share and contribute or get technical support and help at Aandeel en bijdragen of het vinden van technische ondersteuning en hulp bij My Digital Life Forums My Digital Life Forums .
Related Articles Gerelateerde artikelen
- Cannot Display the Webpage and Host/Server Not Found or Available Error - EnablePMTUDiscovery MTU Fix Kan niet weergeven van de webpagina en Host / Server niet gevonden of Beschikbaar Error - EnablePMTUDiscovery MTU Fix
- Error Has Occurred While Establishing A Connection To SQL Server 2005 Which Does Not Allow Local and Remote Connections Fout is opgetreden tijdens het maken van een verbinding met SQL Server 2005 die niet in de mogelijkheid dat de lokale en externe verbindingen
- Unable to Open Hard or USB Flash Drive with Windows Script Host Cannot Find Script File autorun.vbs Error Unable to open hard-of USB Flash Drive met Windows Script Host niet kunt vinden scriptbestand autorun.vbs fout
- Rejected iPod Engravings Verworpen iPod Gravures
- Via Announced Lowest Power x86 Processor Via aangekondigd laagste stroomverbruik x86-processor
- Ivy League Grad Gets Lowest SAT Score as Experiment Ivy League krijgt Grad laagste SAT gast als experiment
- Internal Error 2739 Error in Vista (32 or 64-bit) When Install Adobe Photoshop CS3 and Reflector Related Programs Interne Fout 2739 Fout in Vista (32 of 64-bit) Wanneer Installeren Adobe Photoshop CS3 en Reflector Verwante Programma's
- Cannot FTP to Web Host or Server running cPanel/WHM Kan geen FTP-to Web Host-of Server waarop cPanel / WHM
- How to Change Hostname in cPanel Web Host How to Change Hostname in cPanel Web Host
- PHP Parse Error: syntax error, unexpected $end PHP Parse Error: syntax error, onverwachte $ end


























November 20th, 2007 09:43 20 november 2007 09:43
Thanks for this; it helped me fix a problem. Bedankt voor deze, maar hielp me vast een probleem. Exim’s documentation only wanted to tell me that I was probably inept (and I probably am). Exim de documentatie alleen maar willen zeggen dat ik me onbekwaam was waarschijnlijk (en ik ben waarschijnlijk).
December 12th, 2007 22:37 12 december 2007 22:37
This really helped me. Dit is echt hielp me. Thanks so much! Hartstikke bedankt!
April 11th, 2008 22:21 11 april, 2008 22:21
Thank you so much. Heel erg bedankt. That helped. Dat hielp. The domain that was having problems with was missing in /etc/localdomains . Het domein dat had wat problemen met ontbrak in / etc / localdomains. I added it and there it went fine….. Ik toegevoegd en zie daar ging prima ... .. thank a lot. heel veel dank.