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
05-14-2002 05:16 AM
05-14-2002 05:16 AM
host map: lookup (Foo.com): deferred
Used the sendmail trouble shooting doc from HP but no luck.
hosts file looks good, sendmail.cf is the same on both servers.
Any Ideas?
Thanks
Joe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 05:24 AM
05-14-2002 05:24 AM
Re: Sendmail
Sounds like you can't look up your host. Either add it to DNS or /etc/hosts.
This is how I've got sendmail set up :-
I mail to Novell Groupwise server. I set this up :-
in /etc/mail/sendmail.cf
Define your domain nmae
Dj$w.yourdomainname.com
and / or
in /etc/hosts make sure the line for your hostname is fully qualified
x.x.x.x svrname svrname.yourdomainname.com
Add an entry in /etc/mail/sendmail.cf for the smart relay host. This is where to send mail that cannot ne delivered locally. Make it the ip address of your Exchange server
You could add the address to /etc/hosts or DNS to mailgate
DS1.2.3.4 = ip address of Exchange server.
DSmailgate
Alias the mailgate entry in /etc/hosts to be yourdomainname ie
1.2.3.4 mailgate yourdomainname.com
Try and ping mailgate
Now try /usr/sbin/sendmail -v user@yourdomainname.com
It should connect and send a blank message.
One thing to note is that you need to make sure the Exchange server isn't rejecting your email.
Hope this makes sense.
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 05:25 AM
05-14-2002 05:25 AM
Re: Sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 05:26 AM
05-14-2002 05:26 AM
SolutionThe problem can be because of the /etc/nsswitch.conf file. Check and see if this file exists. If not, copy from the other system and make the proper changes needed.
If you don't have the file, then:
# cd /etc
# cp nsswitch.files nsswitch.conf
and change the "hosts" line to:
hosts: files [NOTFOUND=continue] dns
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 05:32 AM
05-14-2002 05:32 AM
Re: Sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 05:37 AM
05-14-2002 05:37 AM
Re: Sendmail
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 06:24 AM
05-14-2002 06:24 AM
Re: Sendmail
Made this change in sendmail.cf:
Dj$w.ellisonwindow.com
I can ping the address of the mail server
I can ping the alias: mail.ellisonwindow.com
Here's another error:
jhege@ellisonwindow.com... ellisonwindow.com: Name server timeout
jhege@ellisonwindow.com... Transient parse error -- message queued for future de
livery
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 08:30 AM
05-14-2002 08:30 AM