- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail Return-Path
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
11-19-2007 09:52 PM
11-19-2007 09:52 PM
sendmail Return-Path
I need configure sendmail to send messages with a differently domain and a real mail user.
To change the domain I modify DM line (# Masquerade as (DM):) and I get to send with the prefer domain but I still have a problem... change user mail.
This user is a local user in Unix machine and I need this user be an account valid user in mail server. I don't know How I setup sendmail to appear a valid user of the mail server in the Return-Path of mailcap.
I use alias but I don't get anything
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 10:06 PM
11-19-2007 10:06 PM
Re: sendmail Return-Path
Options.
Make the hostname fully qualified.
hostname.your.net
Then user@hostname.your.net will be valid.
Problem is most external email systems will not tolerate that.
Dj directive in sendmail.cf
Now its user@your.net as a return user. This should meet the requirements of your question.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 10:23 PM
11-19-2007 10:23 PM
Re: sendmail Return-Path
I need to can modify this "local_user" for an other user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2007 10:37 AM
11-22-2007 10:37 AM
Re: sendmail Return-Path
I'd recommend that you use the genericstable feature to do this.
If you also use masquerade_envelope this will rewrite the heads and not just the header address. This of course relies on you using m4 to generate your configuration.
http://www.sendmail.org/m4/features.html#genericstable
Cheers,
Philip.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 10:06 AM
01-23-2008 10:06 AM