Change mail queue administration view

wielen

New member
Joined
Mar 11, 2013
Messages
2
Hello,

I want to change the mail queue administration view.
I want to see the subject of the messages in the table.
And want to remove some columms.
How can i do this?

Best regards,

Jord
 
How to get the messages subject?

Hi Guys,

Thanks for the reply. But how can i get the subject of every messages in de mail queue?
Any idea?

Cheers,

Jord
 
Use this feature http://www.directadmin.com/features.php?id=285 and this:

Code:
exim -Mvl messageID => View the log for the message 
 exim -Mvb messageID => View the body of the message 
exim -Mvh messageID => View the header of the message

To achieve the desired.

I hope you don't expect from us that we write all the code for you here.
 
Back
Top