Forcing queue send on individual email message Published by Sérgio on Abril 7, 2017 You can flush the message with: sendmail -qIyourqueueID -oTnow The “I” flag to the -q flag specifies which queue ID to use. The -oTnow flag sets the queue timeout to “now”. Note sendmail will still try to deliver the message once when you do this. Categories: Linux