- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sendmail - Changing the display name
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
08-29-2006 05:10 AM
08-29-2006 05:10 AM
Sendmail - Changing the display name
Using sendmail, I need that the incoming e-mail to be changed:
From
John Doe
to
Notifications
I'm trying to masquerade the display name of the sender in the sendmail configuration. I completed it in the domain name but it is still showing the Name of the sender.
Now I'm getting:
From
John Doe
to
John Doe
but I'm still need to remove John Doe from the display name.
Ant thoughts ?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2006 07:12 AM
09-01-2006 07:12 AM
Re: Sendmail - Changing the display name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 03:23 AM
09-12-2006 03:23 AM
Re: Sendmail - Changing the display name
could you please exactly specify where do you want to change this mail?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 03:35 AM
09-12-2006 03:35 AM
Re: Sendmail - Changing the display name
OLD RECORD in passwd file
mburslan:*:2294:20:Mel Burslan,Bldg LA-2 room 936,XXX-XXX-XXXX,mburslan@blah.com:/home/mburslan:/usr/bin/ksh
NEW RECORD
mburslan:*:2294:20:Notification,Bldg LA-2 room 936,XXX-XXX-XXXX,mburslan@blah.com:/home/mburslan:/usr/bin/ksh
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 11:22 AM
09-12-2006 11:22 AM
Re: Sendmail - Changing the display name
From the description, you want to redirect mails send to jdoe@example.com to notifications@myexample.com. Is this you are trying to do? If so,
1. add an entry in /etc/mail/aliases file as below
jdoe@example.com : notification@myexample.com
2. execute 'newaliases' to rebuild the aliases db
-PB