Re: [exim] dupes on a mailing list

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Randy Bush
Fecha:  
A: 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