On (2003/10/03 21:26), Vahric MUHTARYAN wrote:
> I want to see why emails are not delivered .
> I'm using eximnext but result is take too much time too slow ...
> I don't understand why ? This is not a computer slow down problem ...
What is eximnext? It's not in the exim distribution and I can't find it
with Google.
To see why a message hasn't been delivered, check the mail logs with
exigrep, or do exim -Mvl <message-id>, where <message-id> is the value
shown in the output of exim -bp. Also, make sure you have an exim queue
runner running:
$ ps -auxwww | grep exim.*-q
mailnull 675 0.0 0.1 5296 1316 ?? Is Wed11AM 0:56.02 /usr/local/sbin/exim -bd -q30m (exim-4.24-0)
Ciao,
Sheldon.