The sendmail package distributed with Red Hat is now configured to reject mail from any machine other than localhost by default. If you need to accept mail on your linux box you'll nedd to make a minor change to the sendmail configuration. Follow the steps below and you should be deluged with mail in no time :-)
/etc/rc.d/init.d/sendmail stopcp /etc/sendmail.cf /etc/sendmail.cf.orig /etc/mail/sendmail.mc and change the line containing the string DAEMON_OPTIONS as follows:m4 /etc/mail/sendmail.mc >
/etc/sendmail.cf to rebuild the sendmail config file./etc/rc.d/init.d/sendmail start