Unencrypted, unauthenticated service for normal mail from the Internet.
Because spammers occasionally max out the number of SMTP connections (default 30), I usually call this service smtp and use it strictly for external SMTP connections. By running a separate SMTP service for the internal users, a spike in spammer activity doesn't cause connection issues for your internal users.
Set up the service directory, download John Simpson's SMTP run script, and set it's permissions:
cd /var/service
mkdir -m 1755 smtp
cd smtp