...
Info |
---|
It might happen that there are several mails in the local queue on the appliance - mails which have been created r.g., due to a misconfiguration. In this case, it might be useful to be able to clear the queue. The mail queue can be deleted via the page Manage email in the Web Configuration. On this page you can delete the emails one by one if you like. Additionally, you can delete the emails using SSH. |
...
- Enable root access via SSH.
- Connect to the device as root user.
- Execute the
mailq
command to take a look at the mail queue. - Run
rm /var/spool/nullmailer/queue/*
to delete all mails from the queue. - Disable root access via SSH.
For appliance firmware 1.7.0 and higher:
- Enable root access via SSH.
- Connect to the device as root user.
- Execute the
mailq
command to take a look at the mail queue. - Run
postsuper -d ALL
to delete all mails from the queue. - Disable root access via SSH.
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...