User tools

Website tools


quick install

Differences

The differences between two versions are shown here.

Link to this comparison view

Both sides of the previous revisionPrevious revision
Next revision
Previous revision
quick-install [2020/12/10 16:44] – [Lizenzinformationen ausgeben] lwsystemsquick-install [2026/02/18 10:57] (current) – [Konfigurieren des Benno MailArchiv Repositories] lwsystems
Line 1: Line 1:
 ====== Schnell-Installation ====== ====== Schnell-Installation ======
  
-<php>/* auskommentiert +**Achtung** In der Konfiguration der Debian-Paketquellen sollten die //contrib// und //non-free// Repositories ebenfalls angegeben werden. Einige Benno Pakete benötigen Pakete aus diesen Repositories.
-**Achtung** In der Konfiguration der Debian-Paketquellen sollten die //contrib// und //non-free// Repositories ebenfalls angegeben werden.+
  
 <file> <file>
Zeile 9: Zeile 8:
 deb http://security.debian.org stable/updates main contrib non-free deb http://security.debian.org stable/updates main contrib non-free
 </file> </file>
-*/ 
-</php> 
  
 With the command call With the command call
Zeile 18: Zeile 15:
  
 A script for installation is downloaded and executed directly. The script carries out the commands specified below to install and configure Benno MailArchiv. A script for installation is downloaded and executed directly. The script carries out the commands specified below to install and configure Benno MailArchiv.
 +
 +Falls auf dem System kein Mailversand konfiguriert ist, wird während der Installation automatisch das //Postfix// Paket installiert. Im angezeigten Konfigurationsdialog bieten sich die folgenden Einstellungen an:
 +
 +  - Configuration type: "Sattelite system"
 +  - System mail name: <Vorgabe übernehmen>
 +  - SMTP relay host: <Hostname / Adresse des internen Mailservers>
 +  - Recipient for root: <Ihre E-Mail Adresse>
 +
 +The same procedure can be used for all further inquiries.
 +
  
 Nach Ausführung des Scripts sollte noch das [[#passwort_fuer_den_admin_user_setzen|Passwort für den Adminuser]] gesetzt werden. Nach Ausführung des Scripts sollte noch das [[#passwort_fuer_den_admin_user_setzen|Passwort für den Adminuser]] gesetzt werden.
  
-====== Schritt-für-Schritt Installation ======+====== Alternativ: Schritt-für-Schritt Installation ======
 ===== HTTPS Paketquellen ===== ===== HTTPS Paketquellen =====
  
Zeile 31: Line 38:
 ===== Konfigurieren des Benno MailArchiv Repositories ===== ===== Konfigurieren des Benno MailArchiv Repositories =====
  
-Konfiguration der [[installation#paketquelle_zur_paketverwaltung_hinzufuegen|Repositories]] und [[installation#gpg-key_zur_signaturpruefung_der_paketverwaltung_hinzufuegen|Einspielen des Signaturschlüssels]].+[[installation#gpg-key_zur_signaturpruefung_der_paketverwaltung_hinzufuegen|Installation des Public-Keys der Signaturen]] und Konfiguration der [[installation#paketquelle_zur_paketverwaltung_hinzufuegen|Repositories]].
  
 +Current deb822 format:
 <code> <code>
-cat - >> /etc/apt/sources.list.d/benno-mailarchiv.list <<EOF+cat - >> /etc/apt/sources.list.d/benno-mailarchiv.sources <<EOSOURCES 
 +Types: deb 
 +URIs: http://www.benno-mailarchiv.de/download/debian 
 +Suites: ./ 
 +Signed-By: /etc/apt/trusted.gpg.d/benno-mailarchiv-archive-key-40.asc 
 +EOSOURCES 
 +</code> 
 + 
 +Historical .list format: 
 +<code> 
 +cat - >> /etc/apt/sources.list.d/benno-mailarchiv.list <<EOLIST
 deb https://www.benno-mailarchiv.de/download/debian / deb https://www.benno-mailarchiv.de/download/debian /
-EOF+EOLIST
 </code> </code>
 +
  
 === GPG Key für Paketverwaltung === === GPG Key für Paketverwaltung ===
 <code> <code>
-wget -O - https://www.benno-mailarchiv.de/download/debian/benno.asc | apt-key add -+wget -O /etc/apt/trusted.gpg.d/benno-mailarchiv-archive-key-40.asc \ 
 +  https://www.benno-mailarchiv.de/download/benno-mailarchiv-archive-key-40.asc
 </code> </code>
  
Zeile 63: Zeile 83:
  
 <code> <code>
-/etc/init.d/benno-rest start+systemctl restart benno-rest
 </code> </code>
 +
 +
  
 ===== Benutzer konfigurieren ===== ===== Benutzer konfigurieren =====
Zeile 85: Zeile 107:
  
 <code> <code>
-benno-useradmin -u revisor -p RevisorPass -n 'Revisor' -e '*@*'+benno-useradmin -u revisor -p RevisorPass -n 'Revisor' -r REVISOR -e '*@*'
 </code> </code>
 +
  
 ====== nächste Schritte ====== ====== nächste Schritte ======
Zeile 104: Zeile 127:
 </code> </code>
  
-  +===== Lizenz anfordern  ===== 
 + 
 +If you run Benno MailArchiv without a valid license file, it will operate in demo mode for 60 days from the date of installation. All functions are fully available during this demo period. To continue using Benno MailArchiv after this period, you will need a valid license. 
 + 
 +Die Informationen zur Anforderung einer Lizenz finden Sie im Info-Fenster des Web-Interfaces von Benno MailArchiv. Hierfür melden Sie sich als Benutzer //admin// an und klicken im Fester rechts oben auf das [i]. 
 + 
 +Unter der Überschrift **Lizenz-Information** ist die Instance-ID dieses Systems aufgeführt. Wenn Sie auf die Instanz-ID klicken, wird im Browser ein neuer Tab mit dem Formular zur Anforderung der Lizenz geöffnet. Die Instanz-ID ist hier direkt vorbelegt. 
 + 
 +Alternatively, the instance ID can be retrieved from the console using the command 
 + 
 +  benno-client --instance-id 
 + 
 +ermittelt werden. Die Lizenz kann hier angefordert werden: [[https://www.benno-mailarchiv.de/lizenz/]] 
 + 
 + 
 + 
quick-install.1607618643.txt.gz · Zuletzt geändert: 2020/12/10 16:44 von lwsystems