Re: [Exim] Accounting

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: Daniel Buchholz
CC: exim-users
題目: Re: [Exim] Accounting
On Thu, 2 Mar 2000, Daniel Buchholz wrote:

> So I tried
>
> /---------Transports---------
> domainA_remote_smtp:
> driver = smtp
> domainB_remote_smtp:
> driver = smtp
> domainC_remote_smtp:
> driver = smtp
> remote_smtp:
> driver = smtp
> ----------------------------/
> /--------Routers------------
> lookuphostA:
> driver = lookuphost
> transport = domainA_remote_smtp
> domains = domainA
> lookuphostB:
> driver = lookuphost
> transport = domainB_remote_smtp
> domains = domainB
> lookuphostC:
> driver = lookuphost
> transport = domainC_remote_smtp
> domains = domainC
> lookuphost:
> driver = lookuphost
> transport = remote_smtp
> -----------------------------/
>
> with messages ending up in remote_smtp regardless of sending domain.


Find out *why* it didn't work. Run

exim -d9 -bt x@domainA

and see why Exim is routing it to remote_smtp instead of
domainA_remote_smtp.

> Anything wrong with that?


Not as far as I can see.

[If you are running tests through a daemon, you did remember to HUP it
after changing the config, didn't you?]

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