RE: [exim] condition statement within a router not working a…

Page principale
Supprimer ce message
Répondre à ce message
Auteur: email lists
Date:  
À: exim-users
Sujet: RE: [exim] condition statement within a router not working as expected
Hi Tony,

| Or you can use match_address:
| 
| condition  = ${if and{{ !eq{$interface_port}{10026} } \
|                       {  match_address{$local_part@$domain} \

|
{lsearch;/etc/exim/exim-relay-domains-aliases} }} \
|                   {yes} {no} }


Worked a treat! This was exactly what I was after - thanks

Darren