Sendmail
- This topic has 1 reply, 2 voices, and was last updated 10 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › Sendmail
What’s the best way to turn off the sendmail utility that seems to be scheduled to run periodically (once an hour?) on the OCG system? Each time it runs it transfers bytes over my cell connection, (even though I assume there is no email to send). We don’t want this traffic added to our data usage.
Sendmail can be invoked periodically if it is trying to email the output of a cron job. It won’t send any mail by default though since it isn’t configured with any SMTP server.
The most likely reason is the default cron job that runs ntpdate periodically to sync the time on the OCG. Feel free to disable it or change the interval.
You can run ‘crontab -l’ as root or look in /var/cron/tabs/root to see the jobs.
Jesse