I believe without quotation marks it should work.

I have in sogo.conf something like this
SOGoSuperUsernames = (postmas...@mydomain.com, usern...@mydomain.com);

PM


 Čtvrtek, 5 Únor, 2015 09:39 CET, <raib...@gmail.com> napsal:

> Hello,
> I'm new at Sogo. I installed Sogo and I am trying to use it with my openldap
> accounts. I'm able to login with ldap accounts without problem (also share
> calendars, send mail, etc), but I can't set any of email accounts as
> superuser. When i login with the account that i defined at SOGoSuperUsernames,
> i see nothing special than an ordinary user, no administrative things.
>
> I'll have multiple domains so I tried:
>
> SOGoSuperUsernames = ("so...@hede.com.tr");
> SOGoSuperUsernames = ("sogo1");
> SOGoSuperUsernames = "so...@hede.com.tr";
>
> but none of them works. What am i doing wrong?
>
> Sogo version: sogo-2.2.14-1.centos6.x86_64 (from inverse rpm repository)
>
> Here is my sogo.conf:
>
> {
>   WOWorkersCount = 3;
>   WOPort = "127.0.0.1:20000";
>   WOLogFile = "/var/log/sogo/sogo.log";
>   WOPidFile = "/var/run/sogo/sogo.pid";
>   SOGoMemcachedHost = "127.0.0.1";
>   SOGoEnableDomainBasedUID = YES;
>   SOGoPasswordChangeEnabled = YES;
>   SOGoDraftsFolderName = Drafts;
>   SOGoSentFolderName = Sent;
>   SOGoTrashFolderName = Trash;
>   NGImap4ConnectionStringSeparator = ".";
>   SOGoIMAPAclConformsToIMAPExt = NO;
>   SOGoSieveServer = sieve://127.0.0.1:4190;
>   SOGoSMTPServer = 127.0.0.1;
>   SOGoMailingMechanism = smtp;
>   SOGoForceExternalLoginWithEmail = YES;
>   SOGoPageTitle = "SOGo Hede";
>   SOGoSuperUsernames = ("so...@hede.com.tr");
>
>   domains = {
>     hede = {
>       SOGoMailDomain = "hede.com.tr";
>       SOGoIMAPServer = 127.0.0.1:143;
>       SOGoTimeZone = Europe/Istanbul;
>       SOGoAppointmentSendEMailNotifications = YES;
>       SOGoCalendarDefaultRoles = ("PublicViewer", "ConfidentialDAndTViewer");
>       SOGoContactsDefaultRoles = ("ObjectEditor");
>       SOGoNotifyOnExternalModifications = YES;
>       SOGoUserSources = (
>         {
>           type = ldap;
>           bindDN = "cn=admin,dc=hede,dc=com,dc=tr";
>           bindPassword = "*******";
>           bindFields = ("uid", "mail");
>           CNFieldName = cn;
>           IDFieldName = uid;
>           UIDFieldName = uid;
>           baseDN = "ou=people,dc=hede,dc=com,dc=tr";
>           canAuthenticate = YES;
>           displayName = "Shared Addresses";
>           hostname = localhost;
>           id = public_hede;
>           isAddressBook = YES;
>           port = 389;
>           userPasswordAlgorithm = ssha;
>           prependPasswordScheme = YES;
>         }
>       );
>       SOGoProfileURL =
> "mysql://sogo:sogo@localhost:3306/sogo_hede/sogo_user_profile";
>       OCSFolderInfoURL =
> "mysql://sogo:sogo@localhost:3306/sogo_hede/sogo_folder_info";
>       OCSSessionsFolderURL =
> "mysql://sogo:sogo@localhost:3306/sogo_hede/sogo_sessions_folder";
>     };
>     otherdomain = {
>       ...
>     };
>   };
> }
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists






-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to