"Mail Queue Administration" e-mails are not deleted.

agasar

Verified User
Joined
May 16, 2021
Messages
71
Hello

I cannot delete the accumulated e-mails in "Mail Queue Administration". As seen in the screenshot. How can I delete this?


mailQue.png
 
This happened to me after upgrading DA 1.656, probably your webmail will also give problems (temporary local error)
Here is the fix:

Code:
cd /var/spool
mv exim exim.old
mkdir -p exim/input
mkdir -p exim/msglog
mkdir -p exim/db
mkdir -p exim/scan
chown -R mail:mail exim
/sbin/service exim restart

cd /usr/local/directadmin/scripts
./set_permissions.sh all
 
Last edited:
Yes great it solved the problem. He solved all the accumulated e-mails and deleted them all. I will try to see if I can delete the newly accumulated e-mails. Let's see if I can delete any mail in the queue. The problem is solved now, thank you. "active8"
 
Back
Top