ContaboVmd9593: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
Zeile 10: Zeile 10:


[[MailServerVmd9593]]
[[MailServerVmd9593]]
== PHP5 ==
Änderungen in /etc/php5/fpm:
<pre>
Geändert:
post_max_size = 100M
upload_max_filesize = 100M
Neu:
[mail function]
sendmail_from = php@vmd3857.f-r-e-i.de
sendmail_path = "/usr/sbin/sendmail -t -i -f php@vmd3857.f-r-e-i.de"
</pre>

Version vom 13. September 2015, 09:58 Uhr


Installation

apt-get install rsync sudo nginx mariadb-server tmux etckeeper \
   php5-fpm php5-mysql mariadb-client curl
visudo

MailServerVmd9593

PHP5

Änderungen in /etc/php5/fpm:

Geändert:
post_max_size = 100M
upload_max_filesize = 100M
Neu:
[mail function]
sendmail_from = php@vmd3857.f-r-e-i.de
sendmail_path = "/usr/sbin/sendmail -t -i -f php@vmd3857.f-r-e-i.de"