Re: [exim] dupes on a mailing list
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Randy Bush at
2010-09-02 06:25
Warren Baker at
2010-09-02 07:19
Author:
Randy Bush
Date:
2010-09-02 06:46
UTC
To:
Phil Pennock
CC:
exim users
Subject:
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