Postfixadmin was installed to /var/www/postfixadmin-2.1.0
Use the following command to symlink it to your DocumentRoot:
	
	cd /var/www/htdocs @@ ln -s ../postfixadmin-2.1.0 postfixadmin

Please change the default password in postfixadmin/admin/.htpasswd with the htpasswd command, so you can use the admin interface with your own password.

Also recommended to change the default username, databasename and password in the DATABASE_*SQL.TXT file for security reasons.

The config file is set up to connect to the SQL server on 127.0.0.1 so there is no need to symlink the socket file.

Please create the tmp directory in /var/www if you haven't done it, otherwise users can't access the Postfixadmin interface.
