From 3b9ac9bc8441b61f4328b57a12219c6e3ea0eb91 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Jun 2007 14:53:01 -0400 Subject: [PATCH] Send changetrack mail to special box. Use non-domtool /etc/aliases. * aliases: Track. * default/changetrack (PARAMS): Send mail to changetrack rather than root. * exim4/conf.d/router/400_exim4-config_system_aliases: Use /etc/aliases. * exim4/update-exim4.conf.conf (dc_other_hostnames): Add mire.hcoop.net. --- conf.d/router/400_exim4-config_system_aliases | 5 +---- update-exim4.conf.conf | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/conf.d/router/400_exim4-config_system_aliases b/conf.d/router/400_exim4-config_system_aliases index 1976601..680b2ba 100644 --- a/conf.d/router/400_exim4-config_system_aliases +++ b/conf.d/router/400_exim4-config_system_aliases @@ -20,16 +20,13 @@ # /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 diff --git a/update-exim4.conf.conf b/update-exim4.conf.conf index 4763d17..883a0ec 100644 --- a/update-exim4.conf.conf +++ b/update-exim4.conf.conf @@ -17,7 +17,7 @@ # This is a Debian specific file dc_eximconfig_configtype='internet' -dc_other_hostnames='hcoop.net:deleuze.hcoop.net' +dc_other_hostnames='hcoop.net:deleuze.hcoop.net:mire.hcoop.net' dc_local_interfaces='' dc_readhost='' dc_relay_domains='' -- 2.20.1