Operating System - Linux
1827321 Members
4152 Online
109961 Solutions
New Discussion

Re: clientmqueue in red hat

 
R.O.
Esteemed Contributor

clientmqueue in red hat

Hi,

I have in a red hat box, the sendmail stopped:

# service sendmail status
sendmail está parado

but there is a directory (/var/spool/clientmqueue) full of files. How can avoid the creation of these files and why they are been created?

Regards,

R.O
"When you look into an abyss, the abyss also looks into you"
6 REPLIES 6
Vernon Brown_4
Trusted Contributor

Re: clientmqueue in red hat

clientmqueue is where mail is stored when users are on vacation and can't check their mail. My guess is that there is too much spam aimed at someone who isn't checking their email. You may have to manually purge your mqueue files to get rid of the queue'd up spam.
R.O.
Esteemed Contributor

Re: clientmqueue in red hat

But in this system there is no mail service; and sendmail is not running.

Regards,

R.O
"When you look into an abyss, the abyss also looks into you"
R.O.
Esteemed Contributor

Re: clientmqueue in red hat

I can see:


4 D smmsp 5020 1 0 84 0 - 1605 end 13:55 ? 00:00:00 send-mail -i root

4 D smmsp 5020 1 0 84 0 - 1605 end 13:55 ? 00:00:00 sendmail: ./j1SCt9Ha00
5020 [127.0.0.1]: user open

How is possible that sendmail has running processes, if it is not running?

Regards,

R.O
"When you look into an abyss, the abyss also looks into you"
K.C. Chan
Trusted Contributor

Re: clientmqueue in red hat

R.O,
I had asked similar question, here's the url:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=43966

It has something to do with how sendmail configs have changed. It seems there are two part of it; the server and client part. I am not sure how all this fits together. As of now, I have not yet figured out how to get sendmail to send email w/o having to start up sendmail services. AFAIK, this configuration starts with rh8 and upward.
Reputation of a thousand years can be determined by the conduct of an hour
Vitaly Karasik_1
Honored Contributor

Re: clientmqueue in red hat

what is your distribution?

Try

ps -ef|grep send

command.

check root's mail with "mail", "pine" or another mailclient.
R.O.
Esteemed Contributor

Re: clientmqueue in red hat

Hi,

Finally I discovered that these mails are being generated by snmp traps by the ILO remote card. I am investigating these traps prior deactivate its generation.

Regards,

"When you look into an abyss, the abyss also looks into you"