Chapter 29. Electronic Mail

Original work by Bill Lloyd.
Rewritten by Jim Mock.
Table of Contents
29.1. Synopsis
29.2. Mail Components
29.3. Sendmail Configuration Files
29.4. Changing the Mail Transfer Agent
29.5. Troubleshooting
29.6. Advanced Topics
29.7. Setting Up to Send Only
29.8. Using Mail with a Dialup Connection
29.9. SMTP Authentication
29.10. Mail User Agents
29.11. Using fetchmail
29.12. Using procmail

29.1. Synopsis

Electronic Mail, better known as email, is one of the most widely used forms of communication today. This chapter provides a basic introduction to running a mail server on FreeBSD, as well as an introduction to sending and receiving email using FreeBSD. For more complete coverage of this subject, refer to the books listed in Appendix B, Bibliography.

After reading this chapter, you will know:

  • Which software components are involved in sending and receiving electronic mail.

  • Where basic Sendmail configuration files are located in FreeBSD.

  • The difference between remote and local mailboxes.

  • How to block spammers from illegally using a mail server as a relay.

  • How to install and configure an alternate Mail Transfer Agent, replacing Sendmail.

  • How to troubleshoot common mail server problems.

  • How to set up the system to send mail only.

  • How to use mail with a dialup connection.

  • How to configure SMTP authentication for added security.

  • How to install and use a Mail User Agent, such as mutt, to send and receive email.

  • How to download mail from a remote POP or IMAP server.

  • How to automatically apply filters and rules to incoming email.

Before reading this chapter, you should:

All FreeBSD documents are available for download at https://download.freebsd.org/ftp/doc/

Questions that are not answered by the documentation may be sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.