Operating System - Linux
1830250 Members
2826 Online
110000 Solutions
New Discussion

sendmail keep send me message

 
Sek
New Member

sendmail keep send me message

Hi
I test sendmail with follwing message

I type
date | mailx -s "UUCP Test" node1!node2!cgeska

I keep send me the message , how can I disable it. I try to startup and shutdown sendmail.
It still keep send me , the following message

Feb 3 16:53:44 vccdev sendmail[3614]: h1367rK00846: to=node1!node2!cgeska, delay=02:45:51, mailer=uucp-old, pri=540165, relay=noy

How to disable this message

Regards
Sonny
Sek007
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: sendmail keep send me message

I don't fully understand your command line, but if you terminate the terminal session, it should stop the mail message.

If that doesn't work, restart the box.

P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Albert Keizer
Occasional Advisor

Re: sendmail keep send me message

Make sure the settings in /etc/syslog.conf are correct and sendmail is not started with the -console option or interactively. As this will send log messages to the console. Also look at /etc/sendmail.cf

Did you stop/start sendmail with /etc/init.d/sendmail ?

Regards,
Albert
Kodjo Agbenu
Honored Contributor

Re: sendmail keep send me message

Hello Sonny,

The problem is not the message itself, but the error sendmail is generating trying and trying again to send the message. This error is sent to root and I guess you are root.

Just try to empty the mail queue :

/etc/init.d/sendmail stop
cd /var/spool/mqueue
rm *
/etc/init.d/sendmail start


Good luck.

Kodjo
Learn and explain...