Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

DCO 7.5. e-mail fails for the first time. what are we missing?

EcoStruxure IT forum

Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure IT
  • EcoStruxure IT forum
  • DCO 7.5. e-mail fails for the first time. what are we missing?
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Cory_McDonald
Admiral Cory_McDonald Admiral
124
Jef
Admiral Jef Admiral
110
gsterling
Captain gsterling Captain
71
APC_Steve
Captain APC_Steve Captain
64
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to EcoStruxure IT forum
Solved
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

0 Likes
6
1035
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

DCO 7.5. e-mail fails for the first time. what are we missing?

Hello community

 

I have a problem trying to send e-mails with DCO, for the first time. In fact, when I'm doing a test on "e-mails settings", it fails displaying the following message:

"Test e-mail could not be sent. This could be caused by relay restrictions. See the server log for more information"

Also, when trying to send an e-mail by command:

root@host:~# mail -s "Hello world" e-mail   (CTRL-D)

/usr/lib/sendmail: No such file or directory

root@host:~# "/root/dead.letter" 9/216

. . . message not sent.

 

 My question is: do we need to setup sendmail/Postfix, in order to have DCO e-mail working?

What are we missing?

 

I do also did a test on Webmin using the "Send Mail" option and it indicates that there's no mail program installed on the system.

 

Can we install sendmail/postfix webmin module?

 

Thanks for your help and advise!

 

 


 

 

 

(CID:105469965)

Labels
  • Labels:
  • Data Center Operation
  • Tags:
  • bug
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

0 Likes
0
1035
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

Hello all

I want to confirm that our problem was related to a firewall restriction and now it's working.

To summarize, as Greg pointed, the email client is configured using the DCO> e-mail settings, from the DCO GUI Client. And as Bala mentioned: "Information required is SMTP server IP address, port # and authentication(if applicable)."

In addition, I included a verification of the network connectivity from the DCO server to the smtp server (A PING, also a verification of the port, if it's reachable: usually a telnet smtp_server_ip smtp_server_port would work or any other tool to confirm connectivity, ex: openssl)

Additional step, if it continues failing, it's to " white list the DCO IP address or provide permission for DCO IP address to send an email" as Bala recommended.

Thanks everybody for your help!

(CID:105470342)

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 6
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

0 Likes
1
1035
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

Angelica.

Are you trying to configure emails from DCO? This is normally completed using the DCO client GUI. Under the system settings menu is the email settings option from which you can configure your SMTP settings for DCO emails.

Are you attempting to configure linux email from the DCO server for another reason?

Regards

Greg Sterling

(CID:105469991)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

In response to DCIM_Support
0 Likes
0
1035
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

Hi Greg, thanks for your answer. I've been trying to use the DCO client GUI and it doesn't work. For this reason I wanted to confirm with you and the community if my installation is uncompleted and needing additional setup as I didn't see any email client installed. But Now I'm clear that the only thing we need is the DCO client GUI. Thanks for the clarification. Now I'm trying to have the smtp test setup using the GUI but still no luck.

(CID:105470211)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

0 Likes
1
1035
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

Dear Angelica,

I have faced this issue in one of the Customer DCO implementations recently. I have asked the Customer to whitelist the DCO IP address in their Mail Exchange server which resolved the issue.

As the error message points that "This could be caused by relay restrictions.", you will need to ask your Mail Exchange Server team to white list the DCO IP address or provide permission for DCO IP address to send an email.

Please make sure that SMTP server IP address, port # and authentication(if applicable) are entered correctly using the DCO client GUI.

It should resolve this issue.

Regards,

Bala

(CID:105470066)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

In response to DCIM_Support
0 Likes
0
1035
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

Hi Bala Thanks for your answer and it gave me a light. At this moment we're using a basic test with gmail/yahoo accounts. I've managed to verify if the server has connectivity to the smtp server, and it doesn't. So my guess is that the firewall is restricting this connection. I'll confirm if this is the solution or if the problem persists. Thanks!

(CID:105470213)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

0 Likes
0
1036
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 01:32 AM . Last Modified: ‎2024-04-09 12:34 AM

Hello all

I want to confirm that our problem was related to a firewall restriction and now it's working.

To summarize, as Greg pointed, the email client is configured using the DCO> e-mail settings, from the DCO GUI Client. And as Bala mentioned: "Information required is SMTP server IP address, port # and authentication(if applicable)."

In addition, I included a verification of the network connectivity from the DCO server to the smtp server (A PING, also a verification of the port, if it's reachable: usually a telnet smtp_server_ip smtp_server_port would work or any other tool to confirm connectivity, ex: openssl)

Additional step, if it continues failing, it's to " white list the DCO IP address or provide permission for DCO IP address to send an email" as Bala recommended.

Thanks everybody for your help!

(CID:105470342)

Reply

Link copied. Please paste this link to share this article on your social media post.

DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 01:33 AM . Last Modified: ‎2023-10-31 10:47 PM

0 Likes
0
1035
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 01:33 AM . Last Modified: ‎2023-10-31 10:47 PM

superhero.png

This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.

Reply

Link copied. Please paste this link to share this article on your social media post.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of