- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SENDMAIL sends as wrong User
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
03-26-2002 07:58 AM
03-26-2002 07:58 AM
SENDMAIL sends as wrong User
I have following strange situation.
On my system I want send an email to the root-User. In his .forward-file an alias for the resipients is defined.
When I do this as root-User , I get the Email as oracle8-User from the system ???
I have checked, and I am the root-User!!!
Strange, isn't it?
Does anyone have an idea why this happend and how I can change this ?
Thanks in forward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 08:03 AM
03-26-2002 08:03 AM
Re: SENDMAIL sends as wrong User
Try this .. I am logged in as rleon su to to root and run the following.
# whoami
root
# who am i
rleon pts/ta Mar 26 09:03
When I send mail it comes as rleon even though I am root.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 08:08 AM
03-26-2002 08:08 AM
Re: SENDMAIL sends as wrong User
#sendmail rleon
From: whatever@wherever.com
test
.
You can even do Subject:
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 09:25 AM
03-26-2002 09:25 AM
Re: SENDMAIL sends as wrong User
Greetings.
Could you post the headers that accompany your incoming email? Based on this we can find what is actually wrong.
In the case One of our systems here, the headers are:
Received: from data.domain.com (data [172.22.1.2]) by exchange.domain.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
id GT08M11H; Tue, 26 Mar 2002 11:00:06 -0600
Received: (from root@localhost) by data.domain.com (8.8.6 (PHNE_14041)/8.7.1) id LAA17343 for unixsupport@domain.com; Tue, 26 Mar 2002 11:00:01 -0600 (CST)
From: Data
Message-Id: <200203261700.LAA17343@data.domain.com>
Subject: Maestro zombies that are killed
To: unixsupport@domain.com
Date: Tue, 26 Mar 2002 11:00:01 CST
X-Mailer: Elm [revision: 212.4]
Please note the line "From: Data
root@data.domain.com is aliased as DATA by our mail relay, and it adds that name there. In your case too, there may be an header imposed by your Mail Server or, Mail Agent.
Thanks,
Anu Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 12:31 AM
08-30-2002 12:31 AM
Re: SENDMAIL sends as wrong User
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 12:36 AM
08-30-2002 12:36 AM
Re: SENDMAIL sends as wrong User
The header of the mail looks like this:
Received: from master.xyz.de by exxxxx1.abc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
id QMB3GT7K; Fri, 30 Aug 2002 10:34:22 +0200
Received: from server.xyz.de by master.xyz.de (Lotus SMTP MTA v4.6.7 (934.1 12-30-1999)) with SMTP id 41256C25.0034972E; Fri, 30 Aug 2002 10:34:25 +0100
Received: (from root@localhost) by server.xyz.de (8.8.6 (PHNE_17190)/8.7.3) id KAA13361 for elif.gius@itellium.com; Fri, 30 Aug 2002 10:34:26 +0200 (METDST)
Date: Fri, 30 Aug 2002 10:34:26 +0200 (METDST)
From: Ladeuser
Message-Id: <200208300834.KAA13361@gaia.quelle.de>
To: elif.gius@itellium.com
Subject: TEST
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 02:25 AM
08-30-2002 02:25 AM
Re: SENDMAIL sends as wrong User
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2d9f93e260b0d611abdb0090277a778c,00.html
Granted, there's no answer there, yet, but you might be able to add something to the investigation.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 12:17 AM
09-02-2002 12:17 AM
Re: SENDMAIL sends as wrong User
Have you tried to define the alias for root in the aliases database for semdmail (/etc/aliases). We have this working without problems.
If you do this is there still an error with the sender-ID?
Timo