Schlagwort: Ubuntu

Install gcc

apt-get update && apt-get install build-essential The following additional packages will be installed:   binutils cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan2 libatomic1 libc-dev-bin libc6-dev

Weiterlesen

Install Webmin

Installation instructions for Ubuntu 16.04 and 18.04. Add the official Webmin APT repository vi /etc/apt/sources.list.d/webmin.list deb http://download.webmin.com/download/repository sarge contrib Install official GPG key cd wget http://www.webmin.com/jcameron-key.asc apt-key add jcameron-key.asc rm

Weiterlesen

Install OpenDKIM

Install OpenDKIM apt update && apt -y dist-upgrade && apt -y install opendkim opendkim-tools Configure OpenDKIM vi /etc/opendkim.conf AutoRestart         Yes AutoRestartRate     10/1h SyslogSuccess       Yes LogWhy              Yes Canonicalization    relaxed/simple ExternalIgnoreList  refile:/etc/opendkim/TrustedHosts

Weiterlesen