[exim]
> I have added the following to my configure file
>
> TRANSPORTS:
>
> lyris_smtp:
> driver = smtp
> service = 26
>
>
> ROUTERS:
>
> lyris:
> transport = lyris_smtp
> driver = domainlist
> route_file = /usr/exim/lyrishosts
> search_type = lsearch
>
>
> yes when i try and send to a mailing list on my server i get this
> message:
>
>
> biotalk@??? is undeliverable:
> lowest numbered MX record points to local host
>
>
> i am confused?
You need a "self = send" in your router, to explicitly tell Exim that
reinjecting the message to the local host is what you want. This only
makes sense when you're reinjecting to a different port number, but as
Exim doesn't know what port a message arrived on, you have to insist.
--
Harald
--
*** Exim information can be found at
http://www.exim.org/ ***