At 6:30 PM -0600 2/20/02, Bernie Berg wrote:
im running potato with the unstable packages. How do I get exim to spit all mail that there isn't a user defined for to a certain mail box? so "[EMAIL PROTECTED]" goes to "[EMAIL PROTECTED]"

1. An alias file:

system_aliases:
  driver             = aliasfile
  file               = /etc/aliases
  file_transport     = address_file
  search_type        = lsearch*@
  include_domain     = true

where /etc/aliases contains:

[EMAIL PROTECTED]: [EMAIL PROTECTED]


2. A catch all at the end of the director chain (after localuser):

catch_all:
  driver             = smartuser
  domains            = domain.com
  new_address        = [EMAIL PROTECTED]


-- Ward




Reply via email to