[csw-devel] SF.net SVN: gar:[16235] csw/mgar/pkg/dovecot/trunk/files

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Wed Nov 23 01:42:43 CET 2011


Revision: 16235
          http://gar.svn.sourceforge.net/gar/?rev=16235&view=rev
Author:   jake_goerzen
Date:     2011-11-23 00:42:42 +0000 (Wed, 23 Nov 2011)
Log Message:
-----------
dovecot: update changelog.CSW and README.CSW

Modified Paths:
--------------
    csw/mgar/pkg/dovecot/trunk/files/README.CSW
    csw/mgar/pkg/dovecot/trunk/files/changelog.CSW
    csw/mgar/pkg/dovecot/trunk/files/cswdovecot

Modified: csw/mgar/pkg/dovecot/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/dovecot/trunk/files/README.CSW	2011-11-22 21:09:30 UTC (rev 16234)
+++ csw/mgar/pkg/dovecot/trunk/files/README.CSW	2011-11-23 00:42:42 UTC (rev 16235)
@@ -1,66 +1,46 @@
-Configuration file migration
-----------------------------
+Dovecot 2.0 README.CSW
+----------------------
 
-The default configuration path has been migrated to /etc/opt/csw/dovecot.conf.  During package installation the cswmigrateconf script (part of the class action utilities) migrates the dovecot.conf file to the new location.
 
-
 Configuration file
 ------------------
 
-The default configuration path is /etc/opt/csw/dovecot.conf CSWdovecot
-brings with it a sample configuration (suffixed with .CSW) that will be
-installed when dovecot.conf doesn't exist yet. This sample configuration
-provides IMAP/POP3 and IMAPS/POP3S services to system users and uses a
-self-signed certificate that comes with the package.
+Dovecot 1.2.x configuration file:
 
-When you adjust dovecot.conf, package upgrades will preserve your
-configuration and just install the sample configuration as dovecot.conf.CSW.
+  /etc/opt/csw/dovecot.conf
 
+Dovecot 2.0 configuration file(s):
 
-Machine-local configuration in shared /opt setups
--------------------------------------------------
+  /etc/opt/csw/dovecot/dovecot.conf
+  /etc/opt/csw/dovecot/conf.d/*
 
-If you share /opt among several machines (via NFS for example) you can use
-/etc/opt/csw/dovecot.conf as machine-local configuration. The dovecot
-startup script will then use it instead of the default configuration.
+Previously, Dovecot versions 1.2.x used /etc/opt/csw/dovecot.conf
+as the default configuration file.
 
+Starting with Dovecot 2.0 the default configuration file is located at
+/etc/opt/csw/dovecot/dovecot.conf please note the addition of "dovecot"
+directory in the path.  For more information please see:
 
+  http://wiki2.dovecot.org/QuickConfiguration
+
 User accounts
 -------------
 
-On installation CSWdovecot will create a user named dovecot in case no user
-account by this name exists. This user account is required for the Dovecot
-login service (and nothing else).
+On installation CSWdovecot will create 2 user accounts named dovecot and
+dovenull in case no user accounts by these names exist. These user accounts
+are required for the Dovecot login service (and nothing else).
 
-If you want to use Dovecot for virtual users, you need to create another
-user account (!= dovecot). For background information, see
+  http://wiki2.dovecot.org/UserIds
 
-  http://wiki.dovecot.org/UserIds
-
-
 Upgrading
 ---------
 
 For upgrading information from other IMAP servers or previous Dovecot
 versions, see
 
-  http://wiki.dovecot.org/UpgradingDovecot
+  http://wiki2.dovecot.org/UpgradingDovecot
 
-
 Sieve plugin
 ------------
 
-UPDATE!!  CSWdovecot_sieve package is depreciated.
-
-Sieve support (via the cmusieve plugin) is now contained in the CSWdovecot
-package.
-
-To use sieve add 
-
-  mail_plugins = cmusieve
-
-to the "protocol lda" section in dovecot.conf. This requires that you use
-Dovecot's deliver as LDA of course. See the following URLs for details
-
-  http://wiki.dovecot.org/LDA
-  http://wiki.dovecot.org/LDA/Sieve#CMUSieve_Plugin
+Starting with CSWdovecot 2.0 the sieve plugin is in a separate package (TODO)

Modified: csw/mgar/pkg/dovecot/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/dovecot/trunk/files/changelog.CSW	2011-11-22 21:09:30 UTC (rev 16234)
+++ csw/mgar/pkg/dovecot/trunk/files/changelog.CSW	2011-11-23 00:42:42 UTC (rev 16235)
@@ -16,3 +16,11 @@
     been included in the CSWdovecot package
 
  -- Jake Goerzen <jgoerzen at opencsw.org>  Sat, 15 Jan 2011 17:35:54 +0100
+
+dovecot (2.0.16)
+
+  * package updated to 2.0.16
+  * Dovecot 2.0 configuration is /etc/opt/csw/dovecot/dovecot.conf
+  * sieve package going back into its own package (TODO)
+
+ -- Jake Goerzen <jgoerzen at opencsw.org> Tue Nov 22 22:31:26 CET 2011

Modified: csw/mgar/pkg/dovecot/trunk/files/cswdovecot
===================================================================
--- csw/mgar/pkg/dovecot/trunk/files/cswdovecot	2011-11-22 21:09:30 UTC (rev 16234)
+++ csw/mgar/pkg/dovecot/trunk/files/cswdovecot	2011-11-23 00:42:42 UTC (rev 16235)
@@ -3,6 +3,7 @@
 #
 # Taken from http://wiki.dovecot.org/DovecotInit
 # Modified for CSW by Sebastian Kayser
+# Modified by Jake Goerzen
 #
 #FMRI network
 
@@ -11,9 +12,7 @@
 test -x $DAEMON || exit 1
 set -e
 
-CONF=/opt/csw/etc/dovecot.conf
-CONF_LOCAL=/etc/opt/csw/dovecot.conf
-[ -r $CONF_LOCAL ] && CONF=$CONF_LOCAL
+CONF=/etc/opt/csw/dovecot/dovecot.conf
 
 [ "`ulimit -n`" -lt 1024 ] && ulimit -n 1024
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list