blob: 89ac8f316f70cbea64014cab41a6f7c4957680b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
policy.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/policy.h b/policy.h
index 5afe34b..8e92c8b 100644
--- a/policy.h
+++ b/policy.h
@@ -240,7 +240,7 @@
the sendmail choice below. Otherwise, select one of the other
choices as appropriate. */
#if 1
-#define MAIL_PROGRAM "/usr/lib/sendmail -t"
+#define MAIL_PROGRAM "${config.security.wrapperDir}/sendmail -t"
/* #define MAIL_PROGRAM "/usr/sbin/sendmail -t" */
#define MAIL_PROGRAM_TO_BODY 1
#define MAIL_PROGRAM_SUBJECT_BODY 1
|