Quantcast
Channel: iRedMail — iRedMail Support
Viewing all articles
Browse latest Browse all 43519

Re: Restrict "Any Authenticated User" sharing permissions in SOGo

$
0
0

According to the SOGO docs, I will have to define individual domains like this:

domains = {
        acme.com = {
            SOGoMailDomain = acme.com;
            SOGoDraftsFolderName = Drafts;
            SOGoUserSources = (
                {
                    type = ldap;
                    CNFieldName = cn;
                    IDFieldName = uid;
                    UIDFieldName = uid;
                    baseDN = "ou=users,dc=acme,dc=com";
                    bindDN = "uid=sogo,ou=users,dc=acme,dc=com";
                    bindPassword = qwerty;
                    canAuthenticate = YES;
                    displayName = "Shared Addresses";
                    hostname = 127.0.0.1;
                    id = public_acme;
                    isAddressBook = YES;
                    port = 389;
                }
            );
        };

I've merged the iredmail configurtaion into the sample above and been able to connect but the Global Address Book is not available. I'm think I need help choosing the baseDN for each domain. Does anyone have a working example I could refer to?


Viewing all articles
Browse latest Browse all 43519


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>