Hello,
I am trying to host several different domains with one scalix server, with each domain having it's own mail node. I have figured out how to restrict public folders based on mail node like this:
omaddbb -s SharedMilan
omlistbbs
mmodacln -t bulletin -l 1 -g default -c -see -read -attach
omaddacln -t bulletin -l 1 -n "*/somemailnode" -c +see +read +attach +delete
omshowacl -t bb -S -l 1
I have also figured out how to create new directories and restrict them to a particular mail node thusly:
omnewdir -t s -d NTDIR
omlistdirs
omshowacl -t dir -l NTDIR
ommodacln -t directory -l NTDIR -g default -c -read -modifyself
omaddacln -t directory -l NTDIR -n "*/somemailnode" -c +read +modifyself
omaddcda -d NTDIR
omexeccda -d NTDIR
I guess my real question is this: How do I restrict Outlook clients for users of a particular mail node to use thier own directory instead of the system directory?
James