Re: [Exim] option "transport_filter" unknown

Etusivu
Poista viesti
Vastaa
Lähettäjä: Nico Erfurth
Päiväys:  
Vastaanottaja: lakka
Kopio: exim-users
Aihe: Re: [Exim] option "transport_filter" unknown
Lawrence Akka wrote:
> I am trying to use a transport_filter in Exim 4.12, but exim -v gives:
> LOG: PANIC DIE
> Exim configuration error in line 382:
> option "transport_filter" unknown
>
> Lines 382 and thereabouts are:
>
> smart_route:
>     driver = manualroute
>     domains = !+local_domains
>     transport_filter = /usr/local/bin/myfilter
>     transport = remote_smtp
>     route_list = * 193.109.254.3

>
> Am I missing something?


Why do you think it is called transport_filter?
Surely not because you set it in your router ;)

The transport_filter-options is only valid in transports.

Please RTFM on this topic.

ciao
Nico