blob: a365b51afc6d9a94e59f4887d1b555a62fee29af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.3 2006/11/04 21:44:03 ghen Exp $
--- src/deliver/deliver.c.orig 2006-11-02 21:03:30.000000000 +0100
+++ src/deliver/deliver.c
@@ -30,7 +30,7 @@
#define DEFAULT_CONFIG_FILE SYSCONFDIR"/dovecot.conf"
#define DEFAULT_AUTH_SOCKET_PATH PKG_RUNDIR"/auth-master"
-#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
|