Get mail delivery to logs@mire.hcoop.net and logs@deleuze.hcoop.net working
authorroot <root@deleuze.hcoop.net>
Thu, 21 Jun 2007 14:46:33 +0000 (10:46 -0400)
committerroot <root@deleuze.hcoop.net>
Tue, 17 Jun 2008 04:21:50 +0000 (00:21 -0400)
commitcdc4389f1aae25de1a90a420bf0cecf15aa3e24e
tree2562faa0551d84aaa928e5ce69bcd1d92a70e100
parent11dd947c3819119a9738eab87be2ee05b60b6e61
Get mail delivery to logs@mire.hcoop.net and logs@deleuze.hcoop.net working

* crontab (MAILTO): Send mail to logs@deleuze.hcoop.net rather than
  logs@localhost, for easier sorting.

* denyhosts.conf (ADMIN_EMAIL): Ditto.

* exim4/conf.d/main/01_exim4-config_listmacrosdefs (unix_domains): Add
  mire.hcoop.net so that mire relay to local aliases can work.

* exim4/conf.d/router/400_exim4-config_system_aliases (system_aliases):
  Make this just look up local_part.  Use /etc/aliases.local,
  temporarily.

* exim4/conf.d/router/420_exim4-config_hosted_aliases: New file that
  implements delivery to hosted domains.  This does a full local_name and
  domain lookup.

* exim4/conf.d/router/450_exim4-config_default_aliases: Write better
  description of what this does.
conf.d/main/01_exim4-config_listmacrosdefs
conf.d/router/400_exim4-config_system_aliases
conf.d/router/420_exim4-config_hosted_aliases [new file with mode: 0644]
conf.d/router/450_exim4-config_default_aliases