Articles avec le tag :
Fermer
Changelog
Fermer
Essayer dans le cloud
Essayer dans le cloud
Centre d'aide
ONLYOFFICE Mail for Docker

Supprimer ONLYOFFICE Mail sous Docker de votre ordinateur

ONLYOFFICE Mail v1.6 ONLYOFFICE Mail changelog

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.

Introduction

Lors du lancement l'application ONLYOFFICE Mail sous Docker sur votre ordinateur, dans certains cas, il peut être nécessaire de la supprimer totalement de votre ordinateur ou de supprimer l'application image lorsqu'une nouvelle version est disponible, sinon Docker va exécuter le conteneur à partir de l'image déjà disponible.

Ce guide vous explique comment supprimer la version Docker ONLYOFFICE Mail de votre ordinateur.

Supprimer le conteneur ONLYOFFICE Mail

Premièrement, il faut arrêter le conteneur ONLYOFFICE Docs Docker. Pour ce faire, utilisez la commande Docker stop :

sudo docker stop mailserver

Pour supprimer le conteneur arrêté, utilisez la commande suivante:

sudo docker rm mailserver
Il fallait que vous ayez nommé le conteneur Docker ONLYOFFICE Docs à l'aide de commande Docker --name pendant l'installation. Si vous ne l'avez pas fait, Docker va nommer le conteneur lui-même. Trouvez les noms de tous les conteneurs s'exécutant sur votre système à l'aide de cette commande:
sudo docker ps -a

Vous pouvez aussi supprimer tous les conteneurs Docker de votre système à l'aide de cette commande:

sudo docker rm -f $(sudo docker ps -aq)
Avertissement Cette commande supprime TOUS les conteneurs tout de suite. Veuillez ne pas l'utiliser s'il y a d'autres conteneurs s'exécutant que vous ne souhaitez pas supprimer.

Supprimer l'image ONLYOFFICE Mail

Une fois le conteneur ONLYOFFICE Mail supprimé, vous pouvez supprimer l'image ONLYOFFICE Mail. Vous devez également supprimer l'image si vous souhaitez mettre à jour votre ONLYOFFICE Mail sous Docker vers une nouvelle version. Pour ce faire, utilisez la commande:

sudo docker rmi onlyoffice/mailserver

Si vous êtes sûr qu'il n'y a pas d'autres images sur votre système ou si vous n'en avez plus besoin, vous pouvez supprimer toutes les images Docker disponibles en utilisant une seule commande:

sudo docker rmi -f $(sudo docker images -aq)
Avertissement Cette commande supprime TOUTES les images tout de suite. Veuillez ne pas l'utiliser s'il y a d'autres images que vous ne souhaitez pas supprimer.
Download Host on your own server Available for
Docker, Windows and Linux
Cela peut vous aider aussi :
Fermer