This _should_ restrict access to Mail to uid = xyacket2  correct??

<key>ModulesConstraints</key>
<dict>
<key>Mail</key>
<dict>
<key>uid</key>
<string>xyacket2</string>
</dict>
</dict

If so, I must be doing something wrong. When I login with a uid of sogotest I still see Mail.

-Ron
On 29-Jun-11 14:53, Martin Lehmann wrote:
Yes, you can use constraints for this. See documentation.

Example:
                ....
                ModulesConstraints = {
                        Calendar = {
                                attr1 = 1;
                        };
                        Contacts = {
                                attr2 = 1;
                        };
                        Mail = {
                                attr3 = 1;
                        };
                };


Am 29.06.2011 20:35, schrieb Ronald J. Yacketta:
Hello all!

Is it possible disable Mail in the WebUI or have the Mail link redirect to our Squirrel Mail? We currently have a heavily modified Squirrel Mail implementation which would more than likely be a PITA to get into SOGo.

-Ron

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to