Web, Mail and FTP server set up.
Although its taken a bit of time my server now has all the software I currently need.
The server has been configured as a LAMP server with PHP, MYSQL and Apache which is now working well and hosting several distinct websites one of which is using Wordpress(Enraged-Baboon)
I have now also got The email server working. I am using EXIM4 for the Mail transport Agent with Courier handling the IMAP and POP3 options for the site. I have installed spamassasin and Clamav plugged into EXIM which have cut down dramatically on the amount of spam I was receiving. This has also been improved further with some checks carried out when emails are received by the server to Check the HELO script and also check the IP address against a number of Blacklists. To allow SMTP I have set up OpenSSL to enable Authenticated SMTP connection.
ProFTPd has also been set up using OpenSSL to secure the connections.
With all this in place I have the beginnings of my own hosting solution which can be resold to other people. There are a number of issues with this at the moment. The main issue at the moment is that the password has to be set by me and to change the password the end user would need to use SSH to connect to the Server to change this. This would also create a security problem as it means they would have access to the server. A possible solution to this would be to create a Web based password form but this is not a priority yet as there are still some changes I need to make to my t-shirt shop (Tard) and also work on another project which is the main reason for upgrading to this more powerful server.
Posted in Dedicated Server | No Comments