- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to sendmail to different 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
05-02-2003 04:23 AM
05-02-2003 04:23 AM
unable to sendmail to different systems
I configured sendmail without DNS and i am able to send mail to different users in the same system. but when i send the mail to different system in the same subnet, it gives ...
"#host name
drsn3
#sendmail -v root@drsn4
Hello! This is test mail. Please ignore it.
root@drsn4... Connecting to drsn4 via esmtp...
220 drsn4 ESMTP Sendmail 8.9.3/8.9.3; Fri, 2 May 2003 17:45:42 +0530 (IST)
>>> EHLO drsn3.
250-drsn4 Hello root@hydrsns3 [97.254.0.13], pleased to meet you
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ONEX
250-ETRN
250-XUSR
250 HELP
>>> MAIL From:
451
root@hydrsns4... Deferred: 451
Closing connection to drsn4
>>> QUIT
221 drsn4 closing connection"
hosts file having both the system entries.sendmail.cw file having entries of both the systems. i am unable to locate the problem. Can any one help me...???
Thanks in advance.
Jags.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 04:30 AM
05-02-2003 04:30 AM
Re: unable to sendmail to different systems
The domain on systems can and should be set in /etc/rc.config.d/netconf
If there are actual differences, then domain must be resolved.
check /etc/nsswitch.conf for hosts and make sure DNS resolve is enabled.
Check /etc/resolv.conf and see if the entries are valid and can be reached.
run an nslookup and see if DNS is actually working.
If you are an /etc/hosts shop you should have the first entry for machines there be the fully qualified domain name of the machines.
ie server jufprod is jufprod.juf.net
etc
SEP
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
05-02-2003 04:46 AM
05-02-2003 04:46 AM
Re: unable to sendmail to different systems
I am not usin DNS at all. nsswitch.conf havinf files in hosts and aliases fields. Both the systems are able to resolve each other when i do nslookup.
Here drsn3 was configured where as in drsn4,i didn't do any changes. Do i need to configure sendmail in drsn4 too..??? i am using domain shortnames. in sendmail.cw fiel(of drsn3) i mentioned both host names like..
drsn3.
drsn4.
and in hosts file these name i added as aliases to the respective hosts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 04:59 AM
05-02-2003 04:59 AM
Re: unable to sendmail to different systems
Sender domain must resolve
You need to provide a valid domain name - drsn3 is not known to the receving system. Make it something like drsn3.internal.net and make sure that it exists in /etc/hosts on all machines with the name and alias - are both systems configured the same for sendmail? That is with out DNS?
Yu could try adding a DM macro to your sendmail.cf:
DMinternel.net
Remember - that "The remote hostname claimed in the HELO SMTP line is compared to the canonical name. If they differ, sendmail complains."
RGds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2003 05:33 PM
05-04-2003 05:33 PM
Re: unable to sendmail to different systems
Cheers...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2003 07:14 PM
05-04-2003 07:14 PM
Re: unable to sendmail to different systems
This is the standard now and it is supposed to stop spam. A lot of spammers send from cable modems and IP addresses that won't resolve. The way to stop that is to require DNS resolution on all incoming mail.
That is what is happening to you.
So, your sending server even if its not using DNS needs to resolve on the reciving server. Or, you can turn off this feature in sendmail.mc Its well documented. I would not turn off the feature unless you have a firewall between you and the public Internet.
http://www.isnamerica.com
Steven E. Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com