Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Maile Server - Sendmail

Maile Server - Sendmail

2006-04-08       - By Kostas Sfakiotakis

 Back
Reply:     1     2     3  

Greetings Bret ,


Bret Stern wrote:
> I want to host my own mail server, and quit
> paying my ISP 24.95 per month for it.
>
> My FC4 server has sendmail, (which I have
> shut off right now), but I would like to activate
> the service and start using my own server for mail.
>
> What things do I need to do this?
>
> What is an A record??

An

The "A" record is one type of  Resource Records used by DNS
It is the type of resource record used by   DNS in order to
translate the human readable URLs to computer understandable
IP Addresses . Although am not a master on DNS the form of an
A record would look something like

www.forthnet.gr     86400   IN   A   193.92.150.50

On the above line www.forthnet.gr is the human readable URL
( it's my ISPs URL )

The above record is valid for 86400 seconds or 24 hours after this
time period passes the Primary DNS Server responsible for the
above "A" record would have to check whether it is still valid or not .

Now since you are trying to set up a mail server there are two more
types of
Resource Records you would have to setup .

The  "MX" or Mail eXchange record this record says to anybody that
want's to
sent you an email the server they would have to contact in order to sent
you an email .
For example .

forthnet.gr   86400   IN   MX   100 mailgate.forthnet.gr

Now the above line says that if you wish to sent me an email your ISPs
mail server would have
to contact mailgate.forthnet.gr .
86400 plays again the same role .

Now one last thing that you have to consider since you are trying to
setup an eMail eXchange
Server is the PTR or Pointer Record . What this record does is get an IP
and return the
URL ( or the FQDN ) of the machine that the IP coresponds to  . For
example :

24.150.92.193.in-addr.arpa. 86400 IN    PTR     mailgate.forthnet.gr

Now it is generally consider could practice  ( some mail servers may
even refuse
to "work with" a mail server even he doesn't   a PTR record similar to
the above
one AND an A record .



Kind Regards,
  Kostas


__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe