On 10-May-01 at 13:07:09 Michael Prohm wrote:
> I have a problem with a transport. If I have in one Mail more then one
> recipient which use the same transport, I become the errormessage:
> retry time not reached for any host after a long failure period
> But if I send to only one adress, anything ist okay.
>
> With exim -d9 I have detected, that he make a wrong lookup in the
> transport:
> t_relay transport entered
> mprohm@???
> prohm@???
> using the transport's hosts: ${lookup {${local_part}@${domain}} dbm
> {/etc/exim/relay.db} {$value} }
> search_open: dbm "/etc/exim/relay.db"
> search_find: file="/etc/exim/relay.db"
> key="@cypostest.de" partial=-1
^^^^^^^^^^^^^
This doesn't look right. However, try using the 'no_multi_domain' option
with the transport:
The transport:
t_relay:
driver = smtp
hosts = "${lookup {${local_part}@${domain}} dbm \
{/etc/exim/relay.db} {$value} }"
gethostbyname = true
no_multi_domain
Regards,
John.
------------------------------------------------------------------------
John Horne, University of Plymouth, UK Tel: +44 (0)1752 233914
E-mail: jhorne@???
PGP key available from public key servers