- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mailx doesn't work on 2 systems
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
07-20-2000 04:49 AM
07-20-2000 04:49 AM
2 of them can't mail to system x
other systems CAN mail to system x
I do have NDS running
/etc/mail/service.switch is ok
/etc/resolv is ok
nslookup returns the right ip-address
and i can ping to any system i want
"zzzz sendmail[9332]: KAA09332: Ruleset
check_mail (
invalid host name
Jul 19 10:09:33 zzzz sendmail[9450]: KAA09450:
from=
ss=0, pri=0, nrcpts=0, proto=ESMTP, relay=[199.81.70.13]
(may be forged) "
this is in /var/adm/syslog/mail.log on the receiving
system....
any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 05:08 AM
07-20-2000 05:08 AM
Re: mailx doesn't work on 2 systems
localhost
shortname
fully qualified hostname
aliases
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2000 09:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 08:22 AM
07-24-2000 08:22 AM
Re: mailx doesn't work on 2 systems
on server x check wether nslookup is working properly also for reverse resolving - otherwise fix it.
Also check the MX records of your boxes.
Cheers,
Dieter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 08:51 AM
07-24-2000 08:51 AM
Re: mailx doesn't work on 2 systems
#sendmail -d0.1 -bt < /dev/null
This runs sendmail in address testing mode and will print what it can find as the address of the local machine.
Do this on each machine you are communicating with via sendmail. Make sure you can ping and resolve all names that show up (if any) from all systems. Use "nslookup" if you are using DNS, "ypcat hosts" if you are using NIS or just view the /etc/hosts file. The nsswitch.conf file will tell you how you are using these facilities and in which order.
If you have trouble with name resolution, then post again.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 05:21 PM
07-24-2000 05:21 PM
Re: mailx doesn't work on 2 systems
1.Check nslookup destination host with name and ip , both should result same.
2.Make sure ur able to ping to remote system.
3.Make sure you can telnet remotesystem 25
4.Make sure /etc/sendmail.cf and sendmail.cw are ok with working systems.
5.make sure your system returns correct domain name when you do telnet loopback 25
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2000 11:36 PM
07-24-2000 11:36 PM
Re: mailx doesn't work on 2 systems
it was a fault in the
sendmail.cf AND the sendmail.cw file