Mail Server
Mail Server
Mail Server
By :-
B.Tech (CSE)
CONTENTS
• Introduction
• Objective
• Project Methodology
• Snapshots
• Advantages
• Conclusion
Introduction
• The birth of electronic mail(email) occurred in the early 1960s. The first
network transfer of an electronic mail message file took place in 1971
when a computer engineer Ray Tomlinson sent a test message between two
machines.
b) IMAP –
• The default IMAP server under Red Hat Enterprise Linux is Dovecot and
is provided by the dovecot package.
• When using a IMAP mail server, email messages remain on the server
where users can read or delete them.
• IMAP also allows clients to create, rename or delete mail directories on the
server to organize and store email.
• The user also has the ability to delete messages without viewing or
downloading them.
• IMAP, like POP, is fully compatible with Multipurpose Internet Mail
Extensions (MIME), which allow for email attachments.
Email Protocols
c) Dovecot –
• The imap-login and pop3-login processes which implement
the IMAP and POP3 protocols are spawned by the master dovecot daemon
included in the dovecot package.
• The use of IMAP and POP is configured through
the /etc/dovecot/dovecot.conf configuration file.
• Make that change in configuration file operational for the current session
by running the command:
service dovecot restart
• Make that change in configuration file operational after the next reboot by
running the command:
chkconfig dovecot on
Email Program Classifications
All email applications fall into at least one of the three classifications:-
` `
• The main objective of studying mail are it opens the option for
communications to take up a local, regional, national or global scale.
• Supports POP3, IMAP and Web mail access. These are standard services
that ideally should be available in any mail system for flexible email
access.
• Is extremely fast, reliable, scalable and very secured. The Linux operating
system is very difficult to exploit.
• Does not require expensive hardware. Due to its fast and efficient services,
expensive high end hardware is not necessary.
Mail Server Methodology
a) Yum server
• [root@www Desktop]$ cd
• [root@www ~]$ cd /media/RHEL_6.0\ X86_64/ Disc \ 1/
• [root@www ~]$cd /Packages
• [root@www ~]$rpm –ivh vsftpd-2.2.2-6.el6.X86_64.rpm
• [root@www ~]$ service vsftpd restart
• [root@www ~]$ chkconfig vsftpd on
• [root@www ~]$ rpm –ivh createrepo-0.9.8-4.el6.noarch.rpm
• [root@www ~]$ rpm –ivh deltarpm-3.5-0.5.20090913git.el6.X86_64.rpm
• [root@www ~]$ rpm –ivh python- deltarpm-3.5-0.5.20090913git.el6.X86_64.rpm
• [root@www ~]$ mkdir /var/ftp/rhel6
• [root@www ~]$ cp –v *.rpm /var/ftp/rhel6/
• [root@www ~]$ rpm –ivh createrepo-0.9.8-4.el6.noarch.rpm
• [root@www ~]$ createrepo –v /var/ftp/rhel6/
YUM CLIENT
b) Yum Client
• [root@www ~]$ vim /etc/yum.repos.d/rhel6.repo
• [root@www ~]$ yum clean all
• [root@www ~]$ yum info php*
• [root@www ~]$yum info mysql*
Sendmail Installation
• Mail server play an important role in this vision by serving as the single,
consolidated interface through which employees access a company’s
intellectual assets.
• Cost effective, since it does not require expensive hardware. Due to its fast
and efficient services, expensive high end hardware is not necessary.
QUERIES?????
c
THANK YOU