Re: [Exim] default address

Etusivu
Poista viesti
Vastaa
Lähettäjä: Nico Erfurth
Päiväys:  
Vastaanottaja: Ron McKeating
Kopio: Exim-Users (E-mail)
Aihe: Re: [Exim] default address
Ron McKeating wrote:
> I am trying to set up a default address to which all mail that is not
> delivered to a valid user on a particular system is sent to. I thought
> under exim 3 that you used smartuser for this but I cannot find
> smartuser in the online manual for exim 4 (I am using 4 on the new
> system). Could anybody point me at the bit of the documentation I should
> be reading. I would just like any email that is addressed to that domain
> but does not have a valid local user to be dropped into default mailbox.


Use this as your last router

default_mailbox:
driver = redirect
data = default@mydomain


Nico