Re: [exim] Condition for router

Top Pagina
Delete this message
Reply to this message
Auteur: Jakob Hirsch
Datum:  
Aan: Martin Klewitz [gamigo AG]
CC: exim-users
Onderwerp: Re: [exim] Condition for router
Martin Klewitz [gamigo AG] wrote:

> Is there a possibility to read the matching emails from a plain text file
> where all the addresses that should be relayed are listed one per line?


this should do:

additional_route:
   driver = manualroute
   condition = ${lookup {${local_part}@${domain}} \
     lsearch {CFG_DIR/relay_addresses} {1}{0}}
   route_data = 1.2.3.4
   transport = remote_smtp