Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 2

...

Panel
borderColorblack
bgColor#f8f8f8
titleTable of Contents

Table of Contents

Step-by-step guide

For appliance firmware 1.6.9 and lower:

  1. Enable root access via SSH.
  2. Connect to the device as root user.
  3. Execute the mailq command to take a look at the mail queue.
  4. Run the following to delete all mails from the queue: Code Block
    languagebash
    themeRDark
    root@linux~# rm /var/spool/nullmailer/queue/*to delete all mails from the queue.
  5. Disable root access via SSH.


For appliance firmware 1.7.0 and higher:

  1. Enable root access via SSH.
  2. Connect to the device as root user.
  3. Execute the mailq command to take a look at the mail queue.
  4. Run the following to postsuper -d ALL to delete all mails from the queue: Code Block
    languagebash
    themeRDark
    root@linux~# postsuper -d ALL.
  5. Disable root access via SSH.

...