[vhffs-dev] [1246] Added toto+nawak@xxxxxxxxxxx => toto@xxxxxxxxxxx trick in exim conf (not tested yet but should be ok, gradator will confirm this).

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1246
Author:   beuss
Date:     2008-07-30 16:29:29 +0200 (Wed, 30 Jul 2008)

Log Message:
-----------
Added toto+nawak@xxxxxxxxxxx => toto@xxxxxxxxxxx trick in exim conf (not tested yet but should be ok, gradator will confirm this).

Modified Paths:
--------------
    trunk/vhffs-doc/config/exim4-mx1/350_vhffs-virtual_boxes-router
    trunk/vhffs-doc/config/exim4-mx1/351_vhffs-forwards-router
    trunk/vhffs-doc/config/exim4-mx1/exim4.conf


Modified: trunk/vhffs-doc/config/exim4-mx1/350_vhffs-virtual_boxes-router
===================================================================
--- trunk/vhffs-doc/config/exim4-mx1/350_vhffs-virtual_boxes-router	2008-07-30 05:51:46 UTC (rev 1245)
+++ trunk/vhffs-doc/config/exim4-mx1/350_vhffs-virtual_boxes-router	2008-07-30 14:29:29 UTC (rev 1246)
@@ -4,5 +4,9 @@
 vhffs_local:
   debug_print = "R: vhffs_local for $local_part@$domain"
   driver = accept
+## Enable this if you want to have aaa+anything+here@xxxxxxxxxxx
+## to be delivered to aaa@xxxxxxxxxxx
+#  local_part_suffix = +*
+#  local_part_suffix_optional
   domains = VHFFS_VIRTUAL_LOCAL_DOMAINS
   transport = vhffs_local

Modified: trunk/vhffs-doc/config/exim4-mx1/351_vhffs-forwards-router
===================================================================
--- trunk/vhffs-doc/config/exim4-mx1/351_vhffs-forwards-router	2008-07-30 05:51:46 UTC (rev 1245)
+++ trunk/vhffs-doc/config/exim4-mx1/351_vhffs-forwards-router	2008-07-30 14:29:29 UTC (rev 1246)
@@ -3,6 +3,10 @@
 vhffs_forward:
   debug_print = "R: vhffs_forward for $local_part@$domain"
   driver = redirect
+## Enable this to have aaa+bbb@xxxxxxxxxxx redirected
+## to aaa@xxxxxxxxxxx
+#  local_part_suffix = +*
+#  local_part_suffix_optional
   qualify_preserve_domain = true
   data = VHFFS_FORWARD_ADDRESS
 

Modified: trunk/vhffs-doc/config/exim4-mx1/exim4.conf
===================================================================
--- trunk/vhffs-doc/config/exim4-mx1/exim4.conf	2008-07-30 05:51:46 UTC (rev 1245)
+++ trunk/vhffs-doc/config/exim4-mx1/exim4.conf	2008-07-30 14:29:29 UTC (rev 1246)
@@ -204,11 +204,19 @@
 
 virtual_local:
   driver = accept
+## Enable this to have aaa+bbb@xxxxxxxxxxx redirected
+## to aaa@xxxxxxxxxxx
+#  local_part_suffix = +*
+#  local_part_suffix_optional
   domains = PGSQL_VIRTUAL_LOCAL_DOMAINS
   transport = virtual_local
 
 virtual_forward:
   driver = redirect
+## Enable this to have aaa+bbb@xxxxxxxxxxx redirected
+## to aaa@xxxxxxxxxxx
+#  local_part_suffix = +*
+#  local_part_suffix_optional
   qualify_preserve_domain = true
   data = PGSQL_VIRTUAL_FORWARD_DATA
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/