From owner-svn-ports-all@FreeBSD.ORG Mon Mar 23 17:31:07 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33705FCD; Mon, 23 Mar 2015 17:31:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04D8DF2E; Mon, 23 Mar 2015 17:31:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2NHV6xr095575; Mon, 23 Mar 2015 17:31:06 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2NHV6F9095573; Mon, 23 Mar 2015 17:31:06 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201503231731.t2NHV6F9095573@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Mon, 23 Mar 2015 17:31:06 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 17:31:07 -0000 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 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: -# 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.