Hello I'm trying to setup sendmail between two computers in my lan. Currently I have two machines, both have fedora 6 installed. I would like to test inbound email on one of the machines by sending email from one machine to the other. I'm going to make a test domain for the mail server. I'm still trying to figure out what steps I need to do for this to work.

So far I already removed Addr=127.0.0.1 from "DAEMON_OPTIONS('Port=smtp,Addr=127.0.0.1, Name=MTA')dnl". I also believe I need to setup a DNS MX record that points to the mail server. Is there anything else that I should do?

Thanks.