Postby ScalixSupport » Fri Jan 14, 2005 9:23 pm
In most cases, Scalix doesn't have a concept of "owning" a domain. As long as the SMTP Relay can find the address in the SYSTEM directory, it will accept the message.
You can either use the Admin Console to add an additional address or, if you want to use the command line:
ommodu -o "User Name" -n "User Name/mailnode/IA=user1@domaina.com=user2@domainb.com"
As long as your DNS MX records point both domains to your Scalix server, it should be OK.
If it isn't :-) you can add the following to /var/opt/scalix/sys/smtpd.cfg:
LOCAL_DOMAINS=domaina.com,domainb.com
but this isn't necessary if the first suggestions work.
Cheers
Dave