summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd2/files
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-05-30 19:59:08 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-05-30 19:59:08 +0000
commit01fcaa015cc13b34f8a4f5ecb351e324de1dc7f4 (patch)
treea7d87ec66315e9feca1319e37caefe95830a50a4 /mail/cyrus-imapd2/files
parentLet the port's Makefile compress the man pages. (diff)
Import of the Cyrus IMAPd package
Notes
Notes: svn path=/head/; revision=6640
Diffstat (limited to 'mail/cyrus-imapd2/files')
-rw-r--r--mail/cyrus-imapd2/files/imapd.conf112
-rw-r--r--mail/cyrus-imapd2/files/patch-aa11
-rw-r--r--mail/cyrus-imapd2/files/patch-ab38
3 files changed, 161 insertions, 0 deletions
diff --git a/mail/cyrus-imapd2/files/imapd.conf b/mail/cyrus-imapd2/files/imapd.conf
new file mode 100644
index 000000000000..abf8513a475e
--- /dev/null
+++ b/mail/cyrus-imapd2/files/imapd.conf
@@ -0,0 +1,112 @@
+#
+# $Id$
+#
+# Sample configurations file for Cyrus IMAPd
+# Most lines in this file are commented; in this case the default is used.
+# The commented lines (usually) contain the default value
+
+# The pathname of the IMAP configuration directory
+#
+configdirectory: /usr/local/etc/imap
+
+# The partition name used by default for new mailboxes
+#
+#defaultpartition: default
+
+# The directory for the different partitions
+#
+partition-default: /var/spool/imap
+
+# The umask value used by various Cyrus IMAP programs
+#
+#umask: 077
+
+# Whether to allow anonymous logins
+#
+#allowanonymouslogin: no
+
+# The percent of quota utilization over which the server generates
+# warnings.
+#
+#quotawarn: 90
+
+# The length of the IMAP server's inactivity autologout timer, in minutes.
+# The minimum value is 30, the default.
+#
+#timeout: 30
+
+# Set the length of the POP server's inactivity autologout timer, in
+# minutes. The minimum value is 10, the default.
+#
+#poptimeout: 10
+
+# Set the minimum amount of time the server forces users to wait between
+# successive POP logins, in minutes. The default is 0.
+#
+#popminpoll: 0
+
+# The list of userids with administrative rights. Separate each userid
+# with a space. We recommend that administrator userids be separate from
+# standard userids. Sites using Kerberos authentication may use separate
+# "admin" instances.
+#
+#admins: <none>
+
+# The list of the host names of the mail domain's IMSP servers. Separate each
+# host name with a space. The Kerberos identities of these servers may login
+# as any user in order to perform commands by proxy.
+#
+#imspservers: <none>
+
+# The Access Control List (ACL) placed on a newly-created (non-user)
+# mailbox that does not have a parent mailbox.
+#
+#defaultacl: anyone lrs
+
+# The pathname of the news spool directory. Only used if the partition-news
+# configuration option is set.
+#
+#newsspool: <no default>
+
+# Prefix to be prepended to newsgroup names to make the corresponding IMAP
+# mailbox names.
+#
+#newsprefix: <none>
+
+# If nonzero, normal users may create their own IMAP accounts by creating
+# the mailbox INBOX. The user's quota is set to the value if it is positive,
+# otherwise the user has unlimited quota.
+#
+#autocreatequota: 0
+
+# Include notations in the protocol telemetry logs indicating the number
+# of seconds since the last command or response.
+#
+#logtimestamps: no
+
+# Number of seconds to pause after a successful plaintext login. For systems
+# that support strong authentication, this permits users to perceive a cost
+# of using plaintext passwords.
+#
+#plaintextloginpause: 0
+
+# The pathname of srvtab file containing the server's private key. This
+# option is only used when the server is compiled with Kerberos
+# authentication.
+#
+#srvtab: /etc/srvtab
+
+# The list of remote realms whose users may log in using cross-realm
+# authentications. Seperate each realm name by a space. This option is
+# only used when the server is compiled with Kerberos authentication.
+#
+#loginrealms: <none>
+
+# If enabled, any authentication identity which has a rights on a user's
+# INBOX may log in as that user. This option is only used when the server
+# is compiled with Kerberos authentication.
+#
+#loginuseacl: no
+
+#
+# EOF \ No newline at end of file
diff --git a/mail/cyrus-imapd2/files/patch-aa b/mail/cyrus-imapd2/files/patch-aa
new file mode 100644
index 000000000000..d798ab224d1b
--- /dev/null
+++ b/mail/cyrus-imapd2/files/patch-aa
@@ -0,0 +1,11 @@
+--- man/Makefile.in.orig Sun May 4 22:14:52 1997
++++ man/Makefile.in Sun May 4 22:15:02 1997
+@@ -52,7 +52,7 @@
+ MAN3 = $(srcdir)/imclient.3
+ MAN5 = $(srcdir)/imapd.conf.5 $(srcdir)/krb.equiv.5
+ MAN8 = $(srcdir)/arbitron.8 $(srcdir)/collectnews.8 $(srcdir)/deliver.8 \
+- $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/quota.8 \
++ $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/cyrquota.8 \
+ $(srcdir)/reconstruct.8 $(srcdir)/rmnews.8 $(srcdir)/syncnews.8
+
+
diff --git a/mail/cyrus-imapd2/files/patch-ab b/mail/cyrus-imapd2/files/patch-ab
new file mode 100644
index 000000000000..1fc68c171063
--- /dev/null
+++ b/mail/cyrus-imapd2/files/patch-ab
@@ -0,0 +1,38 @@
+--- man/quota.8.orig Sun May 4 22:26:33 1997
++++ man/quota.8 Sun May 4 22:27:24 1997
+@@ -11,9 +11,9 @@
+ .\" use of the code for commercial purposes or benefits by anyone
+ .\" without specific, additional permission by the owner of the code.
+ .SH NAME
+-quota \- report and optionally fix quota usage
++cyrquota \- report and optionally fix quota usage
+ .SH SYNOPSIS
+-.B quota
++.B cyrquota
+ [
+ .B \-f
+ ]
+@@ -21,12 +21,12 @@
+ .IR mailbox-prefix ...
+ ]
+ .SH DESCRIPTION
+-.I Quota
++.I Cyrquota
+ generates a report listing quota roots, giving their limits and usage.
+ If the
+ .I \-f
+ option is given,
+-.I quota
++.I cyrquota
+ first fixes any inconsistencies in the quota subsystem, such as
+ mailboxes with the wrong quota root or quota roots with the wrong
+ quota usage reported.
+@@ -37,7 +37,7 @@
+ prefixes.
+ .PP
+ Running
+-.I quota
++.I cyrquota
+ with both the
+ .I \-f
+ option and