Found! Source: http://ubuntuforums.org/showthread.php?t=1557127&p=9743741#post9743741
The file / etc / cron.d / sendmail seems to be auto-generated by sendmail.
"Sendmail crontab - Call sendmail at various times to do the following: 1) Age queues - move undelivered mail to a slower queue 2) Retry any mail queued by the message submission process 3) run the queues (deliver mail) if a standalone daemon is not desired"
So, if you go to
sudo nano /etc/cron.d/sendmail
and comment on the line that starts cron, I think everything is ready. But this is not the root of the problem.
I think you should go to edit this other file.
sudo nano /etc/mail/sendmail.conf
and scroll down to the "queue" sections, follow the built-in documentation and try until you get it :)
Hello!
chonz0
source share