- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- where does sendmail gets its time?
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
02-11-2002 07:29 AM
02-11-2002 07:29 AM
I was wondering where does sendmail get its time? If I run the date command. I get back 9:47. But if I send an email
#sendmail -v user@domain
it shows to come in at 9:31.
Is this time stamp on the local host or on the server of the sender i am sending to?
Thanks
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 07:36 AM
02-11-2002 07:36 AM
Re: where does sendmail gets its time?
TimeZoneSpec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 07:39 AM
02-11-2002 07:39 AM
Re: where does sendmail gets its time?
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 07:40 AM
02-11-2002 07:40 AM
Solution[root]pbctst: mail
From root@vpart1.paychex.com Mon Feb 11 10:41:54 EST 2002
Received: from vpart1.paychex.com (root@vpart1.paychex.com [141.123.226.41])
by pbctst.paychex.com (8.9.3/8.9.3) with ESMTP id KAA27566
for
From: root@vpart1.paychex.com
Received: (from root@localhost)
by vpart1.paychex.com (8.9.3/8.9.3) id KAA01093
for root@pbctst; Mon, 11 Feb 2002 10:47:10 -0500 (EST)
Date: Mon, 11 Feb 2002 10:47:10 -0500 (EST)
Message-Id: <200202111547.KAA01093@vpart1.paychex.com>
hello root on pbctst
? q
[root]pbctst: date
Mon Feb 11 10:42:13 EST 2002
[root]pbctst:
The sender has a date/time, the receiver stamps it with his/her date/time.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 07:41 AM
02-11-2002 07:41 AM
Re: where does sendmail gets its time?
Have you checked the time on your mail server. The time of the mail being sent is normally taken from the system from which it is send. If the mail from the system is set to 10:43 any mail sent at that time from that server will have the time 10:43.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 08:59 AM
02-11-2002 08:59 AM
Re: where does sendmail gets its time?
Richard