I have installed a mail server using sudo tasksel install mail-server
(only two questions about proxy configuration were asked during installation), then I have installed squirrelmail
using apt-get install squirrelmail
. Then I have tried to access squirrelmail
using my_vps_ip/squirrelmail
but I get a 404, any idea? Im on Ubuntu 12.04
Note: I know there are many risks when installing a mail server, but I need to create an email like info@mydomain.com
in my next project.