Lowest Number MX Record Points to Local Host Rejected RCPT Error MX menor número recorde de pontos locais de acolhimento rejeitou RCPT erro
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. Quando MTA (Mail Transport Agent), tais como Sendmail e Exim tenta relay e transmite e-mail através do servidor de e-mail ao receber um e-mail da conta externa endereço para o local, o correio electrónico não terá sido entregue e rejeitado com uma ou de todas as seguintes erros em maillog o arquivo de registro.
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] verificar remetente para adiar
: lowest numbered MX record points to local host : Menor numeradas registro MX pontos de locais de acolhimento
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 temporariamente rejeitada RCPT user@example.com: Não foi possível completar verificar remetente
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 rejeitadas RCPT : relay not permitted : Relé não permitido
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. A causa para o problema pode ser tanto uma vez que o registro MX DNS para o domínio da zona de destino beneficiário (máquina local) é errado, ou porque (razão mais provável anyway) verificar que, durante o remetente eo destinatário na condição RCPT ACL fase, o example.com não é reconhecido como um domínio local, nem é a permissão para relay host remoto.
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. Para resolver o problema, verifique se o domínio registro MX, em nome servidores DNS para verificar se ele está apontando para o servidor de e-mail correto. 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. Se registro MX é correcta, garantir que o destino domínio está devidamente designado como o local de domínio para permitir o Exim Sendmail ou de saber que suponha a receber o correio sem consulta DNS novamente. 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. Para fazer isso, insira o domínio para o servidor afetado domínio do listas em arquivo a seguinte configuração, dependendo de seu sabor de Linux ou Windows OS, e que você está usando o MTA.
/etc/localdomains (Exim) / etc / localdomains (Exim)
/etc/mail/local-host-names (Sendmail) / etc / mail / local-host-nomes (Sendmail)
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Esta é uma página traduzida máquina que é fornecida "como está" sem garantia. Machine translation may be difficult to understand. A tradução automática pode ser difícil de compreender. Please refer to Por favor, consulte a original English article Inglês original article whenever possible. sempre que possível.
Share and contribute or get technical support and help at Compartilhe e contribuir ou obter suporte técnico e ajudar a My Digital Life Forums Minha vida digital Fóruns .
Related Articles Artigos relacionados
- Email Bounces Back with “unrouteable mail domain” Error Email Rejeições Volta a "unrouteable mail domain" Erro
- How to Change Hostname in cPanel Web Host Como alterar a Hostname em cPanel Web Host
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Status Apache (whm-server-status), em cPanel WebHost Manager Retorna página em branco
- cPanel Invalid License File After Changing Hostname Error cPanel Licença inválida após mudar arquivo host erro
- SPF Validation - Sender Profile Framework Testing and Checking Tool SPF validação - remetente perfil quadro de ensaio e verificação ferramenta
- Rejected iPod Engravings Rejeitada iPod Gravuras
- Request URL /server-status or 404 Page Not Found Apache Error Pedido URL / server-status ou 404 Página não encontrada Apache Error
- Ivy League Grad Gets Lowest SAT Score as Experiment Ivy League Grad recebe mais baixa pontuação SAT como experimento
- Oracle PL/SQL ORA-00947 Not Enough Values Error Oracle PL / SQL ORA-00947 não basta valores erro
- Trick to Enable and Allow Windows XP and Vista Remote Desktop Login Without Password (or With Blank Null Password) Truque para permitir e permitir que o Windows XP eo Vista Remote Desktop login sem senha (password nulo ou em branco)

































November 20th, 2007 09:43 20 de novembro de 2007 09:43
Thanks for this; it helped me fix a problem. Graças a esta e que me ajudaram a corrigir um problema. Exim’s documentation only wanted to tell me that I was probably inept (and I probably am). Exim da documentação só queria dizer-me que eu era provavelmente inepto (e eu sou provavelmente).
December 12th, 2007 22:37 12 de dezembro de 2007 22:37
This really helped me. Isso realmente me ajudou. Thanks so much! Graças tanto!
April 11th, 2008 22:21 11 de abril de 2008 22:21
Thank you so much. Muito obrigado. That helped. Isso ajudou. The domain that was having problems with was missing in /etc/localdomains . O domínio que estava tendo problemas com estava faltando no arquivo / etc / localdomains. I added it and there it went fine….. Eu adicionei-lo e ele foi lá muito bem… .. thank a lot. agradeço muito.