exim: Completely review the exim configuration.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / router / 500_exim4-config_hubuser
diff --git a/etc/exim4/conf.d/router/500_exim4-config_hubuser b/etc/exim4/conf.d/router/500_exim4-config_hubuser
deleted file mode 100644 (file)
index 52a8dc2..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-
-### router/500_exim4-config_hubuser
-#################################
-
-.ifdef DCconfig_satellite
-# This router is only used for configtype=satellite.
-# It takes care to route all mail targetted to <somelocaluser@this.machine>
-# to the host where we read our mail
-#
-hub_user:
-  debug_print = "R: hub_user for $local_part@$domain"
-  driver = redirect
-  domains = +local_domains
-  data = ${local_part}@DCreadhost
-  check_local_user
-
-# Grab the redirected mail and deliver it.
-# This is a duplicate of the smarthost router, needed because
-# DCreadhost might end up as part of +local_domains
-hub_user_smarthost:
-  debug_print = "R: hub_user_smarthost for $local_part@$domain"
-  driver = manualroute
-  domains = DCreadhost
-  transport = remote_smtp_smarthost
-  route_list = * DCsmarthost byname
-  host_find_failed = defer
-  same_domain_copy_routing = yes
-  check_local_user
-.endif
-
-