- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with outgoing mail ... sendmail log sh...
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
09-09-2004 03:06 AM
09-09-2004 03:06 AM
Problem with outgoing mail ... sendmail log show host not found
I have following problem:
server name is myhost
and I try to send mail from lets say generally myaddress@domain.com
to
recipient@domain.com
I receive following example error.
Sep 9 07:22:39 myhost sendmail[14278]: [ID 801593 mail.info] i895MYl14278: from=
Sep 9 07:22:39 myhost sendmail[14286]: [ID 801593 mail.info] i895MYl14278: to=
Sep 9 07:22:39 myhost sendmail[14286]: [ID 801593 mail.info] i895MYl14278: i895Mdl14286: DSN: Host unknown (Name server: mailer1.com.: host not found)
part of /etc/nsswitch.conf
passwd: files
group: files
hosts: files [NOTFOUND=continue] dns
ipnodes: files
networks: files
protocols: files
Thanks for any advice
Marcin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:11 AM
09-09-2004 03:11 AM
Re: Problem with outgoing mail ... sendmail log show host not found
Check your sendmail configuration file and make sure the DS macro for your relay host (if set) is set correctly. are you able to resolve the relay host from the command line using nslookup.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:14 AM
09-09-2004 03:14 AM
Re: Problem with outgoing mail ... sendmail log show host not found
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 03:15 AM
09-09-2004 03:15 AM
Re: Problem with outgoing mail ... sendmail log show host not found
Go to the line starting with:
DS
It may look something like:
DSmailer1.com
If that is correct then on myhost run:
nslookup mailer1.com and see that it resolves correctly.
If mailer1.com is not your mail relay host then update the "DS" line with the correct information.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 04:08 AM
09-09-2004 04:08 AM
Re: Problem with outgoing mail ... sendmail log show host not found
Problem informations are as,
For mail delivery failures, users get a Delivery Status Notification
(DSN).
Note: DSNs resulting from attempts to relay a message to one or
more recipients will contain a "Diagnostic-Code" message citing
the reasons for failure. This message will not contain the
user's address.
----
To solve put the DSdomainame.com in /etc/mail/sendmail.cf and restart the sendmail there.
You can use /etc/nsswitch.conf file as,
hosts: files dns
or
hosts: dns files
Try do resolvation check as,
nslookup domain.com
or
nsquery hosts domain.com "dns"
It has to get results there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 05:48 AM
09-09-2004 05:48 AM
Re: Problem with outgoing mail ... sendmail log show host not found
#shows the mail queue
mailq
#force verbose processing of the mail queue
sendmail -v -q
I think that you have two choices presented. Either get nslookup to resovle, allowing sendmail to resolve or pass the mail with the sendmail DS directive and make sure that machine allows relay and IT can resolve the name of the target host.
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
09-09-2004 08:41 PM
09-09-2004 08:41 PM
Re: Problem with outgoing mail ... sendmail log show host not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 08:24 AM
09-10-2004 08:24 AM
Re: Problem with outgoing mail ... sendmail log show host not found
You have to set your semdmail.cf file.
Look for DS en set it.
If your relay host is let say machine.domein.com than you should set your DS
DSmachine.domein.com
stop en start sendmail
execute
Sendmail -v name@domein.com
Type your text en finish wiht . + enter
DS is an macro in je semdmail.cf file. For more information about it you kan read ofcourse man page.
I hoop this help
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2004 09:17 PM
09-12-2004 09:17 PM
Re: Problem with outgoing mail ... sendmail log show host not found
I will inform you and give feedback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2004 09:55 PM
09-12-2004 09:55 PM