黄智勇 发表于 2015-11-25 10:55:43

CentOS启动时sendmail启动慢的解决方法

1.查看主机名

#hostname

2.修改/etc/sysconfig/network的主机名和/etc/hosts中的一样。

比如:/etc/sysconfig /network中的主机名字段如下:
HOSTNAME=localhost.localdomain
则/etc/hosts的主机名字 段应该为:
127.0.0.1 localhost.localdomain localhost
localhost.localdomain 必须对应到。
页: [1]
查看完整版本: CentOS启动时sendmail启动慢的解决方法