- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: route ????
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-21-2000 07:44 AM
12-21-2000 07:44 AM
route ????
This could be the second message - I screen just went blank after I hit ENTER key in error.
Here's my query ...
Is there a command to trace the routing of your email. For example, if I response to a survey and want to trace the route it takes and the destination of the survey. I thought I heard of a command "trace ..." or "route ...". Thank you for your help.
Thi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2000 08:42 AM
12-21-2000 08:42 AM
Re: route ????
Are you using mail, mailx, sendmail, Exchange or something else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2000 08:52 AM
12-21-2000 08:52 AM
Re: route ????
Logging Level 9:
Log internal queue ID to external message ID mappings. This can be useful for tracing a message as it travels between several hosts.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2000 09:06 AM
12-21-2000 09:06 AM
Re: route ????
sendmail -v abc@xyz.com < /etc/hosts
this will send the hosts file to this user abc. You will see information about how the message was routed. Refering the mail.log is also very useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2000 12:03 PM
12-21-2000 12:03 PM
Re: route ????
traceroute
or
tracert
With this utility you can trace the routing to a given host or IP address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2000 03:25 AM
12-22-2000 03:25 AM
Re: route ????
e.g.,
sendmail -Nsuccess -v user@domain.com
will request a delivery receipt.
When this arrives back in your mailbox, it should look like this:
----- The following addresses had successful delivery notifications -----
----- Transcript of session follows -----
--LAA08660.977483478/domain.com
Content-Type: message/delivery-status
Reporting-MTA: dns; domain.com
Received-From-MTA: DNS; your.domain.com
Arrival-Date: Fri, 22 Dec 2000 11:11:18 GMT
Final-Recipient: RFC822; user@domain.com
Action: delivered (to mailbox)
Status: 2.1.5
Last-Attempt-Date: Fri, 22 Dec 2000 11:11:18 GMT
--LAA08660.977483478/domain.com
Content-Type: text/rfc822-headers
Return-Path:
Received: from your.domain.com (sender@your.domain.com [xxx.xxx.xxx.xxx])
by domain.com (8.8.6 (PHNE_14041)/5.64) with ESMTP id LAA08659
for
From: sender@your.domain.com
Received: (from root@localhost)
by your.domain.com (8.8.6 (PHNE_14041)/8.8.6) id LAA24689
for user@domain.com; Fri, 22 Dec 2000 11:18:11 GMT
Date: Fri, 22 Dec 2000 11:18:11 GMT
Message-Id: <200012221118.LAA24689@your.domain.com>
--LAA08660.977483478/domain.com--
The information will show which route the original message took.