HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- sendmail 8.9.3 - SMTP - mail issues
Operating System - Linux
1828966
Members
2241
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 09:49 PM
07-28-2003 09:49 PM
sendmail 8.9.3 - SMTP - mail issues
I have checked my sendmail configuration (sendmail -v user@host.domain.com) and the sendmail.cf, aliases file and everything looks ok. I am getting notifications from this system through sendmail.
I am getting a mail message from mailer-daemon about a failed delivery repeatedly. I am not able to figure out what is causing this mail to be delivered repeatedly. Everything was working fine. I only change done was sendmail was restarted around 2 hrs prior to the getting the first mail from mailer-daemon.
I have alias set for mailer-daemon to Unix.Sysadmins@mydom.com
nslookup on test1.mydom.com returns the ip-address of the system. resolv.conf has the correct entry for the domain and ip address of nameservers. nsswitch.conf has dns entry followed by entry for files. I also tried putting files before dns with no change in result.
I have sent mail directly to both root@test1.mydom.com and Unix.Sysadmins@mydom.com and it gets delivered to the admin inbox. I also see the entries in /var/adm/syslog/mail.log when that happens, but for the mailed getting bounced I don't see any entries in the mail.log file.
Any help will be appreciated.
Error message in the mail from the mailer-daemon
----------------------------------
-----Original Message-----
From: Mail Delivery Subsystem [mailto:MAILER-DAEMON@test1.mydom.com]
Sent: Tuesday, July 29, 2003 1:16 AM
To: root@test1.mydom.com
Subject: Returned mail: Data format error
The original message was received at Tue, 29 Jul 2003 01:16:03 -0400 (EDT)
from root@localhost
----- The following addresses had permanent fatal errors -----
Unix.Sysadmins@mydom.com
(expanded from: root)
----- Transcript of session follows -----
>>> MAIL From: SIZE=382
<<< 553 5.1.8... Domain of sender address root@test1.mydom.com does not exist
501 Unix.Sysadmins@mydom.com... Data format error
I am getting a mail message from mailer-daemon about a failed delivery repeatedly. I am not able to figure out what is causing this mail to be delivered repeatedly. Everything was working fine. I only change done was sendmail was restarted around 2 hrs prior to the getting the first mail from mailer-daemon.
I have alias set for mailer-daemon to Unix.Sysadmins@mydom.com
nslookup on test1.mydom.com returns the ip-address of the system. resolv.conf has the correct entry for the domain and ip address of nameservers. nsswitch.conf has dns entry followed by entry for files. I also tried putting files before dns with no change in result.
I have sent mail directly to both root@test1.mydom.com and Unix.Sysadmins@mydom.com and it gets delivered to the admin inbox. I also see the entries in /var/adm/syslog/mail.log when that happens, but for the mailed getting bounced I don't see any entries in the mail.log file.
Any help will be appreciated.
Error message in the mail from the mailer-daemon
----------------------------------
-----Original Message-----
From: Mail Delivery Subsystem [mailto:MAILER-DAEMON@test1.mydom.com]
Sent: Tuesday, July 29, 2003 1:16 AM
To: root@test1.mydom.com
Subject: Returned mail: Data format error
The original message was received at Tue, 29 Jul 2003 01:16:03 -0400 (EDT)
from root@localhost
----- The following addresses had permanent fatal errors -----
Unix.Sysadmins@mydom.com
(expanded from: root)
----- Transcript of session follows -----
>>> MAIL From:
<<< 553 5.1.8
501 Unix.Sysadmins@mydom.com... Data format error
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 10:49 PM
07-29-2003 10:49 PM
Re: sendmail 8.9.3 - SMTP - mail issues
does test1.mydom.com resolve on your mail server.
can u check if your mail server is able to resolve this address.
by default, if the sender doesnt have a dns entry the mails are rejected. this is to prevent spam.
-balaji
can u check if your mail server is able to resolve this address.
by default, if the sender doesnt have a dns entry the mails are rejected. this is to prevent spam.
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 11:36 PM
07-29-2003 11:36 PM
Re: sendmail 8.9.3 - SMTP - mail issues
hello
it is hard to understand which server is the relay and wich server is the target
check the following :
1. check the file "/etc/mail/access" in your target server it should have a line that enables relay from the relay server
something like :
relay.server RELAY
2. check the "/etc/mail/mailertable" file on the relay server it should have a line that configure the smtp relay target like:
relay.mydomain.com smtp:[test1.mydomain.com]
3. check that the mx records are configured correctly.
hope this will help.. good luck
Avinoam
it is hard to understand which server is the relay and wich server is the target
check the following :
1. check the file "/etc/mail/access" in your target server it should have a line that enables relay from the relay server
something like :
relay.server RELAY
2. check the "/etc/mail/mailertable" file on the relay server it should have a line that configure the smtp relay target like:
relay.mydomain.com smtp:[test1.mydomain.com]
3. check that the mx records are configured correctly.
hope this will help.. good luck
Avinoam
Sababa
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP