blob: 9d50505d55d7166c036cc1a2f77854966b3c4553 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|