Difference between revisions of "Sendmail"

From NST Wiki
Jump to navigationJump to search
(How To Flush Messages From The Sendmail Queue)
(How To Flush Messages From The Sendmail Queue)
Line 1: Line 1:
 
== How To Flush Messages From The Sendmail Queue ==
 
== How To Flush Messages From The Sendmail Queue ==
Sometimes email messages can be <u>queued</u> <u>up</u> with the Mail Transport Agent: "'''sendmail'''". The following command line
+
Sometimes email messages can be <u>queued</u> <u>up</u> with the Mail Transport Agent: "'''sendmail'''". The following command line can be used to <u>manually</u> try to flush out <u>'''All'''</u> emails queued up by "'''sendmail'''".
 +
 
 +
<div class="screen">
 +
  <div class="screenTitle">Flush The ''sendmail'' Queue:</div>
 +
  <div class="userInput"><span class="prompt">[root@probe-222 root]# </span>/usr/local/sbin/sendmail -q -v</div>
 +
</div>

Revision as of 18:43, 29 March 2007

How To Flush Messages From The Sendmail Queue

Sometimes email messages can be queued up with the Mail Transport Agent: "sendmail". The following command line can be used to manually try to flush out All emails queued up by "sendmail".

Flush The sendmail Queue:
[root@probe-222 root]# /usr/local/sbin/sendmail -q -v