clientmqueue


 
Thread Tools Search this Thread
Operating Systems Solaris clientmqueue
# 1  
Old 06-30-2011
clientmqueue

Hi, my /var/spool/clientmqueue directory is filling up.
I wanted to know if my server is using sendmail. Any way i can confirm that?

I am using Solaris 9.

Code:
cd /usr/lib
man sendmail
No manual entry for sendmail.

Code:
more /etc/rc.conf
/etc/rc.conf: No such file or directory

Code:
mailq -Ac -v
Warning: .cf file is out of date: sendmail 8.13.7 supports version 10, .cf file is version 0
/var/spool/clientmqueue is empty
                Total requests: 0

Code:
ps -ef|grep sendmail
    root   740     1  0   May 09 ?        0:00 /usr/lib/sendmail -bd -q15m
   smmsp   770     1  0   May 09 ?        0:00 /usr/lib/sendmail -Ac -q15m
   smmsp  2081     1  0   May 09 ?        0:00 /usr/lib/sendmail -Ac -q15m
   smmsp   905     1  0   May 09 ?        0:00 /usr/lib/sendmail -Ac -q15m

Any help would be appreciated. Smilie

Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Delete clientmqueue mails

My clientmqueue directory is almost 6.7GB. There are like a thousands of e-mail that are present. Is there any way to delete them or just delete them normally. Also while deleting them, do i need to shutdown my sendmail service? Root FS is almost at 100%. Please help in this. Thanks in... (1 Reply)
Discussion started by: aksijain
1 Replies

2. Solaris

/var/spool/clientmqueue

Hi, solaris : 9 can we delete the files from this location /var/spool/clientmqueue . I found around 40K files lying in this location. Regards (1 Reply)
Discussion started by: maooah
1 Replies

3. Solaris

Need to know command to delete more than 3 million files from /var/spool/clientmqueue

Hi I need to delete more than 3 million files from /var/spool/clientmqueue. When I give the following command to delete the files, I get the error # pwd /var/spool/clientmqueue # rm -f * /usr/bin/rm: arg list too long Please tell me how can I delete the files (5 Replies)
Discussion started by: sb200
5 Replies

4. Solaris

Solaris 9, /var/spool/clientmqueue/

Hi, We have some 2-3 Solaris 9 servers with the following issue. For every cron job which has email notifications, it is sending the emails, but it create files at /var/spool/clientmqueue/ which has similar contents. " V6 T1271362260 K1271362260 N1 P30359 MDeferred: Connection refused... (1 Reply)
Discussion started by: uxadmin007
1 Replies
Login or Register to Ask a Question