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