Send changetrack mail to special box. Use non-domtool /etc/aliases.
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / router / 400_exim4-config_system_aliases
index 1976601..680b2ba 100644 (file)
 #   /usr/share/doc/exim4-base/README.Debian.gz
 # for explanation and some workarounds.
 
-# 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 = +unix_domains
   allow_fail
   allow_defer
-  data = ${lookup{$local_part}lsearch{/etc/aliases.local}}
+  data = ${lookup{$local_part}lsearch{/etc/aliases}}
   .ifdef SYSTEM_ALIASES_USER
   user = SYSTEM_ALIASES_USER
   .endif