Extract of /var/log/maillog<br />
----------------------------<br />
Mar 5 08:41:01 pbx postfix/sendmail[12604]: warning: the Postfix sendmail command has set-uid root file permissions<br />
Mar 5 08:41:01 pbx postfix/sendmail[12604]: warning: or the command is run from a set-uid root process<br />
Mar 5 08:41:01 pbx postfix/sendmail[12604]: warning: the Postfix sendmail command must be installed without set-uid root file permissions<br />
Mar 5 08:41:02 pbx postfix/pickup[11960]: 0C6002AA189: uid=498 from=<root><br />
Mar 5 08:41:02 pbx postfix/cleanup[12606]: 0C6002AA189: message-<br />
<br />
Cron version seems to be buggy acording <br />
<br />
<br />
$ ls -l /usr/sbin/sendmail /usr/sbin/crond /etc/alternatives/mta /usr/sbin/sendmail.postfix<br />
lrwxrwxrwx 1 root root 26 Mar 4 10:48 /etc/alternatives/mta -> /usr/sbin/sendmail.postfix<br />
-rwxr-xr-x 1 root root 58976 Jul 19 2011 /usr/sbin/crond<br />
lrwxrwxrwx 1 root root 21 Mar 4 10:48 /usr/sbin/sendmail -> /etc/alternatives/mta<br />
-rwxr-xr-x 1 root root 207696 Dec 3 05:57 /usr/sbin/sendmail.postfix<br />
<br />
$ rpm -qa | grep cron<br />
cronie-anacron-1.4.4-7.el6.i686<br />
crontabs-1.10-33.el6.noarch<br />
cronie-1.4.4-7.el6.i686<br />
<br />
According google search it seems to be a boggus cronie
↧