I am new to Scalix, however I am experienced with sendmail configurations. I am trying to build alias tables in Scalix like I would for use in sendmail. I am really looking to duplicate the mailertable functionality, sometimes also know as the virtuser table. Basically I need to perform the following.
Assume my mail box is user1@domain.com
I want to be able to send the following to that address:
alias1@domain.com -> user1@domain.com
alias2@domain.com -> user1@domain.com
Thanks...
HFC