- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail query.
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-06-2007 06:03 PM
11-06-2007 06:03 PM
sendmail query.
May be I am asking a stupid question here.
In our setup, mails are getting forwarded to a relay server before passing on to messaging server.In of our server, i cannot find any entry for relay server in sendmail.cf,that is.,
entry "DS" in sendmail.cf is blank. Still server is able to deliver mails to outside world... just wondering how this is happening..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:36 PM
11-06-2007 06:36 PM
Re: sendmail query.
2. /etc/hosts resolving for Relay in your domain.
Do a
sendmail -v -d9.99 -d38.99 user_name@domain.com < /dev/null
and see the results. Post it if you still cant understand it though its very explanatory.
cheers!
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:37 PM
11-06-2007 06:37 PM
Re: sendmail query.
2. /etc/hosts resolving for Relay in your domain.
Do a
sendmail -v -d9.99 -d38.99 user_name@domain.com < /dev/null
and see the results. Post it if you still cant understand it though its very explanatory.
PS: by mistake i used different id to post last response.
cheers!
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 06:43 PM
11-06-2007 06:43 PM
Re: sendmail query.
It is because you are in DNS and you have a domain name, so i will go through the root server.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 08:44 PM
11-06-2007 08:44 PM
Re: sendmail query.
test@test.com... Host unknown (Name server: test.com: host not found)
/home/unixsupp/t003957/dead.letter... Saved message in /home/unixsupp/t003957/dead.letter
--------------------------------------------
But one of my client is telling that he is getting the mails from this server. As i said earlier, there is no entry for the smtp relay server in sendmail.cf.
How did the he receive the mail eventhough there is no smtp server configured?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 09:37 PM
11-06-2007 09:37 PM
Re: sendmail query.
please run the command which i mentioned with actual domain name, if it still doesn't resolve and message goes in dead letter in debug data check with security guys!
What is there is the header file of email received at your client? It may show you the actual ip.
Anshu