diff options
Diffstat (limited to 'mail/dovecot/patches/patch-ag')
-rw-r--r-- | mail/dovecot/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/dovecot/patches/patch-ag b/mail/dovecot/patches/patch-ag new file mode 100644 index 00000000000..3480bd4df94 --- /dev/null +++ b/mail/dovecot/patches/patch-ag @@ -0,0 +1,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. */ |