Hi I install Ispconfig on ubuntu 16.04 (by this guide howtoforge com/tutorial/perfect-server-ubuntu-16.04-with-apache-php-myqsl-pureftpd-bind-postfix-doveot-and-ispconfig), evrything is ok (or seem ok!) but address myserver.tld/webmail return error 404! can help me to fix that?
I don't believe ispconfig sets up a /webmail/ alias by default, you can just add your own Code: # cat >> /etc/apache2/conf-available/local.conf <<EOF Alias /webmail /var/lib/roundcube EOF # a2enconf local # service apache2 restart (that should work for debian; I assume it would on ubuntu as well)