summaryrefslogtreecommitdiff
path: root/mail/courier-imap/patches/patch-aa
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-31 22:48:50 +0000
committerjlam <jlam>2001-07-31 22:48:50 +0000
commit67501a41d9b3c215d47c10cdef068230b9c1b2d0 (patch)
tree36ab9518581eae584f01290900e99c6a566d958e /mail/courier-imap/patches/patch-aa
parentee5b3d2f4b1ec08105d427fa93f57305aaf008c3 (diff)
downloadpkgsrc-67501a41d9b3c215d47c10cdef068230b9c1b2d0.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/patch-aa')
-rw-r--r--mail/courier-imap/patches/patch-aa21
1 files changed, 21 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
+