Koozali.org: home of the SME Server

SOGo Shared Mailboxes show up empty [SOLVED]

Offline sqlerror

  • **
  • 50
  • +0/-0
SOGo Shared Mailboxes show up empty [SOLVED]
« on: May 03, 2015, 05:56:43 PM »
Installing SOGo on SME9 according to the howto http://wiki.contribs.org/Sogo gives a good working SOGo.
Works particulary well on IOS.
Shared mailboxes do work, also the e-mail notifications of permissions changes. But the shared mailboxes show up empty.
Error is in:/etc/e-smith/templates/etc/sogo/sogo.conf/10defaults:
Code: [Select]
{
    if (($sieve{'status'} || 'disabled') eq 'enabled'){
        my $sieveport = $sieve{'TCPPort'} || '4190';
        $OUT .=<<"HERE";
        SOGoSieveServer = "sieve://localhost:$sieveport";
        SOGoVacationEnabled = YES;
        SOGoForwardEnabled = YES;
        SOGoSieveScriptsEnabled = YES;
        NGImap4ConnectionStringSeparator = ".";
HERE
    }


Change seperator into a slash:
Code: [Select]
NGImap4ConnectionStringSeparator = "/";Then generate config:
Code: [Select]
[root@host sogo.conf]# expand-template /etc/sogo/sogo.conf
[root@host sogo.conf]# service sogod restart

On a SME8 box I can not get the shares visible at all, anyone got that working on SME8?

Thanks to the contributors for this contrib!