Benutzer-Werkzeuge

Webseiten-Werkzeuge


ubuntu:22-04_server_install

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ubuntu:22-04_server_install [2022/11/05 19:33] – ["Mini" Postfix] Sebastian Hetzelubuntu:22-04_server_install [2022/11/06 12:01] (aktuell) – [Konfiguration] Scheduled Task Sebastian Hetzel
Zeile 334: Zeile 334:
 service postfix restart service postfix restart
 </code> </code>
 +
 +===== Apticron =====
 +
 +==== Installation ====
 +
 +<code>
 +apt-get update
 +aptitude install apticron
 +vi /etc/apticron/apticron.conf
 +</code>
 +
 +==== Konfiguration ====
 +
 +Gegebenenfalls sollte hier die Empfängeradresse angepasst werden:
 +
 +<file | /etc/apticron/apticron.conf>
 +# apticron.conf
 +#
 +# The values set in /etc/apticron/apticron.conf will override the settings
 +# in this file.
 +
 +#
 +# Set EMAIL to a space separated list of addresses which will be notified of
 +# impending updates. By default the root account will be notified.
 +#
 +EMAIL="root"
 +[...]
 +</file>
 +
 +==== Scheduled Task ====
 +
 +Wann Apticron ausgeführt wird, kann über Cron angepasst werden:
 +<code>vi /etc/cron.d/apticron</code>
ubuntu/22-04_server_install.1667673205.txt.gz · Zuletzt geändert: von Sebastian Hetzel

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki