Get mail delivery to logs@mire.hcoop.net and logs@deleuze.hcoop.net working
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 400_exim4-config_system_aliases
index 2b9afc5..1976601 100644 (file)
 #   /usr/share/doc/exim4-base/README.Debian.gz
 # for explanation and some workarounds.
 
-# hcoop-change: Look up the local_part and domain, not just the
-# local_part.
+# hcoop-change: Look up this stuff in /etc/aliases.local for now,
+# until Adam gets back to me.
 
 system_aliases:
   debug_print = "R: system_aliases for $local_part@$domain"
   driver = redirect
-  domains = +local_domains
+  domains = +unix_domains
   allow_fail
   allow_defer
-  data = ${lookup{$local_part@$domain}lsearch{/etc/aliases}}
+  data = ${lookup{$local_part}lsearch{/etc/aliases.local}}
   .ifdef SYSTEM_ALIASES_USER
   user = SYSTEM_ALIASES_USER
   .endif