Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2015 17:31:06 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382016 - in head/mail/cyrus-imapd25: . files
Message-ID:  <201503231731.t2NHV6F9095573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503231731.t2NHV6F9095573>