* apache2/conf.d/home.conf: Remove, since this duplicates
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 300_exim4-config_real_local
index b1c4a9d..249920c 100644 (file)
@@ -1,15 +1,17 @@
 
-### router/400_exim4-config_system_aliases
+### router/300_exim4-config_real_local
 #################################
 
 # This router allows reaching a local user while avoiding local
 # processing. This can be used to inform a user of a broken .forward
 # file, for example. The userforward router does this.
 
+# hcoop-change: Use unix_domains rather than local_domains.
+
 real_local:
   debug_print = "R: real_local for $local_part@$domain"
   driver = accept
-  domains = +local_domains
+  domains = +unix_domains
   local_part_prefix = real-
   check_local_user
   transport = LOCAL_DELIVERY