- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- sendmail masquerading question
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
05-14-2003 12:34 PM
05-14-2003 12:34 PM
sendmail masquerading question
I'm trying to use linux to collect all email coming ang going then forward it on the an exchange server. I know I can have an exchange address of user@xyz.com but have it look like user@company.com when sending or receiving email.
Question: Is there a doc out there that explains this simply? I'm new to sendmail and I'm having trouble.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 03:23 PM
05-14-2003 03:23 PM
Re: sendmail masquerading question
Also including example from my /etc/aliases file which can handle forwarding when rebuilt into the hash database.
The build script is attached.
If the post helps, please assign points.
from /etc/aliases
webmaster@napervilleapartments.com: napro
Info@allanlieberman.com: ALieber615@aol.com
See buildmail script for implementation issues.
Post back if you need more examples.
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
05-19-2003 05:05 AM
05-19-2003 05:05 AM
Re: sendmail masquerading question
Thanks for responding. To which doc are you refering? I see the 1 attachement which I gather is the build script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 06:12 AM
05-19-2003 06:12 AM
Re: sendmail masquerading question
MASQUERADE_AS(company.com)dnl
MASQUERADE_DOMAIN(internal_domain)dnl
is enough for you.
BTW, you can put few MASQUERADE_DOMAIN lines.
(you need add these lines to you sendmail.mc file and "compile" it with m4)
Regards,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 07:46 AM
05-19-2003 07:46 AM
Re: sendmail masquerading question
Looks like I forgot to post in my links.
http://www.sendmail.org/virtual-hosting.html
Masquerading
http://www.sendmail.org/m4/masquerading.html
http://www.sendmail.org/m4/features.html
http://www.sendmail.org/~ca/email/english.html
Some of these docs are sendmail 8.12 docs, they usually work for lower versions and will point out when they wont.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com