- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I also tried putting in the IP address field with port# (192.168.0.1:587) but it will not accept that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, currently there is no way to do this for Intel Active System Console.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page