I administer one mail server that hosts several domains in it. I.E.
- Mail Server: supermailserver.mydomain.com
Hosting mail for domains:
- domain1.com
- domain2.com
- domain3.com
- domain4.com
- domain5.com
I have my user database with OpenLDAP. The server works just fine. There is only one thing I would like to tweak which is the following:
Right now, if I add a user "username" to OpenLDAP and the CyrusMail backend, then "username" gets mail through the following addresses:
- username@domain1.com
- username@domain2.com
- username@domain3.com
- username@domain4.com
- username@domain5.com
The tweak I would like to make is to allow "username" to get emails only from selected domains. What's the best (and easiest) way to do this?
Thanks a lot in advance.