1

最近、godaddyを介してVPSの実行を開始しましたが、cPanelから次の自動生成メールを引き続き受信します。

Your hostname (server.mydomain.com) could not be resolved to an IP
address. This means that /etc/hosts is not set up correctly, and/or
there is no dns entry for server.mydomain.com. Please be sure that
the contents of /etc/hosts are configured correctly, and also that
there is a correct 'A' entry for the domain in the zone file.

Some or all of these problems can be caused by /etc/resolv.conf
being setup incorrectly. Please check that file if you believe
everything else is correct.

You may be able to automatically correct this problem by using the
'Add an A entry for your hostname' option under 'Dns Functions' in
your Web Host Manager.

メールのアドバイスに従い、Aエントリを追加しましたが、それでもエラーが発生します。

server.mydomain.comにDNSゾーンを追加しようとすると、WHMから通知がありますSorry, a DNS entry for server.mydomain.com already exists.

ただし、ホスト名を表示または編集するためのDNSゾーンがWHMにリストされていません。

server.mydomain.comを介してサーバーに接続できるので、ホスト名が実際に正しく解決されているように見えます。また、IPとエイリアスはに正しくリストされてい/etc/hostsます。

このメールを受信するのはなぜですか。この問題を解決するにはどうすればよいですか。

ありがとうございました。

4

1 に答える 1

2

通常、このエラーメールは、プライベートネームサーバーが正しく設定されていないために生成されます。また、DNSレコードが欠落している、破損している、または不適切にフォーマットされている可能性があります。

プライベートネームサーバーを使用している場合は、以下を確認してください。

  1. プライベートネームサーバーを正しいIPアドレスでレジストラに登録しましたか?
  2. プライベートネームサーバーごとにAレコードはありますか?
  3. それらを使用しているドメインのDNSゾーンに正しいネームサーバーがリストされていますか?
于 2013-04-29T19:55:24.267 に答える