Lowest Number MX Record Points to Local Host Rejected RCPT Error Najnižja Število MX zapisa opozarja na Local Host Zavrnjeno RCPT Napaka
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. Ko je MTA (Mail Transport Agent), kot so Sendmail in Exim attemps na rele in pošilja prek e-poštnega strežnika, medtem ko prejema od zunanjih mail naslov za lokalni račun, mail naslov ne bo dobil dostavljene in bili zavrnjeni, z eno ali vse od naslednjih napak maillog log datoteko.
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] pošiljatelj odloži za preverjanje
: lowest numbered MX record points to local host : Najnižja oštevilčene MX zapis opozarja, da lokalne gostiteljske
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 začasno zavrnil RCPT user@example.com: Ne morem se popolnoma pošiljatelja preveri
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 zavrnjena RCPT : relay not permitted : Rele ni dovoljeno
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. Vzrok za težave lahko bodisi zato, ker DNS MX zapis za domeno namembno območje prejemnika (lokalne gostiteljske) je narobe, ali zato, ker (verjetno razlog v vsakem primeru), da v času preveri pošiljatelja in prejemnika pogoj v fazi RCPT ACL, example.com ni prepoznan kot lokalni domeni, niti ni dovoljeno, da oddaljenim gostiteljem rele.
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. Da bi rešili težavo, preverite, ali zapis domene MX v imenskih strežnikov DNS, da preverite, če so kazali na pravilno poštnega strežnika. 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. Če MX zapis pravilno, zagotovijo, da ciljne domene pravilno označena kot lokalni domeni, da se omogoči Sendmail ali Exim vedeti, da so kot možno prejeti pošto brez poizvedovanje DNS znova. 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. To storite tako, vstavite prizadeta področja za strežnika domene navaja v datoteko config, glede na vaš okus Linux ali Windows OS in ki MTA, ki jo uporabljate.
/etc/localdomains (Exim) / etc / localdomains (Exim)
/etc/mail/local-host-names (Sendmail) / etc / mail / local-host-imena (Sendmail)
IMPORTANT : The page is machine translated and provided "as is" without warranty. POMEMBNO: stran je stroj prevod in če "kot je" brez garancije. Machine translation may be difficult to understand. Strojno prevajanje je lahko težko razumeti. Please refer to Prosimo, da original English article original angleški člen whenever possible. kadar je to mogoče.
Related Articles Povezani članki
- Cannot Display the Webpage and Host/Server Not Found or Available Error – EnablePMTUDiscovery MTU Fix Ne morem izložba Webpage ter stanodajalec / pomočnik ne ustanavljati ali pri roki zmota - EnablePMTUDiscovery MTU pritrditi
- Host Process for Windows Services Has Stopped Working Error – Workaround Fix Host proces za Windows Services je prenehal delovati Error - Workaround pritrditi
- Turn Off DNS Prefetching in Google Chrome to Fix Resolving Host and Cannot Load Page Error Turn Off DNS prefetching v Google Chrome popraviti Reševanje gostitelja in ne morem Page Load Error
- How to Check, Test and Validate SPF Record in DNS is Correct and Valid Kako preverite, preizkusi in validira SPF Snemanje v DNS je pravi ter veljaven
- Email Bounces Back with “unrouteable mail domain” Error E-pismo odbije nazaj s "unrouteable mail domena" Error
- Error Has Occurred While Establishing A Connection To SQL Server 2005 Which Does Not Allow Local and Remote Connections Prišlo je do napake Medtem ko se vzpostavi povezava za SQL Server 2005, ki ne omogoča lokalno in oddaljeno Connections
- How to Change Hostname in cPanel Web Host Kako v sprememba Hostname v cPanel Web Host
- Unable to Open Hard or USB Flash Drive with Windows Script Host Cannot Find Script File autorun.vbs Error Nezmožen razkleniti trd ali USB trenutek voziti se s okno scenarij stanodajalec ne morem odkriti scenarij pila autorun.vbs Napaka
- How to Set Up and Create Sender Policy Framework (SPF) Domain DNS TXT Record with Wizard Kako vzpostaviti in Create Sender Policy Framework (SPF) Domain DNS TXT Record z Wizard
- Exim Sender Verify Callout or Callback Could Not Complete or Verification Failed Error Exim Sender Preverite Oblaček ali Callback strjena lava ne celoten ali ne zadostovati zmota Preverjanje










































August 5th, 2009 07:30 5. avgust 2009 07:30
Thanks, I have a CPanel server and the customer was scewing with subdomains and must of somehow deleted the root domain from /etc/localdomains somehow. Hvala, imam Cpanel strežnik in stranka je bila z scewing poddomene in morata biti nekako izbriše domeno iz root / etc / localdomains nekako. This could be a CPanel bug, but adding the domain fixed it right away! To bi lahko bug Cpanel, vendar dodaja določeno domeno to takoj! Thanks! Hvala!
January 11th, 2009 17:21 11. januar 2009 17:21
I have got this problem. Imam to težavo. I am tired, I don't see way how to resolve it Jaz sem utrujen, ne vidim načina, kako rešiti
Exim on Debian linux, and there no any Exim na Debian linux, in da ni vse
“/etc/localdomains” "/ Etc / localdomains"
Where can be alternative config file ? Kadar se lahko alternativni config file?
April 11th, 2008 22:21 11. april 2008 22:21
Thank you so much. Hvala lepa. That helped. To je pomagalo. The domain that was having problems with was missing in /etc/localdomains . Domeno, ki je imel težave z bil odsoten v / etc / localdomains. I added it and there it went fine….. Dodal sem ga in tam je šlo lep ... .. thank a lot. hvala veliko.
December 12th, 2007 22:37 12. december 2007 22:37
This really helped me. To res mi je pomagal. Thanks so much! Hvala toliko!
November 20th, 2007 09:43 20. november 2007 09:43
Thanks for this; it helped me fix a problem. Hvala za to, da pomočnik mi pritrditi naloga. Exim's documentation only wanted to tell me that I was probably inept (and I probably am). Dokumentacija Exim je samo hotel povedati, da sem bil verjetno Nevičan (in jaz sem verjetno).