Kopano to grommunio HowTo: Unterschied zwischen den Versionen

Aus Neobikers Wiki
Zur Navigation springen Zur Suche springen
Zeile 15: Zeile 15:
gromox-mt2exm — Utility for importing various mail items
gromox-mt2exm — Utility for importing various mail items


SQLPASS=kopanosqlpass  # SQL Passwort auf Kopano Server
# ENVIRONMENT variables
gromox-kdb2mt --sql-host 127.0.0.1 --sql-port 12345 --sql-user kopano --src-attach /mnt  --mbox-mro  jdoe  |
SQLPASS=kopanosqlpass  # Password for the source SQL connection
          gromox-mt2exm -u target@domain.de
 
gromox-kdb2mt --sql-host 127.0.0.1 --sql-port 12345 --sql-user kopano --src-attach /mnt  --mbox-mro  jdoe  | gromox-mt2exm -u target@domain.de
</pre>
</pre>



Version vom 2. Januar 2024, 14:41 Uhr

Eine fertige grommunio Appliance ist auf Basis von S.u.S.E. erstellt und steht u.a. als ISO download zur Verfügung. Da ich derzeit ausschliesslich Debian basierte Systeme verwende, bevorzuge ich eine grommunio Installation auf Debian 12 (bookworm).

Im grommunio Forum findet sich ein Diskussionsthread für die grommunio Installation auf Debian 12 durch ein Script. Diese läuft auf einer neu erstellten VM auf Proxmox Server fehlerfrei durch. In einem LXC Container gab es Probleme, u.a. klemmte der POP3 Service.

Im Anschluss an das Installationsskript habe ich noch folgendes Script unter Additions - Fix Grommunio Admin Live Status page ausgeführt, welches ebenfalls funktionierte und die entsprechende Seite im Web Interface reparierte.

Kopano Core ist bei mir als Applikation auf meinem UCS File- und Mailserver installiert. Die Benutzerkonten und deren Konfiguration werden von UCS verwaltet und stehen per LDAP zur Verfügung.

gromox

Groupware Konfiguration

Import der Emails

gromox-kdb2mt — Utility for analysis/import of Kopano mailboxes
gromox-mt2exm — Utility for importing various mail items

# ENVIRONMENT variables
SQLPASS=kopanosqlpass  # Password for the source SQL connection

gromox-kdb2mt --sql-host 127.0.0.1 --sql-port 12345 --sql-user kopano --src-attach /mnt  --mbox-mro  jdoe  | gromox-mt2exm -u target@domain.de

Postfix

Mail Delivery Agent (MDA) Konfiguration

  • zum versenden von Emails
  • Mailaddress rewritings


Fetchmail

Fetchmail Konfiguration zum abholen der Emails von meinem Email Provider.