Server Products
Data Center Products including boards, integrated systems, Intel® Xeon® Processors, RAID Storage, and Intel® Xeon® Processors
4778 Discussions

IASC Active System Console - change smtp email port?

CPich4
Beginner
1,144 Views

I'm using version IASC 4.4 and was wondering is it possible to change the email port for the smtp server. We only have port 587 available to use however it seems the alerts are trying to be sent out over port 25.

Any way to change this? MAybe in the registry or config file somewhere?

Thanks!

0 Kudos
3 Replies
CPich4
Beginner
327 Views

I also tried putting in the IP address field with port# (192.168.0.1:587) but it will not accept that.

0 Kudos
idata
Employee
327 Views

Hi,

If there is no port configuration field, try iptables to workaround this,

iptables -t nat -A OUTPUT -p tcp -d --dport 25 -j REDIRECT --to-ports 587

Hope this helps.

--

best regards

Mariusz

0 Kudos
JasonT_Intel
Moderator
327 Views

Hello, currently there is no way to do this for Intel Active System Console.

0 Kudos
Reply