summaryrefslogtreecommitdiff
path: root/mail/courier-imap/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-31 22:48:50 +0000
committerjlam <jlam@pkgsrc.org>2001-07-31 22:48:50 +0000
commit75654a3cd2489463239e993e8071223c8162222e (patch)
tree36ab9518581eae584f01290900e99c6a566d958e /mail/courier-imap/patches
parent1915eca856467985d53fc4c6a30ccf8c0df3b84f (diff)
downloadpkgsrc-75654a3cd2489463239e993e8071223c8162222e.tar.gz
courier-imap: IMAP server for access to Maildir-style mailboxes
Courier-IMAP is a server that provides IMAP access to Maildirs. This IMAP server does NOT handle traditional mailbox files (/var/spool/mail, and derivatives), it was written for the specific purpose of providing IMAP access to Maildirs. "Maildir" is a directory-based mail storage format originally introduced in the Qmail mail server, and adopted as an alternative mail storage format by both Exim and Postfix. Courier-IMAP is popular on Qmail/Exim/Postfix sites that are configured to use maildirs. The primary advantage of maildirs is that multiple applications can access the same Maildir simultaneously without requiring any kind of locking whatsoever. It is a faster and more efficient way to store mail. It works particularly well over NFS, which has a long history of locking-related woes.
Diffstat (limited to 'mail/courier-imap/patches')
-rw-r--r--mail/courier-imap/patches/patch-aa21
-rw-r--r--mail/courier-imap/patches/patch-ab13
-rw-r--r--mail/courier-imap/patches/patch-ac12
3 files changed, 46 insertions, 0 deletions
diff --git a/mail/courier-imap/patches/patch-aa b/mail/courier-imap/patches/patch-aa
new file mode 100644
index 00000000000..04984621564
--- /dev/null
+++ b/mail/courier-imap/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/07/31 22:48:50 jlam Exp $
+
+--- Makefile.in.orig Wed Jun 13 18:37:56 2001
++++ Makefile.in
+@@ -30,3 +30,3 @@
+ datadir = @datadir@
+-sysconfdir = @sysconfdir@
++sysconfdir = ${prefix}/share/examples/courier
+ sharedstatedir = @sharedstatedir@
+@@ -93,3 +93,3 @@
+ sbin_PROGRAMS = imaplogin pop3login userdbpw
+-man_MANS = makeuserdb.8 userdb.8 userdbpw.8 couriertcpd.8 deliverquota.8 maildirmake.1 imapd.8 mkimapdcert.8 mkpop3dcert.8
++man_MANS = makeuserdb.8 userdb.8 userdbpw.8 couriertcpd.8 deliverquota.8 maildirmake.1 courier-imapd.8 mkimapdcert.8 mkpop3dcert.8
+
+@@ -786,4 +786,4 @@
+
+-imapd.8: imap/imapd.8
+- cp imap/imapd.8 .
++courier-imapd.8: imap/imapd.8
++ cp imap/imapd.8 courier-imapd.8
+
diff --git a/mail/courier-imap/patches/patch-ab b/mail/courier-imap/patches/patch-ab
new file mode 100644
index 00000000000..eb306c6712d
--- /dev/null
+++ b/mail/courier-imap/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/07/31 22:48:50 jlam Exp $
+
+--- configure.orig Wed Jun 13 18:28:55 2001
++++ configure
+@@ -1689,8 +1689,6 @@
+ fi
+
+
+-INSTALL_DATA='${INSTALL} -m 0600'
+-
+ #
+ # autoconf bug
+ #
diff --git a/mail/courier-imap/patches/patch-ac b/mail/courier-imap/patches/patch-ac
new file mode 100644
index 00000000000..8ae647eae26
--- /dev/null
+++ b/mail/courier-imap/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1.1.1 2001/07/31 22:48:50 jlam Exp $
+
+--- imap/configure.orig Wed Jun 6 22:49:47 2001
++++ imap/configure
+@@ -2880,6 +2880,7 @@
+ s%@HAVE_AUTH_TRUE@%$HAVE_AUTH_TRUE%g
+ s%@HAVE_AUTH_FALSE@%$HAVE_AUTH_FALSE%g
+ s%@NETLIBS@%$NETLIBS%g
++s%@SSLCERTS@%$SSLCERTS%g
+
+ CEOF
+ EOF