On Thu, Sep 2, 2010 at 8:46 AM, Randy Bush <[email protected]> wrote:
> 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"
more like :)
max1host:
driver = dnslookup
condition = ${if eq
{${lookup{$domain}dbm{/usr/local/etc/exim/ro.smtp.db}}}{singlesmtp}{yes}{no}}
transport = single_smtp
.warren
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/