Difference between revisions of "Flush Queue"
From Roaring Penguin
Line 1: | Line 1: | ||
− | + | To run the queue for a specific domain: | |
sendmail -v -qRdomain.tld | sendmail -v -qRdomain.tld | ||
Line 5: | Line 5: | ||
Where: domain.tld is the domain name in question | Where: domain.tld is the domain name in question | ||
− | + | To run the full client queue: | |
+ | |||
+ | sendmail -Ac -q | ||
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
[[category:All]][[category:Management]] | [[category:All]][[category:Management]] |
Latest revision as of 09:54, 19 May 2017
To run the queue for a specific domain:
sendmail -v -qRdomain.tld
Where: domain.tld is the domain name in question
To run the full client queue:
sendmail -Ac -q