RSS Feed for This PostCurrent Article

How can I configure a Linux mail server?

How can I configure a Linux server as an email server? Also I need to set up an emailing programme on my own premises but route it through a dedicated root server in a server warehouse. The mail should go out from port 26.

What searched for:

  • how to configure smtp server linux mint
  • best linux mail server
  • ubuntu linux simple mailserver
  • ubuntu can I build my own smtp server
  • setup the mail server in mint
  • mail server configure concept of linux
  • how to setup a mail server on ubuntu
  • how to create email server in linux mint
  • how to create a mail server mint 9
  • ubuntu local mail server
  • email How can I configure a Linux mail server?
  • facebook How can I configure a Linux mail server?
  • twitter How can I configure a Linux mail server?
  • myspace How can I configure a Linux mail server?
  • linkedin How can I configure a Linux mail server?
  • digg How can I configure a Linux mail server?
  • bebo How can I configure a Linux mail server?
  • google buzz How can I configure a Linux mail server?
  • microsoft How can I configure a Linux mail server?
  • delicious How can I configure a Linux mail server?
  • yahoo How can I configure a Linux mail server?
  • yahoo buzz How can I configure a Linux mail server?
  • google How can I configure a Linux mail server?

Trackback URL

RSS Feed for This Post3 Comment(s)

  1. terrpic | Dec 16, 2010 | Reply

    Sorry I can’t help you myself but register with http://www.justlinux.com and ask on the appropriate forum, someone is bound to be able to help.

  2. greigmcl | Dec 16, 2010 | Reply

    A full complete answer to this is several pages long and would require a knowledge of your setup that I just don’t have.

    Postfix is a fast, easy to configure, linux mail server that’s available for most distributions. Redhat wrote a pretty good howto (in sources below).

    The important directive for directing all non-local mail out of your internal server to your dedicated server is relayhost. The line would look like
    relayhost = drs:26
    (just replace drs with name or ip of your dedicated root server).

  3. kshounish | Dec 16, 2010 | Reply

    by default if linux is fully installed then sendmail comes by default configured on it . just make it start

    and also change
    Transfer
    smtp 25/tcp mail # Simple Mail Transfer
    smtp 25/udp mail # Simple Mail Transfer

    smtp 26/tcp mail # Simple Mail Transfer
    smtp 26/udp mail # Simple Mail

    in /etc/services file.

    then service sendmail restart
    on command prompt as root login and

    then execute your perl code . i am sure u wilget through.

    if not then buzz me at kshounish@yahoo.com

    kshounish

RSS Feed for This PostPost a Comment