Results 1 to 5 of 5

Thread: Simple SMTP

  1. #1
    Join Date
    Feb 2006
    Location
    Seattle-Eastside
    Beans
    309
    Distro
    Ubuntu 8.04 Hardy Heron

    Simple SMTP

    I need to set up a simple SMTP to allow a program to send email messages. I don't care about incoming - just trying to simplify things. Also, this is an internal server, so not worried about security (firewall) and stuff either.


    Can anyone explain or point to a tutorial for a very simple setup of SMTP?

    Appreciated.

  2. #2
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Simple SMTP

    Quote Originally Posted by KingTermite View Post
    I need to set up a simple SMTP to allow a program to send email messages. I don't care about incoming - just trying to simplify things. Also, this is an internal server, so not worried about security (firewall) and stuff either.
    Code:
    sudo apt-get install exim4-daemon-light
    By default it deals with internal mail only. To alter:

    Code:
    sudo dpkg-reconfigure exim4-config
    Brian.

  3. #3
    Join Date
    Feb 2006
    Location
    Seattle-Eastside
    Beans
    309
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Simple SMTP

    Quote Originally Posted by brian_p View Post
    Code:
    sudo apt-get install exim4-daemon-light
    By default it deals with internal mail only. To alter:

    Code:
    sudo dpkg-reconfigure exim4-config
    Thanks...I'll give it a whirl.

  4. #4
    Join Date
    Jun 2006
    Beans
    20
    Distro
    Ubuntu

    Re: Simple SMTP

    And... did this work for you?

  5. #5
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: Simple SMTP

    Necromancy. Thread closed.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •