RE: [Exim] Mail Delivery Problems?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Torsten Luettgert
Fecha:  
A: Cory Daehn via COM.BOX TEMA
Cc: exim-users
Asunto: 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