svn commit: r382016 - in head/mail/cyrus-imapd25: . files

Hajimu UMEMOTO ume at FreeBSD.org
Mon Mar 23 17:31:07 UTC 2015


Author: ume
Date: Mon Mar 23 17:31:05 2015
New Revision: 382016
URL: https://svnweb.freebsd.org/changeset/ports/382016
QAT: https://qat.redports.org/buildarchive/r382016/

Log:
  Option 'autocreatequota' is deprecated in favor of
  'autocreate_quota'.
  
  Spotted by:	Paul Dekkers <paul.dekkers__at__surfnet.nl>

Modified:
  head/mail/cyrus-imapd25/Makefile
  head/mail/cyrus-imapd25/files/imapd.conf

Modified: head/mail/cyrus-imapd25/Makefile
==============================================================================
--- head/mail/cyrus-imapd25/Makefile	Mon Mar 23 17:09:54 2015	(r382015)
+++ head/mail/cyrus-imapd25/Makefile	Mon Mar 23 17:31:05 2015	(r382016)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cyrus-imapd
 PORTVERSION=	2.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-imapd/ \
 		http://cyrusimap.org/releases/

Modified: head/mail/cyrus-imapd25/files/imapd.conf
==============================================================================
--- head/mail/cyrus-imapd25/files/imapd.conf	Mon Mar 23 17:09:54 2015	(r382015)
+++ head/mail/cyrus-imapd25/files/imapd.conf	Mon Mar 23 17:31:05 2015	(r382016)
@@ -128,11 +128,17 @@ partition-default: /var/spool/imap
 #
 #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,
+# If set to a value of zero or higher, users have their INBOX folders
+# created upon a successful login event or upon lmtpd(8) message
+# delivery if autocreate_post is enabled, provided their INBOX did
+# not yet already exist.
+#
+# The user's quota is set to the value if it is greater than zero,
 # otherwise the user has unlimited quota.
 #
-#autocreatequota: 0
+# Note that quota is specified in kilobytes.
+#
+#autocreate_quota: -1
 
 # Include notations in the protocol telemetry logs indicating the number
 # of seconds since the last command or response.


More information about the svn-ports-head mailing list