I have postfix setup on my server so that I can send outgoing mail using the command-line:
mail -s "Subject" address@example.com
Is this using sendmail or postfix? Is "sendmail" just a software category or a distinct program? If something is "sendmail-ready" does that mean it will work with postfix?
Everything I've read online seems to use these two terms interchangeably.