EFW Support

Support => General Support => Topic started by: Steve on Sunday 03 June 2007, 11:11:54 am



Title: [HINT] How to delete email from the mailqueue
Post by: Steve on Sunday 03 June 2007, 11:11:54 am
Do you have mail in the queue that just won't leave?
If you've have been changing your mail settings while the system has been either sending or receiving emails, you may have an email stuck in your mail queue because it's either corrupt or the destination is unreachable.

You can delete problem emails from the queue using postsuper.

To delete a mail from the queue, first take a note of the mail id (Status > Mail Queue).
Log into Endian SSH and type:
postsuper -d xxxxxxxx

(Where xxxxxxxxxx is the mail id number)


Title: Re: [HINT] How to delete email from the mailqueue
Post by: vaohama on Friday 25 June 2010, 04:18:32 pm
you are save my life  ;D Thank you how to delete all?

Danai


Title: Re: [HINT] How to delete email from the mailqueue
Post by: aweinert on Tuesday 06 July 2010, 12:51:33 am
Login via SSH then you can delete the complete queue with the following command:

Code:
# postsuper -d ALL

Andreas