我刚刚在 CentOS 6 服务器上设置了 OpenDKIM,但每次启动服务时都会收到以下警告:
Cannot determine host's domain name, so skipping default key generation.
/etc/sysconfig/network
我已经在和 中设置了服务器的主机名和域名,/etc/hosts
但 OpenDKIM 似乎无法获取该信息。
有什么想法可以修复此问题吗?
答案1
检查你的 /etc/hosts,必须像这样:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
93.170.131.123 myhost.com
答案2
设置后/etc/hosts
需要重新启动。