mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
472 B
Plaintext
14 lines
472 B
Plaintext
$NetBSD: patch-ag,v 1.5 2009/12/11 20:52:22 ghen Exp $
|
|
|
|
--- src/deliver/deliver.c.orig 2008-12-13 17:01:04.000000000 +0100
|
|
+++ src/deliver/deliver.c
|
|
@@ -42,7 +42,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
|