PDA

View Full Version : [ubuntu] Do I need to install a mail server


cinestar
June 19th, 2009, 01:58 PM
Under Tasksel in ubuntu theres an option to install a mails server.

My question is should I isntall it. I need for my Apache/php/mysql server to be able to send out emails. (like from forms on the site) but i dont think i need any of the pop or smtp stuff. Is installing send mail enough?

Is there a resource out there that details everything i need to get a website fully functional. All i can seem to find is guides for one or the other but not for the whole shebang. Most aticles show how to install lamp, or the individual parts but even when i get the stuff working the sendmail stuff never works.

blackxored
June 19th, 2009, 05:09 PM
No. You don't need a full-stacked mail server. You only need a Mail Transfer Agent such as exim4 or postfix.

blackxored
June 19th, 2009, 05:11 PM
And sorry I missed the second part.

If you need a fully functional website out of box, is almost impossible, but what truly can help you a lot is a CMS like Drupal or Joomla.

hictio
June 20th, 2009, 12:32 AM
How much email do think you'll send? Because there is a handy little program that will let you send email from your box without setting up a lot.

Sending Email From Your System with sSMTP (http://tombuntu.com/index.php/2008/10/21/sending-email-from-your-system-with-ssmtp/)

windependence
June 21st, 2009, 03:04 AM
You can have Postfix working in a few minutes by changing 3 or 4 parameters in the config file.

http://www.davidgrant.ca/setting_up_postfix_to_send_outgoing_mail_on_ubuntu

-Tim