我正在尝试设置 iRedmail 0.8.5,但一直收到此错误。
root@danielbts11:~# cd /home/iRedMail-0.8.5
root@danielbts11:/home/iRedMail-0.8.5# bash iRedMail.sh
hostname: Name or service not known
hostname: Name or service not known
< ERROR > Please configure a fully qualified domain name (FQDN) in /etc/hosts before we go further.
Example:
127.0.0.1 mail.iredmail.org mail localhost
我不知道要编辑的文件中要放什么。我的域名是 dbatease.com,我的 IP 是 74.91.123.215,运行的是 Ubuntu 13.04。
答案1
您编辑该/etc/hosts
文件以包含完全限定的主机名:
74.91.123.215 mail.dbatease.com mail
那应该使伎俩