- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: local user cannot send mail to another local u...
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-17-2002 06:53 AM
04-17-2002 06:53 AM
local user cannot send mail to another local user in the same domain
I have a set up like below
NIS enabled server and workstations
I can send mail from Server to workstation
But a local user at workstation cannot send mail to
users at server or any users in the other workstation
I get a message
deferred mail server wkst1@gsmomc3
host name lookup failed
But the nslookup command can lookup NIS server .
I have set in sendmail.cf the domian as gsmomc3
checked sendmail.cw as per HP guide
and also restof files for mailing
pl suggest
Thanking you in advance
Pavani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 07:12 AM
04-17-2002 07:12 AM
Re: local user cannot send mail to another local user in the same domain
This can be a name resolution issue. There can be a problem with your DNS entries. If the /etc/nsswitch.conf file has a DNS entry, then the server MUST be set up so that it can
access a working nameserver.
Look at your /etc/resolv.conf file. If you are using DNS, there should be a valid nameserver entry. If it does not contain a functioning nameserver, then you will need to edit the /etc/nsswitch.conf file and remove the reference to DNS from the hosts line.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 10:16 AM
04-17-2002 10:16 AM
Re: local user cannot send mail to another local user in the same domain
Run:
/sbin/init.d/nis.client stop
/sbin/init.d/nis.client start
to bounce the NIS client.
Verify the /etc/nsswitch.conf file - make sure these lines
hosts: nis
aliases: nis
are starting as such - can have actions after.....
Run ypwhich on the clients to verify just what NIS server they are using.
Run
rpcinfo -u nis_server ypserv
rpcinfo -t nis_server ypserv
to verify NIS server is up OK
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 11:05 AM
04-17-2002 11:05 AM
Re: local user cannot send mail to another local user in the same domain
See the following thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf39306295e00d6118ff40090279cd0f9,00.html
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 12:08 AM
04-18-2002 12:08 AM
Re: local user cannot send mail to another local user in the same domain
Thanks for the sugesstions
below are the current settings
file nsswitch.conf
hosts: nis [NOTFOUND=return UNAVAIL=continue] files[NOTFOUND=return UNAVAIL=continue TRYAGAIN=return]
file sendmail.cf
Dj$w.GSMOMC3
file service.switch
hosts files
aliases files
file sendmail.cw
localhost
wtsc10
wtsc10.GSMOMC3
I have alredy checked the pointed question answer.But some times its confusing since
every one mentions same files but changes a lot due to small differnt network configuration
ouput of commands
rpcinfo -t ctsomc3 ypserv
program 100004 version 1 ready and waiting
program 100004 version 2 ready and waiting
rpcinfo -u ctsomc3 ypserv
program 100004 version 1 ready and waiting
program 100004 version 2 ready and waiting
I started NIS at the clients
Namesvrs file is also fine
Why root or NIS user at server can mail any local user or NISuser@client but not viceversa.Due to config constraints I cannot mount /var/mail of all users at client.
Chow
Pava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 12:13 AM
04-18-2002 12:13 AM
Re: local user cannot send mail to another local user in the same domain
There is no /etc/resolve.conf
in the system.
I guess i need not created it as we arenot using DNS.
We have NIS server and clients
Actually Iam not very clear of this DNS and again the command
domainname .
If we have not enabled DNS
then what is the domainname .
is it a part of NIS .
thanks
pavani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 01:13 AM
04-18-2002 01:13 AM
Re: local user cannot send mail to another local user in the same domain
domainname command is meant for NIS only.
you can set the NIS parameters in /etc/rc.config.d/namesvr file.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 10:21 AM
04-19-2002 10:21 AM
Re: local user cannot send mail to another local user in the same domain
This looks like to be that if it cannot find the hostname in nis, it returns, instead of continuing to the hosts file.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 01:52 AM
04-23-2002 01:52 AM
Re: local user cannot send mail to another local user in the same domain
Thankyou.
I changed nis as continue for both options but it still dosent work and i get same error message
Chow
Pavani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 03:40 AM
04-23-2002 03:40 AM
Re: local user cannot send mail to another local user in the same domain
give this from workstation
#ypmatch "yourservername" hosts
what is the output ?.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 04:30 AM
04-23-2002 04:30 AM
Re: local user cannot send mail to another local user in the same domain
Thanks for the quick response
I guess some thing is missing in mapping at servers end
I get below message when i give
ypmatch servername hostname
ypmatch cant match ctsomc3
reason : no such map map in servers NIS domain
How do I map now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 04:52 AM
04-23-2002 04:52 AM
Re: local user cannot send mail to another local user in the same domain
I made a mistake in command before
ypmatch servername hosts
gave me output as
ipaddress servername server alias
is that okay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 10:11 PM
04-23-2002 10:11 PM
Re: local user cannot send mail to another local user in the same domain
Is the IP address and server name in the output of ypcat comand shows the proper server name with it's proper IP address ?. if yes try
this
#telnet "yourservername" 25
do you get connection to smtp sendmail ?
Also try this
#mail wkst1@"yourservername".gsmomc3
can you send mails now?.
regards,
U.SivaKumar