我没主意了。有人可以启发我吗?
ps -ef
给我看。
/usr/sbin/sendmail -FCronDaemon -i -odi -oem -oi -t -f root
/usr/sbin/postdrop -r
有谁知道这是什么原因?
我没主意了。有人可以启发我吗?
ps -ef
给我看。
/usr/sbin/sendmail -FCronDaemon -i -odi -oem -oi -t -f root
/usr/sbin/postdrop -r
有谁知道这是什么原因?
您的系统似乎使用 Postfix 进行邮件传递。
/usr/sbin/sendmail
将由CronDaemon调用以生成标准输出或标准错误输出,postdrop
并将写入某人的本地邮箱。确认哪个 cron 作业条目将生成stdout / stderr以检查cron 日志或检查邮箱/var/spoool/mail。
仅供参考:postdrop 手册页
http://www.postfix.org/postdrop.1.html
如果您运行(在类似 debian 的系统上)
apt-file search /usr/sbin/sendmail
,apt-file search /usr/sbin/postdrop
那么您可能会得到以下结果:这意味着该文件是由
postfix
软件包安装的。您可以使用以下方法删除它(如果您确定不需要它):