shell script needed for mail queue notification


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting shell script needed for mail queue notification
# 8  
Old 03-05-2007
Quote:
Originally Posted by Nightman
What I need is just a notification email been sent to the admin, when certin criteria met.

"e.g. I need the notification been send only if the mails in the remote queue exceeds more than 1000 mails or in the local queue more than 10 mails."
And in which queue will your email be?
# 9  
Old 03-06-2007
Quote:
Originally Posted by sb008
And in which queue will your email be?
it doesn't matter, since I only need to execute the 'qmHandle -s' which gives the queue output.
# 10  
Old 03-06-2007
Quote:
Originally Posted by Nightman
it doesn't matter, since I only need to execute the 'qmHandle -s' which gives the queue output.
If there is queue, and you report about this queue by sending an email, that email will be last in queue.

By the time it will be send it will report about emails in queue which are no longer in queue since they are send prior to your status email.
# 11  
Old 03-07-2007
Quote:
Originally Posted by sb008
If there is queue, and you report about this queue by sending an email, that email will be last in queue.

By the time it will be send it will report about emails in queue which are no longer in queue since they are send prior to your status email.
Good point. never thought about it. anyway do you have any other suggestion to get the admin notified about the mail queue? though the notification mail will be placed in the Remote queue. and it will still work for incomming mails. but most of the cases, the outgoing mails are the problem. not incomming mails. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Shell Script for Websphere MQ Queue Manager start/stop

Hello All, I am completely new to shell scripting. I had to write a script that starts and stop the queue manager in Websphere MQ. We are on Linux 64-bit patform. The script should stop the queue manager and all the processes related to websphere MQ. It should be a clean stop. Once the queue... (3 Replies)
Discussion started by: pady1224
3 Replies

2. Shell Programming and Scripting

Check pending mail in mail queue

I know the command mailq can check the pending mail in mqueue , and also have another command to check POSIX mail queue in server , now I will regularly check the mqueue manually , it is time consuming , would advise the script that could help to check the mail queue , and then send the details to... (3 Replies)
Discussion started by: ust3
3 Replies

3. Shell Programming and Scripting

Script for sending notification mail

hi all, needed a script to send a notfication mail if the specified folder had the copy of the files that are older than 15 days i.ee for example my folder name is SAi and the files are as follows sai.txt copyofsai.txt copyofcopyofsai.txt hemanth.txt copyofcopyofhemanth.txt... (4 Replies)
Discussion started by: hemanthsaikumar
4 Replies

4. Shell Programming and Scripting

check postfix deferred mail and send notification script

Hi Guys, I have a postfix server which is deferring emails. Now I need to send notification to a specific email address if: The sender of the deferred email is: abc@example.com Contains specific subjects: a file (/opt/subjects) contains all the subjects in place Then need to send a... (0 Replies)
Discussion started by: linuxrulz
0 Replies

5. Shell Programming and Scripting

How do I create a shell script that would generate a system notification.

I am a student, and I have project to complete. The project is to create a power point presentation with the following guidelines: You are the system admin for a medium sized Internet company that has its primary production web server running on UNIX/Linux. Your technical IT director would like... (1 Reply)
Discussion started by: jcottrell
1 Replies

6. Shell Programming and Scripting

AIX mail notification

plzzz help me, I want to send emails for exchange group members when the used file-system % gets more than 90%, this notification must include df -g, netstat -i,and errpt with the hostname thx in advance (0 Replies)
Discussion started by: majd_ece
0 Replies

7. Infrastructure Monitoring

Mail Notification in nagios

Hi guys, I have configured Nagios in My Ubuntu8.4 machine through Quickstart Guide, All things are working fine. Now i want to get Services Notification mails on my personal Email-id,what configuration is needed to get the mails,any assistance would be appreciable. Thanks in advance. (3 Replies)
Discussion started by: daya.pandit
3 Replies

8. AIX

notification mail when password expired

Hallo, can anybody help me with my issue? Iīd like to know if it is possible to send me a mail (to @mail.com for example) when some account password will expired? eg. few days ago of this expiration. We donīt use this account every day, it is used for DB2 and DB2 has problem every 90īs day because... (2 Replies)
Discussion started by: JiriVenera
2 Replies

9. Shell Programming and Scripting

Script needed which will send a mail with attachment files

Hello, I need a shell script which need to send a mail with 4 *.csv files as attachments.Anybody can help me? At present i have a script which is sending only one file as attachments.But i need a script which send 4 files in a shot. #!/bin/ksh /bin/mail xxxx@xx.xom << EOF Subject:... (4 Replies)
Discussion started by: Mar1006
4 Replies
Login or Register to Ask a Question