ContaboVmd9593: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 4: | Zeile 4: | ||
<pre> | <pre> | ||
apt-get install rsync sudo nginx mariadb-server tmux etckeeper php5-fpm php5-mysql | apt-get install rsync sudo nginx mariadb-server tmux etckeeper \ | ||
php5-fpm php5-mysql mariadb-client | |||
visudo | visudo | ||
</pre> | </pre> | ||
Zeile 18: | Zeile 19: | ||
Mode: internet mit smarthost | Mode: internet mit smarthost | ||
Relay host: mail.gmx.net | Relay host: mail.gmx.net | ||
$HN=$(hostname -f) | |||
openssl req -new -newkey rsa:4096 -sha256 -days 1095 -nodes -x509 \ | |||
-keyout /etc/ssl/$HN.key -out /etc/ssl/$HN.cer | |||
</pre> | </pre> |
Version vom 11. September 2015, 20:51 Uhr
Installation
apt-get install rsync sudo nginx mariadb-server tmux etckeeper \ php5-fpm php5-mysql mariadb-client visudo
Postfix
apt-get install nginx-full php-auth-sasl php-http-request php-mail \ php-mail-mime php-mail-mimedecode php-net-dime php-net-smtp \ php-net-socket php-net-url php-pear php-soap php5 php5-cli \ php5-common php5-curl php5-fpm php5-gd php5-imap php-apc php5-intl \ php5-mcrypt php5-mysql libawl-php php5-xmlrpc ca-certificates Mode: internet mit smarthost Relay host: mail.gmx.net $HN=$(hostname -f) openssl req -new -newkey rsa:4096 -sha256 -days 1095 -nodes -x509 \ -keyout /etc/ssl/$HN.key -out /etc/ssl/$HN.cer