- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Send mail with alias address
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
01-04-2003 07:40 AM
01-04-2003 07:40 AM
UX HP11.0 server with no internet access or dns, internet e-mail is sent via a smart relay host (an internal Exchange server)
/etc/mail/sendmail.cf is configured with
Dj$w.companydomain.com
Now able to send internet mail successfully but mail header shows the sender's address as
How can I change the sender's address to be
Any help is much appreciated.
Rita
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2003 08:12 PM
01-04-2003 08:12 PM
Re: Send mail with alias address
DL and enable Kuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 04:54 PM
01-06-2003 04:54 PM
Re: Send mail with alias address
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 07:42 PM
01-06-2003 07:42 PM
Re: Send mail with alias address
Check this
http://www.sendmail.org/faq/section3.html#3.2
I am sure u will get what u r looking for.
Regards
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 08:03 PM
01-06-2003 08:03 PM
Re: Send mail with alias address
Edit the /etc/mail/sendmail.cf file
Search for Kuser.
uncomment the Kuser entry
add you exchange server's fully qualified domain name to
the DL entry.
Save the file and restart the sendmail daemon.
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start.
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 05:00 AM
01-09-2003 05:00 AM
Re: Send mail with alias address
mailx -s "subject" -r alias@companydomain.com recipient@address.com < message.txt
hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 05:05 AM
01-09-2003 05:05 AM
SolutionYou can also use the userdatabase feature of sendmail. If you have access to the knowledge trees have a look here:
http://europe.itrc.hp.com/service/iv/docDisplay.do?docId=/DE_SW_UX_sendmail_EN_01_E/userdatabase.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 05:56 AM
01-09-2003 05:56 AM
Re: Send mail with alias address
You can try by the sendmail o mailx command options, i.e:
mailx -r
echo "From:
In both cases
Rgds.