Still no luck
I also removed the complete UserSource from my config, restartet sogo, checked 
that i cant login anymore, added the UserSource, restarted sogo but it didnt 
help at all.

Btw my server is running ubuntu 14.04 and this is my sogo.conf (i changed the 
db credentials and other sensitiv information):

{

  SOGoProfileURL = 
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
  OCSFolderInfoURL = 
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
  OCSSessionsFolderURL = 
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";


  /* Mail */
  SOGoSieveServer = sieve://127.0.0.1:4190;


  /* Authentication */
  SOGoPasswordChangeEnabled = YES;

  SOGoUserSources =
  (
   {
    type = sql;
    id = directory;
    viewURL = "postgresql://vmail:[email protected]:5432/vmail/sogo_view";
    canAuthenticate = YES;
    isAddressBook = NO;
    userPasswordAlgorithm = ssha512;
   }
  );

  /* Web Interface */
  SOGoPageTitle = “My Mail";
  SOGoVacationEnabled = YES;

  /* General */
  SOGoLanguage = German;
  SOGoTimeZone = Europe/Berlin;
  SOGoSuperUsernames = ([email protected]); // This is an array - keep the 
parens!

  /* Security  */
  SOGoMaximumFailedLoginCount = 5;
  SOGoMaximumFailedLoginInterval = 30;
  SOGoFailedLoginBlockInterval = 300;
  SOGoMaximumMessageSubmissionCount = 20;
  SOGoMaximumRecipientCount = 50;
  SOGoMaximumSubmissionInterval = 30;
  SOGoMessageSubmissionBlockInterval = 300;

  /* Calendar */
  SOGoCalendarEventsDefaultClassification = CONFIDENTIAL;
}


> On 31 Mar 2016, at 15:47, Emilio Fonseca ([email protected]) 
> <[email protected]> wrote:
> 
> Hi Bastian,
> 
> Try  /etc/init.d/memcached restart.
> 
> Best regards.
> 
> Em 31-03-2016 10:33, Bastian Bleker ([email protected]) escreveu:
>> I’ve restarted sogo, did a server reboot and upgrade sogo to v3 but nothing 
>> helped
>> 
>>> On 31 Mar 2016, at 15:18, Christian Mack ([email protected]) 
>>> <[email protected]> wrote:
>>> 
>>> Hello
>>> 
>>> Am 31.03.2016 um 14:40 schrieb Bastian Bleker ([email protected]):
>>>> I’ve change my sogo.conf from “isAddressBook = YES;” to “isAddressBook = 
>>>> NO;" but this seems to have no effect.
>>>> I still get autocompletion for all my addresses in the web ui.
>>>> Do I need to clear a cache or did I miss something else?
>>>> 
>>> You have to restart SOGo for that to take effect.
>>> 
>>> 
>>> Kind regards,
>>> Christian Mack
>>> 
>>> --
>>> Christian Mack
>>> Universität Konstanz
>>> Kommunikations-, Informations-, Medienzentrum (KIM)
>>> Abteilung Basisdienste
>>> 78457 Konstanz
>>> +49 7531 88-4416
>>> 
> 
> --
> 
> Emílio Fonseca
> Development Analyst
> Mav Tecnologia - (31) 3211-7777
> 
> --
> [email protected]
> https://inverse.ca/sogo/lists

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to