How do I create an admin account when doing authentication via PostgreSQL? I followed the Installation Guide but when it gets to creating an account it only explains the process with LDAP, which I am not using. When I access the sogo database via psql on the command line, I only see two tables defined: sogo_folder_info
sogo_user_profile
My defaults file looks like: s...@server01:~/GNUstep/Defaults$ cat .GNUstepDefaults
{
    NSGlobalDomain = {
    };
    sogod = {
OCSFolderInfoURL = "postgresql://sogo:s...@localhost:5432/sogo/sogo_folder_info";
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotification = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoDraftsFolderName = Drafts;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoIMAPServer = localhost;
        SOGoLanguage = English;
        SOGoMailDomain = xyz123.com;
        SOGoMailingMechanism = smtp;
SOGoProfileURL = "postgresql://sogo:s...@localhost:5432/sogo/sogo_user_profile";
        SOGoSMTPServer = localhost;
        SOGoSentFolderName = Sent;
        SOGoTimeZone = America/New_York;
        SOGoTrashFolderName = Trash;
        SOGoUserSources = (
            {
                canAuthenticate = YES;
                id = directory;
                isAddressBook = YES;
                type = sql;
                userPasswordAlgorithm = md5;
viewURL = "postgresql://sogo:[email protected]:5432/sogo/sogo_view";
            }
        );
    };
}
Thanks for any help. Jeremy Cowgar


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

Reply via email to