[D-community-commits] r207 - trunk/fai-config-dir/scripts/MAILSERVER

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Fri Jan 11 07:47:34 UTC 2008


Author: nd-guest
Date: 2008-01-11 07:47:34 +0000 (Fri, 11 Jan 2008)
New Revision: 207

Added:
   trunk/fai-config-dir/scripts/MAILSERVER/40-misc
Log:
allow upload of sieve scripts


Added: trunk/fai-config-dir/scripts/MAILSERVER/40-misc
===================================================================
--- trunk/fai-config-dir/scripts/MAILSERVER/40-misc	                        (rev 0)
+++ trunk/fai-config-dir/scripts/MAILSERVER/40-misc	2008-01-11 07:47:34 UTC (rev 207)
@@ -0,0 +1,15 @@
+#! /usr/sbin/cfagent -vf
+
+control:
+    actionsequence = ( editfiles )
+    EditFileSize   = ( 30000 )
+
+        
+editfiles:
+
+    
+    # enable sieve scripts
+    { ${target}/etc/cyrus.conf
+        ReplaceAll 'listen="localhost:sieve"' With 'listen="sieve"'
+    }
+


Property changes on: trunk/fai-config-dir/scripts/MAILSERVER/40-misc
___________________________________________________________________
Name: svn:executable
   + *




More information about the D-community-commits mailing list