Chapter 11. Providing Mail Services
In this chapter, we will cover:
- Configuring a domain-wide mail service with Postfix
- Working with Postfix
- Delivering the mail with Dovecot
- Using Fetchmail
Introduction
This chapter is a collection of recipes that deliver the necessary steps to implement and maintain one of the oldest and most versatile technologies on the Internet today. Everyone wants to send and receive e-mails and this chapter provides the necessary starting point required to deploy such a service in a timely and efficient manner.
Configuring a domain-wide mail service with Postfix
Postfix is a Mail Transport Agent (MTA) responsible for the transfer of e-mails between mail servers using the SMTP protocol. Postfix is now the default MTA on CentOS 7. Here, as with most other critical network services, its default configuration allows outgoing but does not accept incoming network connections from any host other than the local one. This makes sense if all you need is a local Linux user...