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

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Sat Jan 15 18:24:48 CET 2011


Revision: 12551
          http://gar.svn.sourceforge.net/gar/?rev=12551&view=rev
Author:   jake_goerzen
Date:     2011-01-15 17:24:47 +0000 (Sat, 15 Jan 2011)

Log Message:
-----------
migrate .conf with cswmigrateconf

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

Modified: csw/mgar/pkg/dovecot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dovecot/trunk/Makefile	2011-01-15 14:58:24 UTC (rev 12550)
+++ csw/mgar/pkg/dovecot/trunk/Makefile	2011-01-15 17:24:47 UTC (rev 12551)
@@ -1,5 +1,5 @@
 # TODO
-# - Migrate config from /opt/csw/etc/dovecot to /etc
+# - Migrate config from /opt/csw/etc/dovecot to /etc - DONE!
 # - example.conf patch needs tweaking (rejected)
 # - SSL certs to /etc/opt/csw/ssl?
 # - USERGROUP doesn't work yet, wrong usage?
@@ -90,6 +90,7 @@
 INITSMF    = $(sysconfdir)/init.d/cswdovecot
 USERGROUP  = dovecot:dovecot:Dovecot IMAP Server:/var/opt/csw/run/dovecot/login:/bin/false
 SAMPLECONF = .*/dovecot.pem $(sysconfdir)/dovecot.conf
+MIGRATE_FILES = dovecot.conf
 
 include gar/category.mk
 

Modified: csw/mgar/pkg/dovecot/trunk/files/README.CSW
===================================================================
--- csw/mgar/pkg/dovecot/trunk/files/README.CSW	2011-01-15 14:58:24 UTC (rev 12550)
+++ csw/mgar/pkg/dovecot/trunk/files/README.CSW	2011-01-15 17:24:47 UTC (rev 12551)
@@ -1,7 +1,13 @@
+Configuration file migration
+----------------------------
+
+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 /opt/csw/etc/dovecot.conf. CSWdovecot
+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
@@ -44,9 +50,13 @@
 Sieve plugin
 ------------
 
-Sieve support (via the cmusieve plugin) is contained in the CSWdovecot_sieve
-package. If required install this package and add
+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

Modified: csw/mgar/pkg/dovecot/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/dovecot/trunk/files/changelog.CSW	2011-01-15 14:58:24 UTC (rev 12550)
+++ csw/mgar/pkg/dovecot/trunk/files/changelog.CSW	2011-01-15 17:24:47 UTC (rev 12551)
@@ -7,3 +7,12 @@
     /opt/csw/var/run/dovecot to /var/opt/csw/run/dovecot.
 
  -- Sebastian Kayser <skayser at opencsw.org>  Sat, 28 Mar 2009 18:18:35 +0100
+
+dovecot (1.2.16,REV=2011.01.15)
+
+  * Package updated to 1.2.16
+  * Configuration migrated to /etc/opt/csw/dovecot.conf
+  * CSWdovecot_sieve package depreciated since the sieve files had already
+    been included in the CSWdovecot package
+
+ -- Jake Goerzen <jgoerzen at opencsw.org>  Sat, 15 Jan 2011 17:35:54 +0100


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