Hi just need some clarification....
I have a Scalix SBE server which has 3 domains, say domian1.com, domain2.com and domain3.com
I want to have the scalix server pickup email for all domains. In the past, usually with sendmail its just an edit to the access file and an email to user1@domain1.com or user1@domain2.com or user1@domain3.com would all end up in the same mailbox.
in Scalix its not so straight forward from what i've seen and tried.
I'll outline the steps i think necessary and why below, ask a couple of questions and just need this to be verified....
1. add all domain names to /etc/mail/local-host-names
(this means sendmail will deliver locally for all domains)
2. add all domain names to /etc/mail/access for RELAY and "re-hash" the file.
(this means sendmail will relay for the local domains)
3. Login to SAC, add the domains in the administration settings.
(thus scalix can accept mail for all domains)
4. Add aliases for each domain to each users account.
From what i tested if a user did not have a user1@domain2.com address then you would get a user unknown.
When adding a users additional email address for a different domain it didn't actually start working until after restartnig scalix. is this normal?????
5. edit /var/opt/scalix/sys/smtpd.cfg and add similar RELAY line to include the additional domains??
(Is this necessary??)
have i missed anything? Is anything above not necessary? is there an easier way without adding additional addresses for every user on the additional domains?
TIA