- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail problems
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
04-19-2001 04:03 AM
04-19-2001 04:03 AM
sendmail problems
on either server but right now
mail only delivered locally. My nsswitch as hosts : files, my host file on both has
ip.nn.xx dv1 dv1.
ip.nn.yy dv2 dv2.
sendmail.cw for dv1 has:
localhost
dv1
dv1.
sendmail.cw for dv2 has:
localhost
dv2
dv2.
On Both sendmail.cf have:
Dj$w.
I did this because of no dommain name / unqualified dommane
sendmail has been stop and restarted on both (vers 8.71.)
I can nslookup dv1 dv1. dv2 dv2.
I've telnet ed into port 25 and issued Hello successfully.
But when I do :
send mail-v mjn@dv1.
out
.
I get dv1.... Deferred: Name server: dv1.: host name lookup failure.
The mail never goes out. What am I missing?
Thank in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 05:57 AM
04-19-2001 05:57 AM
Re: sendmail problems
By default sendmail tries to use DNS to resolve. If you have an nsswitch.conf file under /etc, make sure the hosts line reads
hosts: files
if you are not using DNS.
Then stop and restart sendmail.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 07:53 AM
04-19-2001 07:53 AM
Re: sendmail problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 08:12 AM
04-19-2001 08:12 AM
Re: sendmail problems
Your problem could be that the DNS hasn?t got a MX (MailExchange) register for your second system.
In order to know how your mail will be delivery try to query DNS, but only about MX registers. So try:
# nslookup
and then
# >server
# >set q=mx "Setup that you are only interesting in MX registers"
and then type de name of the system/domain.
You will see a list of all the severs which will delivery the mail. In your case, problably the list is empty so you must add a MX register for this server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 08:40 AM
04-19-2001 08:40 AM
Re: sendmail problems
and connot to that. (political).
My nsswitch file does have hosts: file.
So the quetion must now be how do I configure sendmail not tusing DNS!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 01:52 AM
04-20-2001 01:52 AM
Re: sendmail problems
This old version of sendmail WILL
use the service.switch file but wants
to see in /etc not /etc/mail.
So I made a link and mail now works! I think there is a cf macro to set this
but the link works .