- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail macro MASQUERADE_AS
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
02-28-2006 12:25 AM
02-28-2006 12:25 AM
on one of our HP 11.00 box we need to modify the sendmail configuration in order to "mask" the domain of the outbound email.
Now sending an email is only possible within our local domain cause the mail's host name header is in the form:
We would it in the form: hostname.publicdomain so this one will be recognized by the recevivers over the internet.
I found the directive MASQUERADE_AS and tried to insert it on a sendmail.mc file then using m4 I tried to generate a sendmail.cf without success. Maybe I mitkaen somethnig.
Is there any soul who would help me providing a procedure/solution to solve our issue?
Many Thanx
Alessansro
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 12:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 12:55 AM
02-28-2006 12:55 AM
Re: Sendmail macro MASQUERADE_AS
this directive works well.
Now the domain of the senders id correct.
But is still impossible to receive mail across the internet because of the mail's header I suppose.
Microsoft Mail Internet Headers Version 2.0
Received: from webmail.publicdomain ([192.168.168.7]) by mail.publicdomain with Microsoft SMTPSVC(6.0.3790.211);
Tue, 28 Feb 2006 11:12:56 +0100
Received: from hostname.intranetdomain([192.168.168.1]) by webmail.ourpublicdomain with Microsoft
>> I THINK THIS IS THE PROBLEM...
SMTPSVC(6.0.3790.211);
Tue, 28 Feb 2006 11:12:55 +0100
Received: (from pr1adm@localhost)
by hostnameourintranetdomain(8.9.3 (PHNE_29773)/8.8.6) id LAA25149
for username@ourpublicdomain; Tue, 28 Feb 2006 11:19:01 +0100 (MET)
Date: Tue, 28 Feb 2006 11:19:01 +0100 (MET)
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 01:03 AM
02-28-2006 01:03 AM
Re: Sendmail macro MASQUERADE_AS
Do you have MX record for your domain that you have added to masquerade as? This probably should have been the starting question.
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 01:18 AM
02-28-2006 01:18 AM
Re: Sendmail macro MASQUERADE_AS
MASQUERADE_AS(`yourdomain.com')
See:
http://www.sendmail.org/m4/masquerading.html
Should appear as the followinf in sendmail.cf:
DMyourdomain.com
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 01:32 AM
02-28-2006 01:32 AM
Re: Sendmail macro MASQUERADE_AS
note that using conventional MAIL commands from the server connecting via telnet on port 25 of an external popmail works fine.
I suppose the issue regards sendmail on it's own.
Regards,
Alessandro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 03:16 AM
02-28-2006 03:16 AM
Re: Sendmail macro MASQUERADE_AS
In addittion I implmented the samrthost solution for realying the mail to our mailserver (with the directive DS
ciaoooo!
Alessandro