Message Transfer Agent (email) Flashcards
MTA
Program (service daemon) routes email to intended destination
MTA -> MDA -> MUA
sendmail
One of oldest, default, notoriously difficult to config.
postfix
Modern on many. Simpler to config. Great security
exim
Used to be default MTA for Debian, good security, easier than sendmail to configure.
Sendmail Emulation Layer
Sysadmins can use sendmail-styled cmds on other MTAs as if managing sendmail.
/etc/aliases
Plaintext, can be modified to set up forwarding addresses for users on system.
Aliases set up as :
newaliases
Regenerates /etc/aliases.db
Send mail. -s: subject Enters text writing application following options and recipient. End with EOT (Ctrl+d) # to view prompt. &: d: delete q: quit
mailq
View mail queue waiting to sent.
Shows ID, size, arrival time, and sender/recipient.
~/.forward
Local configuration file. Can be set up within user’s home directory to forward email destined for itself to be sent to another user and/or external email address.
\ for local.