Autor: Ivan Investor
Fecha:
A: exim-users
Asunto: [exim] Forward mail to a two different email address with MYSQL
Dear List Members,
I'm new to exim but I need to implement a forward SMTP server like this:
domain: xxxxxxx.com
Table in MYSQL with (at least this informations):
- address (i.e. user1@???)
- fwd1 (i.e xyz@???)
- fwd2 (i.e xyz123@???)
Is it possible in Exim?
Do I need some difficult configuration?
The only things exim has to do on this serve are:
- receive mail for some domains
- forward mails to the correct forwarding addresses
- deny relaying.
Thanks to all for helping me,
I.