Re: [Exim] exim 3.33 no smarthost transport driver

Pàgina inicial
Delete this message
Reply to this message
Autor: Rene Küttner
Data:  
A: exim-users
Assumpte: Re: [Exim] exim 3.33 no smarthost transport driver
--
On Mon, Jan 20, 2003 at 08:17:19AM +0100, Hofmann Claus wrote:
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> x-gfisavedcharset: iso-8859-1
>
> I`m using exim 3.33 + redhat 8.0.
> I wanted to use a smarthost driver to forward all mail for a domain like *.3rddomain.com to a single mailbox test@???.
>
> The problem was the following error message when testing my exim.conf file. How can I get a smarthost driver for my 3.33 version (seems like the driver is missing?!):
>
> Exim Version 3.33 #1 built
> 2003-01-20 08:07:22 Exim configuration error
> transport test_smarthost: cannot find transport driver "smarthost" in line 236
>


morning,

for my workstation this setup works with exim 3.x:

transport:

-----8<-----

remote_smtp:
driver = smtp

----->8-----

and smarthost configuration goes in routers:

-----8<-----

smarthost:
driver = domainlist
transport = remote_smtp
route_list = "* 123.123.123.123 byname"

----->8-----

where 123.123.123.123 is the (changed) ip adress of my smarthost

>
> Can anybody help me?
>
>
>
> --
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>


--

Rene Küttner                    NetKom GmbH, Administration
rkuettner@???     Gewerbepark Mockritz, 04720 Döbeln


--
[ Content of type application/pgp-signature deleted ]
--