How to allow SMTP?

Hello everyone!

My virtualmin server has a DRAC card and I want to enable the alerts and have them email me when a hardware issue is detected.

My DRAC card is 1 IP lower than the IP of the eth0 card on the virtualmin server.

How can I allow the IP of my DRAC card to use SMTP on my virtualmin server without requiring authentication and not open myself up to spammers?

Howdy,

You could always edit your Postfix config (/etc/postfix/main.cf), and in there, add that IP address to “mynetworks”.

That will allow any email originating from that IP address to send email through your server.

-Eric