I am trying to use postfix to send emails from linux host to my email address which is hosted on Microsoft Exchange Server. Linux host is on the same network. I do not understand all the detailed instructions. I want is to use a simple command line to send email from linux host to my email address.
Something like:
sendmail abc@company.com < mail.file
How can I do that ?