stickdragon
Sun 22 March 2009, 07:30 pm GMT +0100
I want to create a sandbox server for web development since I am trying not to be a hermit and stay in my house all the time. It's spring and nice out.
Most of it is pretty easy, but i am not having any luck with the email side of it. I have some script i been playing around with and would like to set up something where it will email to the address but be contained inside the sandbox since i wont have internet access. I still need to read the email it send to make sure that the scripts are working so it would have to be contained in a way to be able to retrieve it from within itself. is there anything on this? I tried searching google, but didnt come out with anything that i got working.
olaf
Sun 22 March 2009, 10:57 pm GMT +0100
windows and smtp doesn't work great together
stickdragon
Sun 22 March 2009, 11:08 pm GMT +0100
well the os doesn't really matter to me. I just looking for a testing box that would allow me to use the script to send email but contain itself so i can some web development while offline and still see if the mail parts are working with everything else
olaf
Mon 23 March 2009, 06:44 am GMT +0100
then run a local LAMP configuration
Nikolas
Mon 23 March 2009, 09:48 am GMT +0100
I always use internet SMTP servers with a php class that can handle that (Swift) so it doesn't matter if the site runs on my development server, my laptop, or the production server.
Of course you need to be connected in order to test things this way.
stickdragon
Mon 23 March 2009, 09:20 pm GMT +0100
i ended up getting it to work. got the latest ubuntu server and installed lamp and mail server. set the mail server to local and set the few other options for that. then created a catch all for it and it works fine for a offline sandbox.
now i can goto the park and geek out while watching three's company with the big burny thing in the sky =P
FrederickGirl
Sun 15 November 2009, 09:27 am GMT +0100
What is a "web server sandbox"?
olaf
Sun 15 November 2009, 09:29 am GMT +0100
What is a "web server sandbox"?
he means a server for development
Albie Mathews
Sat 24 April 2010, 10:49 am GMT +0200
Dear, I will suggest you to take the services of professionals which are excel in that field. A lot of companies exist now a days which can give you services at cheap rates.
sportzman
Thu 25 August 2011, 02:09 pm GMT +0200
Using the Java programming language and development environment, the sandbox is the program area and set of rules that programmers need to use when creating Java code (called an applet) that is sent as part of a page. Since a Java applet is sent automatically as part of the page and can be executed as soon as it arrives, the applet can easily do harm, either accidentally or as the result of malicious intent, if it is allowed unlimited access to memory and operating system services. The sandbox restrictions provide strict limitations on what system resources the applet can request or access. Essentially, the programmer must write code that "plays" only within the sandbox, much as children are allowed to make anything they want to within the confined limits of a real sandbox.
sophia911
Mon 28 November 2011, 10:18 am GMT +0100
What is a "web server sandbox"?
he means a server for development
I still do not understand ....