I've one Web server, one Middleware server and one backend application server in same subnet/network. All these three servers needs to send notification alert emails to multiple email IDs like GMAIL, Yahoo, Outlook etc. for this I've to configure sendmail server on each server separately.
Is it possible if I can deploy one small dedicated sendmail or postfix server which will accept and perform email delivery for all three servers, I'll just change mail server IP address to this dedicated mail servers IP in middleware code, web server configuration and backend application so that these servers will be able use mail server for every outgoing notification or alert email?
Kindly check and please guide me how it can be configure.
Thanks in advance!