iredmail安装报错hostname: Unknown host

in linux with 0 comment

执行:bash iRedMail.sh

报错:hostname: Unknown host

< ERROR > Please configure a fully qualified domain name (FQDN) in

/etc/hosts before we go further.

Example:

127.0.0.1   imail.iredmail.org imail localhos​

解决方法:vi /etc/hosts​

添加一行信息:127.0.0.1   vps.mail.xyz mail localhost

Responses