- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Server Management (Insight Manager 7)
- >
- Re: Email notification
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 01:50 AM
11-06-2003 01:50 AM
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 02:50 AM
11-06-2003 02:50 AM
Re: Email notification
Help me understand a little more what you actually setup.
1. Did you setup a valid smtp server in IM7?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 03:07 AM
11-06-2003 03:07 AM
Re: Email notification
I have no problems receiving alerts from that package so I know the SMTP server is fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 03:24 AM
11-06-2003 03:24 AM
Re: Email notification
Make sure you include an email address that is part of the same domain as your smtp server is an MX for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 03:55 AM
11-06-2003 03:55 AM
Re: Email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 10:48 PM
11-06-2003 10:48 PM
Re: Email notification
You must configure it as an internet mail service and provide authentication info (as with any SMTP/POP3 mail server).
Try also this article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;255125
hth
Philippe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 06:22 PM
11-09-2003 06:22 PM
Re: Email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2003 10:48 PM
11-09-2003 10:48 PM
Re: Email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 01:39 PM
11-11-2003 01:39 PM
Re: Email notification
From my understanding of the posts;
A trap gets generated, and then an e-mail is triggered from CIM.
But, that e-mail fails with the 505 Error.
So, it seems that CIM (and I presume we're talking CIM 7) cannot talk to the SMTP Server.
Providing you've given the CIM Server the correct details of the SMTP Server it should work. Are we talking an Exchange Server here or another SMTP Server.
Can it restrict which Server is allowed to talk to it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 06:32 PM
11-11-2003 06:32 PM
Re: Email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 12:42 AM
11-12-2003 12:42 AM
Re: Email notification
I would check with your exchange admin and amke sure that the smtp connector is installed and configured properly. It may be possible that your exchange admin is using a different smtp server and not using the exchange server as an SMTP server. In any case, find out how it is configured in your environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 02:23 AM
11-12-2003 02:23 AM
Re: Email notification
telnet smtp_host:25
if there is no response on that port, something is wrong in either the accessibility of the host or the SMTP service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 02:55 AM
11-12-2003 02:55 AM
Re: Email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:06 AM
11-13-2003 03:06 AM
SolutionThe problem must be on the authentication between your mail client and the SMTP connector (IMS service) of the Exchange server.
You need to check:
1) which authentication is required when accessing the Internet Mail Connector of the Exchange server.
2) if there are any restrictions (hosts alowed to access the IM service) ?
3) If your Outlook client is configured correctly to access the Exchange server via SMTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:32 AM
11-13-2003 03:32 AM
Re: Email notification
My guess is if he's using outlook 2000 with exchangege, he's not setting up an smtp server under outlook.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2003 12:05 AM
11-14-2003 12:05 AM
Re: Email notification
Following Jadrice's comment, you should open outlook on the CIM server, configure it to use SMTP ("internet mail") service with _same userid/password_ as the CIM service is configured to use, and check if you can send mails that way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:47 AM
11-17-2003 02:47 AM
Re: Email notification
Thanks very much to all for the help with this one.