发新话题
打印

sendmail出问题,求解

sendmail出问题,求解

之前启动收发邮件都很好,突然一次启动之后sendmail无法自动启动了,手动启动就出现下面的提示

[root@localhost mail]# sendmail &
[3] 1959
[root@localhost mail]# Recipient names must be specified
[3]+  Stopped                 sendmail

查看log文件提示
tail /var/log/maillog
Aug 16 23:16:49 localhost sendmail[11307]: l7GF8d4U011307: from=root, size=0, class=0, nrcpts=0, relay=root@localhost      

TOP

service sendmail restart      
Advance Monitor - Linux Monitoring Solution

TOP

我用的是独立运行方式,

service sendmail restart  没有用的      

TOP

sendmail一般是用独立方式运行的, 这样启动时有什么报错?      
Advance Monitor - Linux Monitoring Solution

TOP

Recipient names must be specified

直接提示的这样啊      

TOP

发新话题