pkgsrc/mail/courier-imap/patches/patch-ae
jlam 70bb4d97e8 Update mail/courier-imap to 4.0.4. Changes from version 4.0.1 include:
* imap: Implemented account groups, administrator group.
	* imapd.c: New OUTBOX_MULTIPLE_SEND option.
	* imap: add LOGGEROPTS and SSLLOGGEROPTS configuration settings
	which are passed to courierlogger to set the application name for
	syslog.

	* tcpd/tcpd.c: Added --accesslocal option.

	* smap: SMAP EXPUNGE >100 msg ranges was broken.

	* PROXY_HOSTNAME: new setting in imap and pop3 config file overrides
	gethostname() when checking if a proxy connection is required.

	* msgbodystructure.c (msgbodystructure): Fix MSGBODYSTRUCTURE response
	for a corrupted content-type of "text".
2005-08-11 00:04:01 +00:00

20 lines
525 B
Text

$NetBSD: patch-ae,v 1.8 2005/08/11 00:04:01 jlam Exp $
--- imapd-ssl.rc.in.orig 2005-07-01 21:13:56.000000000 -0400
+++ imapd-ssl.rc.in
@@ -9,6 +9,7 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
libexecdir=@libexecdir@
+sbindir=@sbindir@
if test ! -f @sysconfdir@/imapd
then
@@ -40,6 +41,7 @@ start)
exec_prefix=@exec_prefix@ ;
bindir=@bindir@ ;
libexecdir=@libexecdir@ ;
+ sbindir=@sbindir@ ;
. @sysconfdir@/imapd ; \
. @sysconfdir@/imapd-ssl ; \
PROXY_HOSTNAME=$PROXY_HOSTNAME ; \