Re: [Exim] Mailq problem

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Sheldon Hearn
Datum:  
To: Rajesh Menon
CC: Exim User list
Betreff: Re: [Exim] Mailq problem

On Thu, 13 Sep 2001 23:16:56 +0530, Rajesh Menon wrote:

> Actually the problem is that mailq grows to a very large extent. Even
> the local mails r not delivering it is queued up and if i give a
> command exim -v -M and the messg id it goes. Also is there a command
> to return a mail with invalid address and also bounced mails back to
> the senders


So then you need to find out why deliveries are queued instead of
delivered immediately.

1) Look at the mainlog to see whether there are any clues there as to
why new messages are deferred. If no luck there, then

2) Take a close look at what happens when you attempt an SMTP session
yourself with

    /usr/local/sbin/exim -d 9 -bs


This requires that you understand how to drive an SMTP dialogue.

Ciao,
Sheldon.