blob: 3480bd4df9447aed0f06dbc7e7458b7d49a8d658 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1 2006/06/13 16:51:40 ghen Exp $
--- src/deliver/deliver.c.orig 2006-06-13 18:37:31.000000000 +0200
+++ src/deliver/deliver.c
@@ -29,7 +29,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"
/* After buffer grows larger than this, create a temporary file to /tmp
where to read the mail. */
|