Please follow this HOWTO and don't dare skip even a single step even when
you feel you know it already :-)
Go through it with a tooth-comb.If you get stuck, I will help you diagnose
the problem personally, okay?
https://wiki.archlinux.org/index.php/SOGo


On Mon, 28 Jan 2019 at 20:27, Matthew Valdez <[email protected]> wrote:

> So I am using apache, and I have seen numerous people have this same
> issue. Everything I am reading it says it has something to do with the
> SOGo.conf file in the apache folder but that does not seem to be the
> case. I tried all the suggestions like this one
> https://www.mail-archive.com/[email protected]/msg27894.html . I also tried
> copying the SOGo.conf from the ZEG release and still the same issue.
>
>
> -Matthew
>
> On 1/25/2019 5:36 PM, Pedro Antunes ([email protected]) wrote:
> > Hi Matthew,
> >
> > I had same problem but it was related with virtualhost that I created to
> webmail.
> >
> > My solution was redirect / to /SOGo on nginx.
> >
> > location / {
> >      try_files $uri $uri/ @strip-ext;
> >      return 301 /SOGo$1;
> >    }
> >
> > Regards,
> > Pedro Antunes
> >
> > On 25/01/2019, 23:32, "[email protected] on behalf of Matthew
> Valdez" <[email protected] on behalf of [email protected]> wrote:
> >
> >      Hello all,
> >
> >      Currently have SOGo setup to authenticate and login using ldap for
> our
> >      Active directory and when I go to sign in, it will redirect you to
> >      sogo/SOGo/username and it will be the login screen again, and you
> can
> >      keep repeating the login. I am assuming it has something to do with
> the
> >      database? I created the database and the user, I tried creating the
> >      tables and nothing changes. Below is my sogo config file with a few
> >      modifications to remove any "sensitive" data.
> >
> >      Thanks,
> >
> >      -Matthew
> >
> >
> >      {
> >
> >               SOGoProfileURL                        =
> >      "mysql://sogo:[email protected]:3306/sogo/sogo_user_profile";
> >               OCSFolderInfoURL                      =
> >      "mysql://sogo:[email protected]:3306/sogo/sogo_folder_info";
> >               OCSSessionsFolderURL                  =
> >      "mysql://sogo:[email protected]:3306/sogo/sogo_sessions_info";
> >               OCSEMailAlarmsFolderURL               =
> >      "mysql://sogo:[email protected]:3306/sogo/sogo_alarms_folder";
> >               OCSStoreURL                           =
> >      "mysql://sogo:[email protected]:3306/sogo/sogo_store";
> >               OCSAclURL                             =
> >      "mysql://sogo:[email protected]:3306/sogo/sogo_acl";
> >               OCSCacheFolderURL                     =
> >      "mysql://sogo:[email protected]:3306/sogo/sogo_cache_folder";
> >
> >               SOGoLanguage                          = English;
> >               SOGoAuthenticationType                = LDAP;
> >               SOGoSieveScriptsEnabled               = YES;
> >               SOGoForwardEnabled                    = YES;
> >               SOGoVacationEnabled                   = YES;
> >               SOGoEnableEMailAlarms                 = YES;
> >               SOGoTimeZone                          = US/Central;
> >               SOGoSieveServer                       = sieve://
> 127.0.0.1:4190;
> >               SOGoCalendarDefaultRoles              =
> ("PublicDAndTViewer");
> >               SOGoAppointmentSendEMailNotifications = YES;
> >
> >
> >               SOGoUserSources = (
> >                       {
> >                               type            = ldap;
> >                               CNFieldName     = cn;
> >                               IDFieldName     = uid;
> >                               UIDFiledName    = sAMAccountName;
> >                               baseDN          =
> "CN=Users,DC=domain,DC=local";
> >                               bindDN          = "CN=Sogo
> >      User,CN=Users,DC=domain,DC=local";
> >                               bindFields      = (sAMAccountName);
> >                               bindPassword    = sogo;
> >                               canAuthenticate = YES;
> >                               displayName     = "Active Directory";
> >                               hostname        = "ldap://ipaddress:389";;
> >                               id              = directory;
> >                               isAddressBook   = YES;
> >                       }
> >               );
> >      }
> >
> >
> >
> >      --
> >      Matthew Valdez
> >      Ludlum Measurements, Inc.
> >      501 Oak Street
> >      Sweetwater, TX 79556 USA
> >      (325) 235-5494 Phone, ext:3393
> >      [email protected]
> >
> >      --
> >      [email protected]
> >      https://inverse.ca/sogo/lists
> >
> --
> [email protected]
> https://inverse.ca/sogo/lists
>


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to