[Exim] exim and sql forwarding

Top Page
Delete this message
Reply to this message
Author: Philipp Jacob
Date:  
To: exim-users
New-Topics: [Exim] exim and nod32
Subject: [Exim] exim and sql forwarding
Hi list,

I already found some ideas on that topic, but it was all related to exim4.
I use exim 3.35 on a debian box with pgsql support.

At present exim gets its data from a table named 'users' with the following
structure:

| userid | local_part | domain | passwd | forward |

+----------+--------------+----------+----------+-----------+
|          |              |          |          |           |


I'd like to use the value in the 'forward' column (if NOT NULL) and
deliver to that address instead of delivering locally.

How can I get this working?


Thank you,
Philipp