- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Sendmail related...
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
06-24-2005 12:45 AM
06-24-2005 12:45 AM
Sendmail related...
Please tell me how I can "hide" the information about my internal network to go out as header information? I am using a sendmail version, and I found that it passes out the header informations of internal clients as it is, like the IP address of internal host sending mail, and it's domain name etc. I want to replace this information with that of sendmail server. One more thing is, the time information on the mails is also of the host which is sending it, I also want it to be changed to that of the server.
thanks in advance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 02:41 AM
06-24-2005 02:41 AM
Re: Sendmail related...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 02:46 AM
06-24-2005 02:46 AM
Re: Sendmail related...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 03:12 AM
06-24-2005 03:12 AM
Re: Sendmail related...
If the machine has an external ip address, you can make that the primary for the machine and then it will be what shows. That is a public IP address and would work.
Lastly, you can set up a relay server in a dmz. Use the sendmail DS directive and relay all mail to that server. The header that the end user gets should only contain information about the relay server.
At the very least this can reduce the amount of information that goes in the header.
I recommend against any kind of special sendmail hack's because those can be a bear to maintain.
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
06-24-2005 04:49 PM
06-24-2005 04:49 PM
Re: Sendmail related...
thanks for your suggestions.
Bejoy, I don't want to manually edit sendmail.cf, instead, I would like to do this if possible through macro (sendmail.mc).
SEP, as far as I have seen, even if you use a DS (relay server), your actual Ip address & host name get transmitted in headers in default configurations. I want to just hide this information to go out.The clients in this network are MS outlook, and the internal network is private (192.168.0.0). all clients send their mails through a sendmail server, and these mails are then routed to a mail service provider's Qmail server. when I check a mail's header information from outside the netowrk, I found that it contains IP (192.168.x.x) as well as name of the client which sent it.Moreover, time of mail sent is also as of the client's clock settings. I also want it to be changed to that of sendmail server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 10:13 PM
06-24-2005 10:13 PM
Re: Sendmail related...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 04:43 PM
06-25-2005 04:43 PM
Re: Sendmail related...
You will want to create (or modify an existing) mc file with the MASQUERADE and/or MASQUERADE_AS definition(s). (You can find examples in the /usr/share/sendmail-cf directory, if the sendmail RPMs are loaded) Once the modifications are complete to the mc file you will need to run the m4 preprecessor against it. This will create the .cf file that you put into place.
(Note; easier to modify the sendmail.cf file, but more of a challange and learning experience if you "roll your own".)
Lots of good information and examples from the www.sendmail.org site.
As to the time stamp on the mail file, the relay host that is sending the file as no interaction with the mail file. It sees that this mail is to go out and the relay just passes it. No looking at contents, no modification of file, etc.
If you need the times changed you will need to send the mail from that relay host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 06:24 PM
01-03-2006 06:24 PM