Mail Queue showing empty when it's not

batmanu

Verified User
Joined
Oct 3, 2011
Messages
14
[Solved] Mail Queue showing empty when it's not

Today I have noticed that DA Mail Queue Administration list is showing empty, although on a "exim -bp" command it shows more than 100 emails in queue. The Da version I have installed is 1.46.0. Any thoughts?:confused:
 
Last edited:
OK, the only lines related to Mail Queue are as follows:
Code:
Command::doCommand(/CMD_MAIL_QUEUE)
Command::doCommand(/CMD_MAIL_QUEUE) : finished
Command::run: finished /CMD_MAIL_QUEUE
Sockets::handshake - begin
Sockets::handshake - begin
Sockets::handshake - begin
Sockets::handshake - begin
Sockets::handshake - begin
Sockets::handshake - end
Sockets::handshake - end
Sockets::handshake - end
Sockets::handshake - end
Sockets::handshake - end

Not seeing anything wrong...
 
No more ideas (logs? strace?), probably official DA staff could look the issue from inside your server. If I'd login and check it would cost you some money on hourly bases.
 
Feel free to contact me or support [at] directadmin.com to check the issue free of charge.
 
The following in exim queue caused it:
Code:
      1XNzdF-0004SN-6y
    *** spool read error: No such device or address ***

There were 2 socket files placed in /var/spool/exim/input.
 
Back
Top