We are running a mail server with postfix mta. But now to are moving to EXIM, as it has a lot of features inbuilt without using milters.
In postfix you can deliver to non system users quite easily by just creating a file say /etc/nonsysmail.txt and putting in it simple lines like:
info@mail.virtual.host nonsysmail/nonsystemUserA/
sales@mail.virtual.host nonsysmail/nonsystemUserB/
programs@mail.virtual.host nonsysmail/nonsystemUserc/
*@mail.virtual.host nonsysmail/nonsystemUserAll/
postmap /etc/nonsysmail.txt
Is there someway to achieve same with EXIM too, using just plain text files. I am not allowed to use mysql db there. Can someome suggest me full procedure for using non system virtual users with EXIM mta.