[pkg-kolab] r994 - in kolabd/trunk: debian templates

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Nov 12 21:52:39 UTC 2008


Author: mparent-guest
Date: 2008-11-12 21:52:38 +0000 (Wed, 12 Nov 2008)
New Revision: 994

Added:
   kolabd/trunk/templates/amavis-kolab.in
Modified:
   kolabd/trunk/debian/changelog
Log:
amavis-new: add a template to redirect scanned messages to the postfix port 10026.Default port make messages bounce when amavis is enabled (Closes: #499094).


Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2008-11-11 21:08:11 UTC (rev 993)
+++ kolabd/trunk/debian/changelog	2008-11-12 21:52:38 UTC (rev 994)
@@ -1,3 +1,12 @@
+kolabd (2.2.0-20080709.dfsg-2) unstable; urgency=low
+
+  * amavis-new:
+    - add a template to redirect scanned messages to the postfix port 10026.
+      Default port make messages bounce when amavis is enabled 
+      (Closes: #499094).
+
+ -- Mathieu Parent <math.parent at gmail.com>  Wed, 12 Nov 2008 22:47:13 +0100
+
 kolabd (2.2.0-20080709.dfsg-1) unstable; urgency=low
 
   * New upstream version: 2.2.0

Added: kolabd/trunk/templates/amavis-kolab.in
===================================================================
--- kolabd/trunk/templates/amavis-kolab.in	                        (rev 0)
+++ kolabd/trunk/templates/amavis-kolab.in	2008-11-12 21:52:38 UTC (rev 994)
@@ -0,0 +1,17 @@
+KOLAB_META_START
+TARGET=/etc/amavis/conf.d/40-kolab
+PERMISSIONS=0640
+OWNERSHIP=@amavisd_usr@:@amavisd_grp@
+KOLAB_META_END
+# this file is automatically written by the Kolab config backend
+# manual additions are lost unless made to the template in the Kolab config directory
+
+use strict;
+
+##
+## Kolab
+##
+
+# reinjection path
+$notify_method  = 'smtp:[127.0.0.1]:10026'; # notifications about scanned messages
+$forward_method = $forward_method; # scanned messages




More information about the pkg-kolab-devel mailing list