As a character in a famous Tolkien book once said:
Quote:
Short cuts make for long delays
|
and using apt-get install lamp-server is definitely a short cut. LAMP stands for Linux, Apache MySQL, PHP which is a common set of web site tools for programming and using a SQL back end. This probably isn't what you want to hear, but my honest suggestion is that you work on installing each of these one at a time and get them running satisfactorily before going on to the next one. In order to work with each of these applications, you need to develop a basic level of understanding about how to configure and use them. Trying to use a packaged configuration for this purpose will undoubtedly leave you with a setup full of security holes. There are lots of how to documents on setting up these components. Find some, read them, and try to understand them rather than just following the "type this instruction".
To add some clarification as to why I advise the above, do you understand what DKIM is? DKIM stands for Domain Keys Identified Mail and is a method of using public key infrastructure to have your email automatically signed by your server and then adding records to your public DNS to allow recipient servers to verify that the email really originated from your server. Honestly, I am not sure what a DKIMproxy is or what it would have to do with a LAMP server, which is distinct from a mail server.