Re: [exim] dupes on a mailing list

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Randy Bush
Data:  
Para: Phil Pennock
CC: exim users
Asunto: Re: [exim] dupes on a mailing list
> max1host:
> driver = dnslookup
> condition = ${if eq ${lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}{"singlesmtp"}{yes}{fail}}
> transport = single_smtp


well, more like

max1host:
driver = dnslookup
condition = ${if eq {lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}}{singlesmtp}{yes}{no}}
transport = single_smtp

except it gets me

failed to expand condition "${if eq {lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}}{singlesmtp}{yes}{no}}" for max1host router: missing 2nd string in {} after "eq"

randy