a3b3c78cee
IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com>
14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
Index: imap/lmtpd.c
|
|
diff -u imap/lmtpd.c.orig imap/lmtpd.c
|
|
--- imap/lmtpd.c.orig Wed Dec 20 04:31:41 2000
|
|
+++ imap/lmtpd.c Thu Jan 4 23:26:22 2001
|
|
@@ -407,7 +407,7 @@
|
|
}
|
|
}
|
|
|
|
-#define DEFAULT_SENDMAIL ("/usr/lib/sendmail")
|
|
+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail")
|
|
#define DEFAULT_POSTMASTER ("postmaster")
|
|
|
|
#define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL))
|