Re: [EXIM] BSMTP

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Philip Hazel
Datum:  
To: Ray Vermey
CC: exim-users
Betreff: Re: [EXIM] BSMTP
On Thu, 3 Sep 1998, Ray Vermey wrote:

> On Thu, Sep 03, 1998 at 04:14:34PM +0100, Philip Hazel wrote:
> > On Thu, 3 Sep 1998, Ray Vermey wrote:
>
> > Where do you expect the value of $host to come from? How do addresses
> > get to this transport?
>
> Ehh from here ?
>
> bsmtp_router:
> driver = domainlist
> domains = els.dsl.nl:hollandcentraal.nl
> transport = bsmtp_transport
> route_list = *


You need to change the last line to include the host name that you want,
e.g.

    route_list = * $domain


if your "host name" is in fact identical to the domain name. Otherwise,
you need some means of deciding what the host name is...

However, because you are handling several domains, and you have said
"bsmtp=all" it still won't work because each address has a different
host. You need to say "bsmtp=domain". Or alternatively, use the
expansion $domain instead of $host, since that forces automatic domain
batching. See section 43.5.


-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***