13 lines
506 B
Plaintext
13 lines
506 B
Plaintext
$OpenBSD: patch-src_deliver_deliver_c,v 1.4 2010/05/05 02:07:44 sthen Exp $
|
|
--- src/deliver/deliver.c.orig Sun Feb 28 08:38:09 2010
|
|
+++ src/deliver/deliver.c Sun May 2 16:56:18 2010
|
|
@@ -46,7 +46,7 @@
|
|
#include <syslog.h>
|
|
|
|
#define DEFAULT_CONFIG_FILE SYSCONFDIR"/dovecot.conf"
|
|
-#define DEFAULT_SENDMAIL_PATH "/usr/lib/sendmail"
|
|
+#define DEFAULT_SENDMAIL_PATH "/usr/sbin/sendmail"
|
|
#define DEFAULT_ENVELOPE_SENDER "MAILER-DAEMON"
|
|
|
|
/* After buffer grows larger than this, create a temporary file to /tmp
|