summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/files/patch-ah
blob: 52c44e1c25dbf5c6c9028e7dce7e28a92f58b2c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: imap/lmtpengine.h
diff -u imap/lmtpengine.h.orig imap/lmtpengine.h
--- imap/lmtpengine.h.orig	Sun Feb 10 10:53:58 2002
+++ imap/lmtpengine.h	Thu Feb 21 14:16:52 2002
@@ -44,7 +44,7 @@
 #define LMTPENGINE_H
 
 /* configuration parameters */
-#define DEFAULT_SENDMAIL ("/usr/lib/sendmail")
+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail")
 #define DEFAULT_POSTMASTER ("postmaster")
 
 #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL))