This is on a Red Hat 8.0 system with the newest Sendmail tgz from Sendmail

Ok.. I have noticed a lot of hits on the server for sendmail so here is an update to the old one.

Sendmail now uses the make command instead of M4. Now you would use a make -C /etc/mail



Sendmail still uses all the other files as it did before. Access, VirtualUserTable, local-host-names...etc.
Their format has only changed slightly. The main change (for the person trying to get it working for the first time),
is in the way you compile and run it. 

dnl is  a comment to sendmail.mc file

BTW- You still have to enable pop and imap if you so choose to use them on your server. How? Look how to
open up telnet, or just look in /etc/xinetd.d and ls the dir. Figure it out.

This is the sendmail.mc that you can start with


The rest is cake