Operating System - Tru64 Unix
1753317 Members
5122 Online
108792 Solutions
New Discussion юеВ

sendmail keeps sending mails towards Mailserver (cron)

 
SOLVED
Go to solution
Roodveldt
Advisor

sendmail keeps sending mails towards Mailserver (cron)

Hi,

Is there any way I can easily block outgoing
e-mail (sendmail) messages from my Tru64 Unix 51A Cluster? ( cronjob mail )
Currently every minute about 6-10 e-mails are forwarded towards our mailserver, making performance misserable.

Greetings Roodveldt
4 REPLIES 4
Sunilkumar S M
New Member

Re: sendmail keeps sending mails towards Mailserver (cron)

Hi,

You can use the accessdb file to block the mails.

Regards,
Sunil.
Johan Brusche
Honored Contributor
Solution

Re: sendmail keeps sending mails towards Mailserver (cron)


Usually cron only sends a mail when there was a problem executing one of the statements in the scripts it was told to execute.
So solving THAT problem would be more effective. (maybe it's just complaining about "ttygetattr not a typewriter ?")

__ Johan .

_JB_
Michael Schulte zur Sur
Honored Contributor

Re: sendmail keeps sending mails towards Mailserver (cron)

Hi,

if you are not interested in that mails, dump the output of the cron jobs to /dev/null
How do you do the mail forwarding?

greetings,

Michael
Ralf Puchner
Honored Contributor

Re: sendmail keeps sending mails towards Mailserver (cron)

6-8 mails per minute will slowdown mailserver? Is it a PC or why is your mailserver busy processing this tons of email ;-)
Help() { FirstReadManual(urgently); Go_to_it;; }