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
12-09-2003 11:01 PM
12-09-2003 11:01 PM
I'm trying to learn unix on a hp712/100 and sendmail cand resolv the domain name.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 01:11 AM
12-10-2003 01:11 AM
Re: Sendmail
You may need to edit a couple things to get you started.
Like the /etc/resolv.conf so it shows your domain & a nameserver..
domain cox.net
nameserver
...Now you can have I think up to 3 nameservers for dns lookups/resolution.
The other file you need to start reading on and configuring is /etc/mail/sendmail.cf. Possibly as a first step, just go in and edit the $m (note it's lower case) to show the domain name of cox.net. So your looking for:
$Dm
And possibly you might add the IP address and domain name of your mailserver (cox.net's mailserver) to your /etc/hosts file. As an example:
xxx.xxx.xxx.xxx mail.cox.net cox.net
So call your provider and they may be able to provide some of this information for you...like their full domain name; mailserver name; IP's...
When you want to test how your working use sendmail with a -v option to see how things are going:
sendmail -v anybody@theworld.com
Type your message on the next line
and keep typing lines until you
send whatever you want. On the very
last line you enter a period "." all
by itself & hit enter...and your email
will begin to process/goand display how it did or did not go, giving you details as to
where it may have failed to pass.
This was fairly simplistic, but maybe it gives you an idea where you can begin and what you need to read up on..
Half the fun is learning !
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 02:42 AM
12-10-2003 02:42 AM
Re: Sendmail
change the hsotname in /etc/rc.config.d/netconf to warlock.yourdomain.net
In spite of the fact that you are using Cox cable as a smtp relay server, your mail will go out with a fully qualified domain name.
If you can not change the host name:
DJwarlock@yourdoman.net
in sendmail.cf
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
resolv.conf should be either the IP address of the cable router, or if visible the dns server that is automatically assigned to the router. You are better off with the internal ip if it works(almost always 192.168.0.1) because thats static.
These cable people change ip address and DNS servers without notice to users.
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
12-10-2003 02:47 AM
12-10-2003 02:47 AM
Re: Sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 04:47 AM
12-10-2003 04:47 AM
SolutionTry this link,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065255439
The doc id is KBRC00002070
Hope this helps.
Regds