- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- incoming eMail problem
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
08-03-2007 07:43 AM
08-03-2007 07:43 AM
The problem is now, eMail doesn't get through any more - from outside the company. (I'm getting eMail from these forums at a working address.)
I can send mail from inside the company, but from outside - like Yahoo - I get this:
[quote]
The original message was received at Fri, 3 Aug 2007 12:39:03 -0700 (PDT) from localhost [127.0.0.1]
----- The following addresses had permanent fatal errors -----
(reason: 501 Sender domain must exist)
----- Transcript of session follows -----
... while talking to dms-1.xyz.com.:
>>> MAIL From:
<<< 501 Sender domain must exist
501 5.6.0 Data format error
"501 Sender domain must exist", but surely "yahoo.com" exists? And why would it care? If the company is selectively blocking traffic, wouldn't there be a message about "message refused"?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 08:02 AM
08-03-2007 08:02 AM
SolutionSo, make sure your server ip and new hostname are first after the comments in /etc/hosts (and fully qualified)
192.1.1.5 servername servername.yourdomain.com
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 08:06 AM
08-03-2007 08:06 AM
Re: incoming eMail problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 08:18 AM
08-03-2007 08:18 AM
Re: incoming eMail problem
/etc/hosts has
aaa.bbb.ccc.ddd dms-1
without the fully qualified domain.
The "Sender domain" error threw me way off track.
It also explains why I can eMail from inside.
I fixed that, now I'll try again from Yahoo ... still the same error - but I'll try again in an hour or so.
You did point out an error here that needed fixing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 08:50 AM
08-03-2007 08:50 AM
Re: incoming eMail problem
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
The other thing to check/fix - is set the DM macro in /etc/mail/sendmail.cf
DMyourdomain.com
If not there - then you could set that and bounce sendmail again.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 09:08 AM
08-03-2007 09:08 AM
Re: incoming eMail problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 09:25 AM
08-03-2007 09:25 AM
Re: incoming eMail problem
DM
(nothing after that) I haven't ever changed it.
I just noticed that a ps for 'sendm' finds
... sendmail: accepting connections on port 25
And what I used to see is
sendmail -bd -q30m accepting connections
... so evidently it's not running as a daemon.
#/sbin/init.d/sendmail stop
(ok)
#/sbin/init.d/sendmail start
/etc/mail/sendmail.cf: WARNING: dangerous write permissions
/etc/mail/aliases: (..... ok )
/etc/mail/sendmail.cf: WARNING: dangerous write permissions
and ps still shows
... sendmail: accepting connections on port 25
Somewhere in /sbin/init.d/sendmail is a line
/usr/sbin/sendmail -bd -q30m && echo "sendmail", but at first glance, it's inside a few levels of "if ... elif"
... and the only WARNING in sendmail is about sendmail.cw not configured.