Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Sv translation
languageen
Remarque

This page is no longer being updated. From BlueMind 4.8, please refer to the new BlueMind documentation

Symptoms

  • Users are no longer able to log in at all
  • 'Bad Gateway' errors when accessing the Web application
  • Occasional connection issues

Issue

When the maximum number of IMAP processes has been reached, users get log in errors.

Solution

You need to increase the maximum number of IMAP processes.
In general, you need to allow for 1.5 the number of users for a mixed webmail/thick client use. On installations where many users use thick clients, you need to allow for approximately 3 times the number of users.

  1. Count the number of processes used currently:

    Bloc de code
    pgrep -c imap
  2. Go to the administration console > System configuration > Mail tab and increase the maxchild value of the Cyrus section(see calculation above) :
Sv translation
languagede
Remarque

Diese Seite ist nicht mehr aktuell. Ab der Version BlueMind 4.8 finden Sie alle Infos in der neuen Dokumentation

Symptome

  • Die Benutzer können sich überhaupt nicht mehr anmelden
  • Fehler 'Bad Gateway' beim Webzugriff
  • Gelegentlich treten Verbindungsprobleme auf

Problem

Wenn die maximale Anzahl von IMAP-Prozessen erreicht ist, liegen bei Benutzern Login-Fehler vor.

Lösung

Die maximale Anzahl der IMAP-Prozesse sollte erhöht werden.
Im Allgemeinen benötigt man für eine gemischte Webmailer-/Fat-Client-Nutzung etwa die 1,5-fache Anzahl an Benutzern. Auf Installationen, auf denen viele Benutzer Fat Clients verwenden, zählt man etwa die dreifache Anzahl von Benutzern.

  1. Die Anzahl der aktuell verwendeten Prozesse zählen:

    Bloc de code
    pgrep -c imap
  2. Gehen Sie in die Administrationskonsole > Systemkonfiguration > Registerkarte Messaging und erhöhen Sie den Wert des Feldes "Maxchild" im Abschnitt Cyrus entsprechend der obigen Berechnung:
    Image Modified