Topic: web server sandbox (email part) (Read 2053 times)
OMG!I am geek
Posts: 53
406 credits Members referred : 0
« on: Mar 22, 2009, 07:30:55 pm »
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.
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Mar 22, 2009, 10:57:30 pm »
windows and smtp doesn't work great together
OMG!I am geek
Posts: 53
406 credits Members referred : 0
« Reply #2 on: Mar 22, 2009, 11:08:42 pm »
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
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #3 on: Mar 23, 2009, 06:44:02 am »
then run a local LAMP configuration
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5799
46391 credits Members referred : 3
« Reply #4 on: Mar 23, 2009, 09:48:27 am »
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.
OMG!I am geek
Posts: 53
406 credits Members referred : 0
« Reply #5 on: Mar 23, 2009, 09:20:22 pm »
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
Chicken-run Manager
Gender:
Posts: 9
58 credits Members referred : 0
Judith Belt, Frederick Maryland
« Reply #6 on: Nov 15, 2009, 09:27:15 am »
What is a "web server sandbox"?
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
Novice Spammer
Posts: 100
624 credits Members referred : 0
« Reply #8 on: Apr 24, 2010, 10:49:59 am »
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.
Hunky Junky Monky Man!
Posts: 66
426 credits Members referred : 0
« Reply #9 on: Aug 25, 2011, 02:09:28 pm »
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.
World Wide Whale
Posts: 156
988 credits Members referred : 0