Email Bounces Back with “unrouteable mail domain” Error Email Відмови Перейти на "unrouteable пошти домену" помилка

At your own mail server provided by the web hosting service, where the mail transfer agent (MTA) is normally Exim or Sendmail, there may be email sending and delivery error where emails include those auto-generated by PHP scripts bounce back to the sender's account by the MTA itself. На свій власний поштовий сервер, представленої на веб-хостингу, де Mail Transfer Agent (MTA), як правило, Exim і Sendmail, може відправки електронної пошти та доставки повідомлень про помилку, коли включити ці авто-породжених PHP скрипти повернення назад до відправнику рахунку MTA на себе. The problem normally happens during the initial setup of email server, or after you have done some changes to system or web host configuration. Ця проблема зазвичай відбувається під час початкової настройки сервера електронної пошти, або після того, як Ви зробили деякі зміни в систему або веб-хост конфігурації. And even emails send to well known domains such as Gmail.com, Yahoo.com and Hotmail.com are rejected. І навіть листи послати відомих областей, таких як Gmail.com, Yahoo.com і Hotmail.com відкидаються. The following text message will append to the bounced email: Нижченаведений текст повідомлення додається до повернення повідомлення:

Mail delivery failed: returning message to sender Пошта доставки не вдалося: повертаються відправнику повідомлення

A message that you sent could not be delivered to one or more of its А повідомлення про те, що ви послали вони не може бути доставлено одному або декільком з своїх
recipients. адресатів. This is a permanent error. Це постійні помилки. The following address(es) failed: Наступну адресу (а) не вдалося:

xxx@hotmail.com xxx@hotmail.com
unrouteable mail domain “hotmail.com” unrouteable пошти домену "hotmail.com"

The unrouteable mail domain error message is a very general error message of mail server which could means a lot of things and possible causes of error. У unrouteable пошти домену помилку дуже загальне повідомлення про помилку від поштового сервера, які можуть означає багато речей і можливих причин виникнення помилок. List below is a few common causes and its possible solution. Список нижче наведено кілька причин, і її можливе рішення.

If you're using cPanel, the “unrouteable mail domain” error may occur when MTA hit the limit on the maximum number of e-mails sent out per hour. Якщо ви використовуєте CPanel, то "unrouteable пошти домену" помилка може статися, коли МТА потрапила в обмеження на максимальну кількість електронних листів розіслано на годину. The setting is configured at Tweak Settings section of cPanel WebHost Manager (WHM). Встановлення налаштований на Регулювання налаштувань розділу CPanel хостингу Manager (WHM). Look for the option of “The maximum each domain can send out per hour (0 is unlimited)”. Шукайте варіант "Максимальний кожного домену може направити на годину (0 необмежений)". As mentioned, set it to 0 for unlimted emails sending. Як уже згадувалося, встановити його в 0 для відправлення листів unlimted. If you're using shared hosting, you can change this setting, but you can request support from hosting company or just wait out the hour. Якщо ви користуєтеся загальним хостингом, ви можете змінити цю настройку, але ви можете звернутися за підтримкою хостингу компанії або просто почекати на годину. This limit is in place to curb any spam attacks that might take place on the servers. Це обмеження з метою припинення будь-яких нападів спаму, які можуть зайняти місце на серверах.

Another possible cause for “unrouteable mail domain” problem when sending mail generated by PHP scripts is the security feature of the web host and Apache HTTPD PHP module. Інший можливою причиною для "unrouteable пошти домену", коли проблеми з відправкою пошти, породжених PHP скрипти є можливість забезпечення безпеки у веб-хостингу і Apache HTTPD PHP модуля. In cPanel, it's possible to set “nobody” account which Apache is running is not allowed to send emails to remote or external email addresses. У CPanel, можна встановити "ніхто" облікового запису, який Apache запущений не дозволяється відправляти повідомлення у віддалені чи зовнішні адреси електронної пошти. If the setting is enabled, the MTA will bounce the e-mails if PHPSuexec or/and Suexec is turned off and disabled. Якщо функція включена, MTA буде відмов електронної пошти, якщо PHPSuexec та / або Suexec відключена та інвалідів. The resolution or solution to this problem is to unselect the “Prevent the user “nobody” from sending out mail to remote addresses (PHP and CGI scripts generally run as nobody if you are not using PHPSuexec and Suexec respectively.)” setting in Tweak Settings section of cPanel WHM. У резолюції або рішення цієї проблеми полягає в тому, щоб скасувати вибір "Заборонити користувачеві" ніхто "з відправленням пошти у віддалені адреси (PHP і CGI скрипти зазвичай запустити як ніхто, якщо ви не використовуєте PHPSuexec і Suexec відповідно.)" Встановлення в Tweak Настройки розділ WHM CPanel. If you're on shared hosting server and with no access to WHM, again you have to contact the hosting service provider for support and resolution. Якщо ви на загальних хостинг-сервери, і не маючи доступу до WHM, ви знову зверніться до хостинг-послуг для підтримки та дозволи. You can also try to modify the PHP scripts to send emails using SMTP with authentication. Ви також можете спробувати змінити скрипти для відправки електронної пошти з використанням SMTP автентифікації.

The unable to send email problem may also related to DNS configuration error. В вдалося відправити лист проблему, можливо, також пов'язані з DNS помилка конфігурації. The originating mail server for a domain must have an MX record associated with it, which then also need to have a A record in the DNS to resolve to the correct IP address. В відбуваються поштового сервера для домену повинні мати MX записи, пов'язані з ним, який потім також повинні мати запис в DNS для дозволу на правильний IP-адресу. Beside, Internet Service Providers require all incoming email to be sent from a server with a reverse DNS (PTR) record. Крім того, провайдери Інтернет-послуг вимагає від усіх вхідних повідомлень електронної пошти для передачі з сервера при зворотному DNS (PTR) записи. All these DNS records must be correctly defined. Всі ці записи DNS повинні бути правильно визначені. You can use dig command (for example: dig mx mydomain.com) to verify the MX record, or use third-party websites such as Ви можете використовувати команду копати (для прикладу: DIG MX mydomain.com) для перевірки MX запису, або використовувати сторонні веб-сайти, такі, як dnsstuff.com dnsstuff.com to check for all DNS entries. для перевірки всіх записів DNS.

The sender's mail server or recipient's mail server may also has sender verification turns on, in which if the verification fails, you will have some error like below: Відправник поштового сервера або одержувач поштового сервера, можливо, також має відправника перевірка включає, в якому, якщо перевірка не вдається, Ви будете мати деякі похибки, як нижче:

Remote SMTP server has rejected address Віддалений сервер SMTP відхилив адреса

550-Verification failed for 550 Контрольної "не для unrouteable mail domain “mydomain.com” Sender verify failed unrouteable пошти домену "mydomain.com" Відправник "не перевіряти

If it's your own mail server MTA that's rejecting the email, you can temporarily turn off “Verify the existence of email senders” in cPanel WHM under Exim or Sendmail Configuration Editor in Service Configuration section. Якщо це ваш власний поштовий сервер МТА що відмова від електронної пошти, Ви можете тимчасово відключити "Перевірити наявність електронної пошти відправників" в WHM CPanel під Exim або Sendmail конфігурації редактора служби конфігурації розділу. However, the root cause is still related to DNS problem mentioned above as the setting enables check and verify if the MX record of the sender is valid. Тим не менш, основною причиною, як і раніше, пов'язані з DNS проблеми, згадані вище в якості параметра дозволяє перевірити та переконатися, якщо MX запис відправника діє. So if the mail server unable to route the mails to recipients' MTA and been rejected with the error, you will need to verify the the DNS entries again, although there is slim chance that the receiving mail server is misconfigured. Таким чином, якщо поштовий сервер не може маршрутізіровать пошту одержувача 'MTA і був відхилений з помилкою, то вам потрібно перевірити DNS-записи ще раз, хоча і є слабка надія, що приймає поштовий сервер є неправильною.

IMPORTANT : The page is machine translated and provided "as is" without warranty. Увага: Ця сторінка машина переведена і надаються "як є" без гарантії. Machine translation may be difficult to understand. Машинний переклад може бути важким для розуміння. Please refer to Будь ласка, зверніться до original English article Англійська оригінальні статті whenever possible. коли це можливо.


Leave a Reply Залишити Відповісти

Ім'я

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Ви можете використовувати ці теги: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <дель Datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Підписатися на коментарі функція була відключена. To receive notification of latest comments posted, subscribe to Щоб отримувати повідомлення про останніх коментарів, підписка на My Digital Life Comments RSS feed Моя Цифрова життя Коментарі RSS канал or або register to receive зареєструватися, щоб отримати new comments in daily email digest. нових коментарів у щоденній електронній пошті дайджест.
Custom Search

New Articles Нові статті

Incoming Search Terms for the Article Вхідний Умови пошуку для статті

550 Unrouteable address 550 Unrouteable адреса - -- Unrouteable address Unrouteable адреса - -- 550 unroutable address 550 unroutable адреса - -- 550-Unrouteable address 550 Sender verify failed 550 Unrouteable адреса відправника перевірити 550 Failed - -- 550-Unrouteable address 550 Unrouteable адреса - -- 550 550 unrouteable address (state 14). 550 550 unrouteable адреса (стан 14). - -- 550 unrouteable address 550 unrouteable адреса - -- unrouteable mail domain unrouteable пошти домену - -- 550 550 Unrouteable address (state 14) 550 550 Unrouteable адреса (стан 14) - -- 550-Unrouteable address 550 Sender verify failed 550 Unrouteable адреса відправника перевірити 550 Failed - -- smtp;550 Unrouteable address SMTP; 550 Unrouteable адреса - -- "550 unrouteable address" "550 unrouteable адресу" - -- unroutable address unroutable адреса - -- bounce emails back to sender відмов листи назад відправникові - -- 550 unrouteable address (state 14) 550 unrouteable адреса (стан 14) - -- unrouteable mail domain exim unrouteable пошти домену Exim - -- unrouteable mail domain "hotmail.com" unrouteable пошти домену "hotmail.com" - -- 550-unrouteable mail domain 550 unrouteable пошти домену - -- smtp 550 unrouteable address 550 unrouteable SMTP-адреса - -- Unrouteable address Sender verify failed Unrouteable адреса відправника перевірити Failed - -- sender verify fail for Unrouteable address відправника перевірити Fail за Unrouteable адреса - -- 550 Unrouteable 550 Unrouteable - -- unrouteable mail domain unrouteable пошти домену - -- wordpress blogs Wordpress блоги - -- exim unrouteable mail domain Exim unrouteable пошти домену - -- unrouteable mail domain "gmail.com" unrouteable пошти домену "gmail.com" - -- 550-unrouteable mail domain 550 unrouteable пошти домену - -- 550-unrouteable mail domain "gmail.com" 550 unrouteable пошти домену "gmail.com" - -- #550 Unrouteable address ## # 550 Unrouteable адреса # # - -- 550-Unrouteable address 550 Sender verification failed 550 Unrouteable адреса відправника 550 Помилка перевірки - -- 550 cuda_nsu unrouteable address 550 cuda_nsu unrouteable адреса - -- 550 550 Unrouteable address 550 550 Unrouteable адреса - -- 550 Sender verify failed (state 14). 550 відправника перевірити Помилка (14 державних). - -- 550-Unrouteable address 550 Sender verify failed ## 550 Unrouteable адреса відправника перевірити 550 Помилка # # - -- 550 unroutable 550 unroutable - -- "sender verify fail for" yahoo domains "відправника перевірити Fail за" Yahoo доменів - -- smtp;550 No such domain at this location hotmail SMTP; 550 Немає такого домену на цьому місці Hotmail - -- "Unroutable email address" "Unroutable адреса електронної пошти" - -- bounce email back to sender відмов лист назад відправнику - -- "550-unrouteable mail domain" "550-unrouteable пошта домену" - -- Unrouteable address cpanel Unrouteable адреса Cpanel - -- sender verify fail for Unrouteable address відправника перевірити Fail за Unrouteable адреса - -- mailmarshal 550-Verification failed for 550-Unrouteable address 550 Sender address rejected: Domain not found mailmarshal 550 Контрольної "не для 550-Unrouteable адресу 550-адреса відправника відхилив: Домен не знайдено - -- The error that the other server returned was: 550 550 unrouteable address (state 14) Виправлена помилка, що інший сервер було повернуто: 550 550 unrouteable адреса (стан 14) - -- windows server 2003 change domain maximum emails per hour Windows Server 2003 змінити домен максимум листів за годину - -- unroutable mail domain unroutable пошти домену - -- Unrouteable domain Unrouteable домену - -- 550 unrouteable address 550 unrouteable адреса - -- 550 No such domain at this location 550 Немає такого домену на цьому місці - -- 550-Unrouteable address 550 Sender verify failed (state 14). 550 Unrouteable адреса відправника перевірити 550 Помилка (14 державних). - --