On a CentOS 7 server with postifx already installed and working I found the emails from check_mk / OMD were not being sent.
I needed a symlink for sendmail:
ln -s /usr/lib/sendmail.postfix /usr/lib/sendmail
Test with
su - omduser
echo "content" | mail -s test-email me@gmail.com