Re: [EXIM] using smartuser to forward mail

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Richard Welty
Cc: exim-users
Asunto: Re: [EXIM] using smartuser to forward mail
On Wed, 11 Mar 1998, Richard Welty wrote:

> some of our incoming email needs to be separated out, by local part,
> to be forwarded to an exchange server (yyeecchh.) i'm trying to set
> up smart user to pick them out and send them on using the smtp
> transport:
>
> #director
>
> to_alb_001:
> local_parts = dbm;/etc/exim/domains/alb-001.db
> driver = smartuser
> transport = alb_001_transport
>
> #transport
>
> alb_001_transport:
> driver = smtp
> hosts = alb-001.office.albany.inet-solutions.net
>
> the email is being properly picked out by the director, but the
> transport is then determining that it is local and is freezing it in
> the queue.


That can't be right, since transports don't make such decisions, only
routers do. If you send me the output from

exim -d9 -bt xxxx@yyyy

for an appropriate address, I may be able to tell you what is happening.

-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



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