13,420
edits
Changes
no edit summary
== INVESTIGATION 1: SETTING UP MTA FOR RECEIVING EMAIL ==
=== Assigning Responsibility Specifying Which Domains that Mail Messages are Delivered===
The default job of an '''SMTP ''' server is to forward the message recieved received to another email server. That's what we've set up We performed that step in the previous lab: in other words, your postfix MTA receives an email from your client MUA (Thunderbird) and forwards it to the destination '''SMTP ''' server. The other thing an SMTP server can be configured to do is receive email. It still uses SMTP but instead of forwarding it to another SMTP server it will forward it to the Local Delivery Agent (LDA).
Edit your /etc/postfix/main.cf file and scroll down to (or search for) '''mydestination'''. Set it up to look like this: