Hi,

Just for fun I compiled SOPE and SOGo 2.1.1b and was surpised how easy that
went on the Raspberry Pi.
In total compilation lasted no more than about 2 hours or so.

Configuration, however, slows me down a bit.
I have to say that the documentation is not very intuitive, but using my
friend Google got me close to a working environment (at least, that is how it
feels).

A couple of questions though :

1) It is said that the main config file is /etc/sogo/sogo.conf, and that you
shoud get rid of .GNUstepDefaults in sogo's homedirectory. When I start SOGo,
a new .GNUstepDefaults is created, with the following content (short
version...) :

<xml?......
<!DOCTYPE......
<plist......
<dict>
  <key>NSGlobalDomain</key>
  <dict>
  </dict>
  <key>sogod</key>
  <dict>
  </dict>
</dict>
</plist>

Will the settings in /etc/sogo/sogo.conf still be processed ?

2) I do have a setting in /etc/sogo/sogo.conf declaring my SOGoUserSources
that looks like this :

SOGoUserSources {
  {
    canAuthenticate = YES;
    displayName = "SOGo users";
    id = users;
    isAddressBook = YES;
    type = sql;
    userPasswordAlgorith = md5;
    viewUrl = "mysql://sogo:bladiebla@localhost:3306/sogo/sogo_users";
  }
}

The table sogo_users exists, and is filled with one user.

However, when starting SOGo, or when trying to login (I'm not sure), I get
this error in the logfile :

No authentication sources defined - nobody will be able to login. Check your
defaults.

Am I missing something here ?

If someone could help me out, I'd be very grateful.

Thank you,

Hans

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

Reply via email to