PDA

View Full Version : Mail queue



teedee
11-20-2003, 04:38 AM
Having only ever used CPanels mail queue features, what is the best / correct way to manage the mail queue on a DA server ?

DirectAdmin Support
11-20-2003, 09:09 AM
Hello,

Well one handy command I use is:

exim -M <ID>

where <ID> is the message ID of a frozen message.. then I check the bottom of the exim mainlog:

tail /var/log/exim/mainlog

It should either contain an error for why the message is queued, or "Complete"

John