hongleimi 发表于 2015-11-25 10:05:09

sendmail 服务

  启动sendmail时报错:
  # service sendmail start
Startingsendmail: 451 4.0.0 /etc/mail/sendmail.cf: line 91: fileclass: cannotopen '/etc/mail/local-host-names': World writable directory
4514.0.0 /etc/mail/sendmail.cf: line 588: fileclass: cannot open'/etc/mail/trusted-users': World writable derectory
  解决方法:
  # chmod go-w / /etc /etc/mail /usr /var /var/spool /var/spool/mqueue
# chown root / /etc /etc/mail /usr /var /var/spool /var/spool/mqueue
# service sendmail start
Starting sendmail:                                       
页: [1]
查看完整版本: sendmail 服务