blob: d22ee0d593505cf9df6b8b5b88b716419cf55f9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: imap/lmtpproxyd.c
diff -u imap/lmtpproxyd.c.orig imap/lmtpproxyd.c
--- imap/lmtpproxyd.c.orig Wed Dec 20 04:31:41 2000
+++ imap/lmtpproxyd.c Thu Jan 4 23:26:48 2001
@@ -398,7 +398,7 @@
}
}
-#define DEFAULT_SENDMAIL ("/usr/lib/sendmail")
+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail")
#define DEFAULT_POSTMASTER ("postmaster")
#define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL))
|