solaris 10u9 + sendmail 8.14.5 mailq grows, deferred messages
hello,
I am using solaris 10 and sendmail 8.14.5
Main Problem
i have growing (to 1500+ mails) mailq, and mailq consists of mails older then even 1 month.
i have forced mailq by
and messages went out. but it looks like, when messages enter to mailq they are not processed any more... what should i do? where should i check for miss configuration?
Quote:
Originally Posted by sendmail.mc
Quote:
Originally Posted by submit.mc
mailq was 1500+ messages...
normally it is 20-50 mails
where to look?
by the way, i have changed ndd /dev/tcp time_wait to 20 seconds but it wasn't last month, it was done 1 year ago.
---------- Post updated at 03:07 PM ---------- Previous update was at 02:48 PM ----------
i have running sendmail processes:
as i understand mailq should be pocessed every 15m ?
----------------------------------------------------
I have email in mailq:
if i will execute
it will be processed... but it should be processed automatically
-----------------------------------------------------
for information:
my mailq -Ac is empty...
and mailq is growing.
I am having the script works as below
If the folder is not create, the file are stored in a temporary folder to wait for the folder creation.
The Script tries and tries again to reach the folder.
The result is that the log file grows and some time is also geting wasted in the operation.
can... (1 Reply)
Please help! I am in urgent need of assistance.
What started out as a small problem with IMAP folders not working seems to have spread.
Our mail server, Scalix running on CentOS 5.5 isn't sending out any mail.
There are now over 400 emails queued waiting to go out, all of which give the... (0 Replies)
Hi All,
I'm a unix starter.. Need your help please. I need to write a simple shell script to implement mail queue size check.
Pseudo code:
Run mailq command
If the queue size is greater than the predefined parameter (say 10), print message like : CRITICAL: Mail queue is XX . And exit 2... (1 Reply)
Hi,
I sending mail like this:
mailx -s "test" -r "from@me.com" to@you.com
and I have update the /etc/mail/sendmail.cf with:
DSsmtp-relay-nx-vip.xxx.yyy.com (this path is working on the old server)
But all I mail goes to queue.
What do I miss here?
Regards
Mehrdad (1 Reply)
First of all an appeal on all specialists to be understandfull with me, newbie. I have a RaQ 550 that I have to admin bymyself. I have executed mailq and found out that there are mails in the queu that I did not sent. Is someone exploiting my server? Here is an example of the report:
... (1 Reply)
I need a simple script to parse the output of the mailq command and find emails from overseas addresses and delete them (ie user@xxx.co.uk, user@xxx.yyy.jp).
I found something close:
mailq | tail +2 | awk 'BEGIN { RS = "" } / *.co.uk / {print $1} ' | tr -d '*!' | postsuper -d -
but I... (2 Replies)
Dear guys !!
Problems do not finish ..
i have sun solaries 7 ,, ultra2 ,, mail server ..
am checking server mailq now and it is loaded ,, so many requests up to 300 request .
i checked netstat and did not find many or starnge smtp packets .
but when i execute mailq i get mailq as... (3 Replies)
We recently installed a new release of SCO UNIX (5.0.6) and when I try to relay e-mail from the UNIX box to my NT server (the mail server) I get the following message from sendmail.
Deferred: Connection timed out with nt
I have nt set up as my relay server in sendmail.cf and the mail seems to... (8 Replies)