• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question How to Hide the Server IP in Sendmail?

J.Wick

Regular Pleskian
Server operating system version
Rocky Linux 8.6
Plesk version and microupdate number
18.0.44
Hello,

Is there an easy method to hide the server X-SOURCE-IP in sendmail or change it to the domain?

I want to secure my server further by hiding the server IP from the public.
 
This is not possible to do, because on the receiving end in the mail hop log that is inserted into the header of each received mail there is always a line like "Received from ... (ip address) by (local server)" etc. So even if you were able to remove any headers mentioning your IP address, the first hop between your server and the recipient will insert the IP address into the header.
 
This is not possible to do, because on the receiving end in the mail hop log that is inserted into the header of each received mail there is always a line like "Received from ... (ip address) by (local server)" etc. So even if you were able to remove any headers mentioning your IP address, the first hop between your server and the recipient will insert the IP address into the header.
So basically, set up an independent server and send all server and Sendmail emails through it.
 
Back
Top