HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with mailx
Operating System - HP-UX
1827295
Members
3953
Online
109717
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
Go to solution
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-05-2004 10:02 PM
07-05-2004 10:02 PM
hi,
i am using a hp-ux and have a problem with my configuration and the worst part is i am not sure where to start.
mailx is not able to send the email out
here is the error.
----- Transcript of session follows -----
... while talking to mailrly.cdf.com.my.:
>>> MAIL From: SIZE=76
<<< 553 5.1.8... Domain of sender address calvin@dns1.dns1.abc.net does not exist
501 Data format error
--RAA09147.1089107133/dns1 dns1.abc.net
Content-Type: message/delivery-status
Reporting-MTA: dns; dns1 dns1.abc.net
Arrival-Date: Tue, 6 Jul 2004 17:45:27 +0800 (SST)
Final-Recipient: RFC822; twtan@cdf.com.my
Action: failed
Status: 5.1.3
Remote-MTA: DNS; mailrly.cdf.com.my
Diagnostic-Code: SMTP; 553 5.1.8... Domain of sender address calvin@dns1.dns1.abc.net
does not exist
Last-Attempt-Date: Tue, 6 Jul 2004 17:45:33 +0800 (SST)
--RAA09147.1089107133/dns1 dns1.abc.net
Content-Type: message/rfc822
Return-Path: calvin
Received: (from root@localhost) by dns1 dns1.abc.net (8.9.3 (PHNE_29773)/8.7.1) id RAA09145 for twtan@cdf.com.my; Tue, 6 Jul 2004 17:45:27 +0800 (SST)
Date: Tue, 6 Jul 2004 17:45:27 +0800 (SST)
From: Calvin
Message-Id: <200407060945.RAA09145@dns1 dns1.abc.net>
To: myaddress@cdf.com.my
Subject: test
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
--RAA09147.1089107133/dns1 dns1.abc.net--
how can i change this address
calvin@dns1.dns1.abc.net
to only
calvin@dns1.abc.net
i am using a hp-ux and have a problem with my configuration and the worst part is i am not sure where to start.
mailx is not able to send the email out
here is the error.
----- Transcript of session follows -----
... while talking to mailrly.cdf.com.my.:
>>> MAIL From:
<<< 553 5.1.8
501 Data format error
--RAA09147.1089107133/dns1 dns1.abc.net
Content-Type: message/delivery-status
Reporting-MTA: dns; dns1 dns1.abc.net
Arrival-Date: Tue, 6 Jul 2004 17:45:27 +0800 (SST)
Final-Recipient: RFC822; twtan@cdf.com.my
Action: failed
Status: 5.1.3
Remote-MTA: DNS; mailrly.cdf.com.my
Diagnostic-Code: SMTP; 553 5.1.8
does not exist
Last-Attempt-Date: Tue, 6 Jul 2004 17:45:33 +0800 (SST)
--RAA09147.1089107133/dns1 dns1.abc.net
Content-Type: message/rfc822
Return-Path: calvin
Received: (from root@localhost) by dns1 dns1.abc.net (8.9.3 (PHNE_29773)/8.7.1) id RAA09145 for twtan@cdf.com.my; Tue, 6 Jul 2004 17:45:27 +0800 (SST)
Date: Tue, 6 Jul 2004 17:45:27 +0800 (SST)
From: Calvin
Message-Id: <200407060945.RAA09145@dns1 dns1.abc.net>
To: myaddress@cdf.com.my
Subject: test
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
--RAA09147.1089107133/dns1 dns1.abc.net--
how can i change this address
calvin@dns1.dns1.abc.net
to only
calvin@dns1.abc.net
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 10:16 PM
07-05-2004 10:16 PM
Solution
hi
hope you are using sendmail as your MTA (as it is widely used in unix environment). if so what is the entry for your official domain name in /etc/sendmail.cf...it is the Dj$w which defines the official domain name.
and what is there after DM
it should look like DMdns1.abc.net which masquerades your domain to look like as it is coming from dns1.abc.net
hope this helps
with best wishes
Naveej
hope you are using sendmail as your MTA (as it is widely used in unix environment). if so what is the entry for your official domain name in /etc/sendmail.cf...it is the Dj$w which defines the official domain name.
and what is there after DM
it should look like DMdns1.abc.net which masquerades your domain to look like as it is coming from dns1.abc.net
hope this helps
with best wishes
Naveej
practice makes a man perfect!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 10:25 PM
07-05-2004 10:25 PM
Re: Problem with mailx
Thank you very much.
The problem was solved.
was a typo error in the sendmail.cf file
thank you
The problem was solved.
was a typo error in the sendmail.cf file
thank you
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP