Re: [Exim] Seperate Userforward directors?

Top Page
Delete this message
Reply to this message
Author: Matt Bernstein
Date:  
To: Paul
CC: exim-users
Subject: Re: [Exim] Seperate Userforward directors?
At 09:53 +1000 Paul wrote:

># localuser Userforward
>localuserforward:
> driver = forwardfile
> check_local_user = false

^^^^^^^^^^^^^^^^^^^^^^^^
why ?

> file = .forward
> no_verify
> no_expn
> check_ancestor
> file_transport = address_file
> pipe_transport = address_pipe
> reply_transport = address_reply
>
># SQL Userforward
>sqluserforward:
> driver = forwardfile
> check_local_user = false
> data = ${lookup mysql {MYSQL_FORWARD}{$value}}
> no_verify
> no_expn
> check_ancestor
> file_transport = address_file
> pipe_transport = address_pipe
> reply_transport = address_reply