- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- when telneting to sendmail I get...
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
01-21-2003 07:52 AM
01-21-2003 07:52 AM
when telneting to sendmail I get...
6 -0500
I cannot figure out why I continue to get localhost.localdomain instead of host.domain.com. I also get localhost.localdomain as the HELO in my email headers. Any ideas? I've racked my brain on this one. I have DNS setup for this domain and an MX record. Sending and recieving of emails works perfectly between this sendmail and an exchange server which is in another domain, both internal to my network.
Thanks in advance!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 08:04 AM
01-21-2003 08:04 AM
Re: when telneting to sendmail I get...
Change
# #Dj$w.Foo.COM #
# to #
# Dj$w.hp.com #
#
where hp.com is your actual domain name.
or DJhp.com
If $w is being set as localhost
The real solution is to change you hostname to fully qualified domainname.
/etc/rc.config.d/netconf
change hostname to hostname.hp.com
Where hp.com is your genuine domain name.
Good Luck.
P
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 08:11 AM
01-21-2003 08:11 AM
Re: when telneting to sendmail I get...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 08:39 AM
01-21-2003 08:39 AM
Re: when telneting to sendmail I get...
24 -0500
Thanks!
Now to continue that, in my latest email header, when using PINE on the local server, I get this:
Microsoft Mail Internet Headers Version 2.0
Received: from host.domain.com ([12.1.244.148]) by host1.domain2.com with Microsoft SMTPSVC(5.0.2195.4905);
Tue, 21 Jan 2003 11:29:08 -0500
Received: from localhost (user@localhost)
by user.domain.com (8.11.6/8.11.6) with ESMTP id h0LGS0i01052;
Tue, 21 Jan 2003 11:28:00 -0500
Date: Tue, 21 Jan 2003 11:28:00 -0500 (EST)
From: user@domain.com
To: user1@domain2.com
Subject: test1 headers for correct helo
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Return-Path: user@domain.com
X-OriginalArrivalTime: 21 Jan 2003 16:29:08.0926 (UTC) FILETIME=[3925ADE0:01C2C16A]
Specifically my question is the line:
Received: from localhost (user@localhost)
Is this a PINE configuration or am I still missing something in my sendmail config?
Thanks! Making great progress with this forum, wish I would have joined sooner!
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 07:00 AM
01-22-2003 07:00 AM
Re: when telneting to sendmail I get...
directory /etc/named.data ; running directory for named
primary 0.0.127.IN-ADDR.ARPA db.127.0.0And a zone entry mapping 127.0.0.1 to "localhost":
You could change the name "localhost" by altering the contents of the db.127 PTR record, but that would be atypical.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 07:19 AM
01-22-2003 07:19 AM
Re: when telneting to sendmail I get...
The first IP that's found on the first interface gets looked up according to the settings in resolv.conf. The result becomes the setting of the $j macro.
The rest of the IPs on the interfaces are looked up and become class w. (We'll accept mail for domains in class w).
If sendmail can't resolve your host name, set the $j macro in sendmail.cf (Dj$w.Foo.COM)
If you don't want sendmail looking for interfaces that are available, look at DaemonPort Options and DontProbeInterfaces.
BTW, you'll want a correctly functioning DNS to take advantage of the anti-spam features of sendmail.