HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- smtp mail - high priority flag
Operating System - HP-UX
1833863
Members
2276
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-09-2003 12:29 PM
01-09-2003 12:29 PM
Hi all.
We use mailx and sendmail to send messages to exchange users. This works fine, but now I'm trying to figure out how to mark certain emails as "high priority" when they reach exchange. I want the red excalmation point to show up in Outlook when they are received.
I can't find anything in the man pages on mailx or sendmail. I know there's a standard "importance" field in the smtp header, but I don't know how to set it on the hpux side.
Any ideas?
Thanks,
Tim
We use mailx and sendmail to send messages to exchange users. This works fine, but now I'm trying to figure out how to mark certain emails as "high priority" when they reach exchange. I want the red excalmation point to show up in Outlook when they are received.
I can't find anything in the man pages on mailx or sendmail. I know there's a standard "importance" field in the smtp header, but I don't know how to set it on the hpux side.
Any ideas?
Thanks,
Tim
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 12:56 PM
01-09-2003 12:56 PM
Re: smtp mail - high priority flag
Hi,
Im'm not sure, but try this test sample:
echo "Importance: high"|sendmail -v user@domain
Rgds.
Im'm not sure, but try this test sample:
echo "Importance: high"|sendmail -v user@domain
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 12:59 PM
01-09-2003 12:59 PM
Re: smtp mail - high priority flag
Hi again,
I have found this case:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd7ff227a4bc6d611abdb0090277a778c,00.html
Rgds.
I have found this case:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd7ff227a4bc6d611abdb0090277a778c,00.html
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 08:23 AM
01-10-2003 08:23 AM
Solution
Hi,
Just to confirm you that this work fine and you have two ways to do:
1) When message is inside of body mesage:
Set a variable that contain the body text, i.e:
BODY=`cat file_of_body_text`
echo "Importance: High\nSubject: Test mail\n\n$BODY"|sendmail user_box@domain
This result in an email with High Priority Flag, Subject: "Test mail" and a body text.
2) When message is an attached file:
(echo "Importance: High\nSubject: Test mail\n\n$BODY";uuencode attached_file attached_file)|sendmail user_box@domain
Note: attached_file must be twice!
This result in an email with High Priority Flag, Subject: "Test mail" with an attached file.
Rgds.
Just to confirm you that this work fine and you have two ways to do:
1) When message is inside of body mesage:
Set a variable that contain the body text, i.e:
BODY=`cat file_of_body_text`
echo "Importance: High\nSubject: Test mail\n\n$BODY"|sendmail user_box@domain
This result in an email with High Priority Flag, Subject: "Test mail" and a body text.
2) When message is an attached file:
(echo "Importance: High\nSubject: Test mail\n\n$BODY";uuencode attached_file attached_file)|sendmail user_box@domain
Note: attached_file must be twice!
This result in an email with High Priority Flag, Subject: "Test mail" with an attached file.
Rgds.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP