Skip to content

Instantly share code, notes, and snippets.

@rajiv
Created April 28, 2017 18:28
Show Gist options
  • Save rajiv/9da80dd74815fc7f31474296a3504c3f to your computer and use it in GitHub Desktop.
Save rajiv/9da80dd74815fc7f31474296a3504c3f to your computer and use it in GitHub Desktop.
resend failed nullmailer messages
find /var/spool/nullmailer/failed -type f | while read ln; do nullmailer-queue < $ln; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment