Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created April 4, 2017 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/77c125a32bca574e48298ff8b50c3fde to your computer and use it in GitHub Desktop.
Save anonymous/77c125a32bca574e48298ff8b50c3fde to your computer and use it in GitHub Desktop.
--- cron/config.h.orig 2017-04-04 09:42:39.596645000 +0100
+++ cron/config.h 2017-04-04 09:53:35.528514000 +0100
@@ -41,8 +41,8 @@
* (hint: MAILTO= was added for this reason).
*/
-#define MAILCMD _PATH_SENDMAIL /*-*/
-#define MAILARGS "%s -FCronDaemon -odi -oem -oi -t" /*-*/
+/* #define MAILCMD _PATH_SENDMAIL */ /*-*/
+/* #define MAILARGS "%s -FCronDaemon -odi -oem -oi -t" */ /*-*/
/* -Fx = set full-name of sender
* -odi = Option Deliverymode Interactive
* -oem = Option Errors Mailedtosender
@@ -50,8 +50,8 @@
* -t = read recipients from header of message
*/
-/* #define MAILCMD "/bin/mail" */ /*-*/
-/* #define MAILARGS "%s -d %s" */ /*-*/
+#define MAILCMD "/bin/mail" /*-*/
+#define MAILARGS "-d %s" /*-*/
/* -d = undocumented but common flag: deliver locally?
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment