RE: [Exim] Mail Delivery Problems?

Etusivu
Poista viesti
Vastaa
Lähettäjä: Torsten Luettgert
Päiväys:  
Vastaanottaja: Cory Daehn via COM.BOX TEMA
Kopio: exim-users
Aihe: RE: [Exim] Mail Delivery Problems?
On Thu, 2003-07-24 at 06:34, Cory Daehn via COM.BOX TEMA wrote:
> How do I make exim ignore the fact that an alias file is missing if there
> aren't any aliases for that domain rather than giving an 451 error message?


You just need to put

require_files = /wherever/your/alias/file/is

into the config of your redirect router (see the exim spec chapter 14,
generic options for routers).

- Torsten