ACL's, public folders, and internet users
Posted: Fri Aug 31, 2007 3:56 pm
I have started to get spam to my mail-enabled public folders. My intention was to change the ACL's on them like I did with the ACI's on my PDL's so that only local users, users of my other mail nodes, and a select few internet addresses can write to them. However, when I try to add the ACL's for internet users, I get errors:
When I added an asterisk before /internet, it took the command, but not with the desired results:
When I try to add permissions in Outlook, I get an error stating "The folder does not permit the inclusion of Internet addresses".
What is the correct way to limit who can send mail to a public folder address?
Thanks,
Kenny
Code: Select all
# omaddacln -t bulletin -l ":svnchanges" -n "/internet (rfc-822|user@external.com)" -c +"read create"
omaddacln: [OM 15898] Personal name is missing from the address supplied.
Usage: omaddacln -t type {-l name | -b AbsRef} [-d depth]
{-g group | -n OR_address | -a attribute_list}
-c caps
When I added an asterisk before /internet, it took the command, but not with the desired results:
Code: Select all
omaddacln -t bulletin -l ":svnchanges" -n "*/internet (rfc-822|user@external.com)" -c +"read create"
[root@postal ~]# omshowacl -t bb -l 1
* /internet/CN=* create read visible
Scalix Administrators create read subfolder editown deleteall owner contact visible
Local Users create read visible
Default create visible
When I try to add permissions in Outlook, I get an error stating "The folder does not permit the inclusion of Internet addresses".
What is the correct way to limit who can send mail to a public folder address?
Thanks,
Kenny