v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01960201.2 KB
Queue Manager

Flush Queue

Using this API you can flush the current mail queue. This will try to deliver all mails currently in it. This API uses the command: postqueue -f

post/api/v1/edit/mailq

Request body

actionstring

use flush to flush the mail queue

Example request

{
  "action": "flush"
}

Response

OK