Skip to content

Instantly share code, notes, and snippets.

@jonyesno
Created February 17, 2011 13:52
Show Gist options
  • Save jonyesno/831755 to your computer and use it in GitHub Desktop.
Save jonyesno/831755 to your computer and use it in GitHub Desktop.
Exim mail defer script
#!/bin/sh
# http://www.exim.org/exim-html-current/doc/html/spec_html/ch29.html
#
# script to run under Exim's pipe transport that returns the magic
# exit code such that exim defers delivery
#
# relies on defaults for temp_errors setting
#
# useful to put piped mail handling on hold during maintenance
exit 75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment