Skip to content

gentoo specific updates

Christian requested to merge dachris/ispconfig3:develop into develop

install/dist/lib/gentoo.lib.php updated functions: configure_postfix configure_dovecot install_ispconfig

added configuration for pureftpd versions greater than 1.0.50

added function get_host_ips() because gentoo does not provide IPs with "hostname --all-ip-addresses"

install/dist/tpl/gentoo/apache_ispconfig.vhost.master new config based on debian config added because gentoo has no mod version installed by default added

install/tpl/gentoo_postfix.conf.master updated based on debian config

server/lib/classes/system.inc.php added gentoo specific code to keep symlinks as init script. gentoo uses symlinks to start different php-fpm versions, but "realpath" kills these symlinks.

Edited by Christian

Merge request reports