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
11-15-2000 07:54 AM
11-15-2000 07:54 AM
I am able to do Mailing to a Local User.
I look at the mail log and see DSN: Host unknown ( Name server: xxx.com no data known)
Am I missing some configuration?
Help?
Thanks.
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 08:12 AM
11-15-2000 08:12 AM
Re: sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 08:19 AM
11-15-2000 08:19 AM
Re: sendmail
thanks,
steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 08:25 AM
11-15-2000 08:25 AM
Re: sendmail
your sendmail.cw should contain only:
localhost
dbs05
remember to restart sendmail after the changes.
also check the following:
1. Do you have a smart host defined in your /etc/mail/sendmail.cf check the DS entry
2. make sure that your mailrelay/smarthost is easily resolved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 08:41 AM
11-15-2000 08:41 AM
Re: sendmail
Do I set the DS to the DNS name?
DSxxx.xxx.com
thanks,
steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 08:54 AM
11-15-2000 08:54 AM
Re: sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 09:10 AM
11-15-2000 09:10 AM
Re: sendmail
If not, check your /etc/resolv.conf file to make sure you have the correct name servers and also that those name server are running DNS OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 09:17 AM
11-15-2000 09:17 AM
Re: sendmail
i can ping the nameserver,
but i can't telnet to the nameserver
any thoughts,
thanks,
steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 10:26 AM
11-15-2000 10:26 AM
SolutionThe DS should contain the name/IP address of the host that will relay messages destined for the remote server.
this is usually the mailserver for the remote user. to make it easier, include the IP/hostname combination (for the mail relay - not dns server) in the /etc/hosts file and set up your /etc/nsswitch.conf to be
hosts: files [NOTFOUND=continue] dns
...in order to test the mail server/exchanger for the remote host :
nslookup
> set qt=mx
> domain.name.of.remote.host.
you should get back some hosts that accept mail on behalf of that remote host. - for now, try using that as your mailrelay/Smarthost.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 10:43 AM
11-15-2000 10:43 AM
Re: sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 12:38 PM
11-15-2000 12:38 PM
Re: sendmail
I set the DS to the mailserver and it relay to it.
Thanks,
steve