Do you want to create a distribution list with email addresses that are outside of your scalix server, or do you want to create one that has (as its own) an email address that is not within the domain scope that is not that of your scalix server?
You would have to be a little more specific or give an example I think.
If you want to just add external addresses to a distribution mailing list, you can do so with the CLI commands. Easiest thing to do is to create Directory Entries using "omaddent" and include an internet address in the "-e" part of the command string that matches the external recipient. I use this for some distribution lists that mail to outside contacts and clients.
for example:
Code: Select all
omaddent -e "G=Joe/S=ExternalUser/cn=Joe ExternalUser/ou1=internet/ia=jextuser@somewhere_else.tld"
(gah.. silly autowrapping in the edit area >_< should be one command line)
That would add a directory entry with the name of "Joe ExternalUser" in your public contact directory (you can hide it from casual directory browsing with some other x.400 switches, but it will show up in searches still). You can then add that directory entry easily to your Distribution List.
I'm not sure if you can directly add an inline email address to an "ommodpdln" command set or not as I haven't tried it. I have been using directory entries to keep tabs on what email address is what as well as track what Distribution Lists I have them in.
The external directory entries and distribution lists functioned much like this in Exchange as well, but I remember Gui portions for handling them (although CLI is much more scriptable for large modify jobs and therefor more handy in my case).