Overview
This lab provides guidance on performing Lab 10: Working with Email of the Linux+. By performing this lab, students will learn how to customize mail aliases and setup mail forwarding.
OUTCOMES:
In this lab, you will learn to:
- Customize mail aliases.
- Set up mail forwarding.
Key terms and descriptions
mail aliases
In Postfix, you can set up mail aliases and distribution lists in the /etc/aliases file.
mailx
mailx is an email client or message user agent on Linux that allows you to use the terminal to send and read email on your Linux system.
mail forwarding
Aliases are great tool for system administrators to use to manage aliases and distribution lists. There is a special file called .forward that allows users to set up mail forwarding using Postfix.