Operating System - HP-UX
1836693 Members
2544 Online
110108 Solutions
New Discussion

Can the snmp work without domain name ?

 
faust2004
Regular Advisor

Can the snmp work without domain name ?

Hi ,
I want to send mail from a hp unix workstation(11.0) A to mail server supporting
smtp B(NT), in both A and B no domain name is seted. that is can I mail like this?: mail ys@B. how to configure the A. B?

thanks
Sunny

3 REPLIES 3
Ravi_8
Honored Contributor

Re: Can the snmp work without domain name ?

Hi,

For snmp to work you need to have a domain
never give up
Sanjay_6
Honored Contributor

Re: Can the snmp work without domain name ?

Hi Sunny,

Why don't you give it a try. configure simple sendmail on the two servers. Specify the server name and ip's in the /etc/hosts file. Configure sendmail as per this link,

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&con=/hpux/onlinedocs/B2355-90685/00/00/35-con.html&toc=/hpux/onlinedocs/B2355-90685/00/00/35-toc.html&searchterms=sendmail&queryid=20020110-222050

This is from this manual,

http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html

Hope this helps.

Regds
faust2004
Regular Advisor

Re: Can the snmp work without domain name ?

Hi ,Sanjay,
thank for reply.
I do as you say . and now I can tlent B 25
, and mail with command. I set the domain name in A as A.dodomainname, but as the B is a lotus snmp server, for some reason i can not set domain on it. when I mail from A to B like
this mail ys@B, the rewirte rule change it to
ys@B.mydomain, how to chang the rewrite rule so that not add mydomainname to the rcpt adress?

Sunny