RE: [Exim] Mail Delivery Problems?

Góra strony
Delete this message
Reply to this message
Autor: Torsten Luettgert
Data:  
Dla: Cory Daehn via COM.BOX TEMA
CC: exim-users
Temat: 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