Mail Queue Administrator

torment

Verified User
Joined
Jan 10, 2007
Messages
13
Hi,

I have install Mailscanner and after install i can't see anymore my Mail Queue from panel because the spool directory is changing. How can i configure my panel link to the new queue folder ? I mean this link "http://IP:2222/CMD_MAIL_QUEUE" . sorry about english.

Thanks
 
Create a symbolic link from the original queue directory to the new queue directory that mailscanner uses.
 
Create a symbolic link from the original queue directory to the new queue directory that mailscanner uses.
How can i do this ? i don't want make something wrong. Can u please explain it with a sample please. Thanks
 
I don't know what the mailscanner queue directory is but here is a sample command.

First you have to rename the original queue directory:

Code:
mv /var/spool/exim/input /var/spool/exim/inputOLD

Then create the symbolic link:

Code:
ln -s /path/to/mailscanner/queue /var/spool/exim/input
 
Back
Top