Autor: Torsten Luettgert Data: Para: Cory Daehn via COM.BOX TEMA CC: exim-users Assunto: 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).