Artikel zum Thema:
Schließen
Changelog
Schließen
In der cloud testen
In der cloud testen
Hilfe-Center
ONLYOFFICE Mail for Docker

Aktivieren von vsyscall auf Debian

ONLYOFFICE Mail v1.6 ONLYOFFICE E-Mail Änderungsprotokoll

Version 1.6.57

Release date: 04/25/2019

New features

  • Added permanent Fail2Ban ignoreip section for docker containers and its gateway;
  • Added the possibility to create sieve rules for users inside /var/vmail/sieve/;
  • Added new extension to sieve: sieve_extensions -> editheader;
  • Exposed port 4190 for ManageSieve service;
  • Added the possibility to run an external script from the /var/vmail/external.sh or /app/onlyoffice/MailServer/data/external.sh path;
  • Changed the default FIRST_DOMAIN parameter;
  • Replaced the hard-coded password used for the first mailbox with a random one;
  • Removed old useless descriptions for iRedMail administrator console path;
  • Added backticks to the 'CREATE DATABASE' commands;
  • Added the possibility to send mail messages from alias_domain, alias_address and full alias;
  • Added the imapsync command;
  • Added the new Python scripts allowing to create mailboxes, change password and run imapsync batch in /usr/src/iRedMail/tools/scripts folder inside the onlyoffice-mail-server container;
  • Added the Python PIP manager and installation requirements.

Bug fixes

  • Fixed the bug with mailbox not being removed when using third level domain (issue: wrong domain regex);
  • Fixed the bug with the Cannot load 1024-bit DH parameters from file /etc/pki/tls/dhparams.pem warning;
  • Fixed the bug with the No such file or directory being shown in many cases;
  • Fixed the bug with the ECHO_INFO: command not found warning.

Version 1.6.25

Release date: 07/03/2017

Runtime

  • Updated OpenSSL to the latest version (1.0.2).

Version 1.6.21

Release date: 04/26/2017

Runtime

  • Fixed the issue when the amavisd-new interface could not start without the properly configured IPv6.

Version 1.6.20

Release date: 12/13/2016

Connection Settings

  • Added page to the Settings for the integration of Community Server (Windows version) with Mail Server.

Installation Script

  • Fixed the error shown if the mail domain is not specified, now Mail Server will not be installed if this is the case.

Version 1.6.7

Release date: 06/22/2016

Refactoring

  • Removed version from the iRedMail folder;
  • iRedMail completed with commits from v.0.9.2;
  • Deleted unused packages from iRedMail;
  • Added the SpamAssassin setup with initial bayes_tokens.

Runtime

  • Fixed the incorrect MySQL server name in the config;
  • Fixed the issue with the config section duplication when starting the Docker container;
  • Fixed the issue with sending mail to a group/alias address;
  • Fixed the startup API issue.

Logging

  • Fixed logging during the installation.

Networking

  • Fixed the fail2ban and iptables issue when starting Docker in a network mode;
  • Fixed the issue with Mail Server on an external physical server.

Version 1.6.0

Release date: 03/09/2016

Settings

  • Redesigned Mail Server settings page.

Version 1.5.0

Release date: 04/20/2015

Mail Server

  • Mail Server for Docker first release.

Einleitung

Wenn Sie eine der neuesten Debian-Versionen verwenden, müssen Sie möglicherweise vsyscall aktivieren, was standardmäßig für einige Kernel-Versionen deaktiviert ist, beispielsweise für Debian 9 (Stretch) mit Kernel 4.18.x.bpo und Debian 10 (Buster) RC1 mit Kernel 4.19.0.

vsyscall ist ein Mechanismus, der verwendet wird, um bestimmte Systemaufrufe in Linux zu beschleunigen. Es ist erforderlich, damit ONLYOFFICE E-Mail richtig funktioniert. Um den Docker-Container der ONLYOFFICE E-Mail ausführen zu können und sicherzustellen, dass ONLYOFFICE E-Mail korrekt funktioniert, befolgen Sie bitte die nachstehenden Anweisungen.

Prüfen, ob vsyscall deaktiviert ist

Um zu prüfen, ob Ihr System vsyscall deaktiviert hat, führen Sie den folgenden Befehl aus:

cat /proc/self/maps | egrep 'vdso|vsyscall'

Sie sehen eine Ausgabe ähnlich der folgenden:

7fffccfcc000-7fffccfce000 r-xp 00000000 00:00 0                          [vdso]

oder Sie sehen eine Ausgabe wie diese:

7fffe03fe000-7fffe0400000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

Wenn Sie kein vsyscall-Mapping sehen, fügen Sie vsyscall=emulated zu den Kerneloptionen in Ihrem Bootloader hinzu, wie es im nächsten Schritt beschrieben wird.

Aktivieren von vsyscall

Um vsyscall auf Ihrem Betriebssystem zu aktivieren, führen Sie die folgenden Befehle aus:

echo 'GRUB_CMDLINE_LINUX_DEFAULT="vsyscall=emulate"' >> /etc/default/grub

Dieser Befehl gibt den Parameter an, der das Laden des Kernels mit aktiviertem vsyscall beim Systemstart ermöglicht, und fügt diesen Parameter der Datei /etc/default/grub hinzu, die die Haupteinstellungen für die GRUB-Bootloader enthält.

Nachdem die Datei /etc/default/grub geändert wurde, müssen Sie GRUB aktualisieren:

update-grub

Starten Sie nun das System neu:

reboot

Nachdem das System neu gestartet wurde, können Sie mit der Installation von der Docker-Version von ONLYOFFICE E-Mail fortfahren.

Herunterladen Auf Ihrem eigenen Server hosten Verfügbar für
Docker, Windows und Linux
Wer sich dafür interessiert hat,
hat auch das Folgende gelesen:
Schließen