Hey help me plan this thing please.
We want to have some users to send emails over internet and the rest should not be able to send mails over internet there should be able to send mails only within domain.
These 2nd set of users should not be able to access there email accounts from outside the office, but the 1st set of users should be able to access it. And all the users should be able to contact each other.
How should I implement the Scalix server now.
What idea i had was to have 2 Scalix servers, One will be in network, so that the 2nd set of users shouldn't be able to send mails outside the local domain and can't even view their emails from outside the office. Other machine will be on internet connected with MX record of the website, so that 1st set of users can send/receive emails from internet as well as from server thats in network. Both machines will be in network and the internet machine will be NAT to internet through Router.
Anyone, any other Idea apart from this?