Sender IP hide

ovsoft

Verified User
Joined
Oct 27, 2004
Messages
68
Hi everybody,
how can I hide the sender's IP used in a smtp session from message headers?
 
Exim has rather complete facilities for header rewriting; you could find it in either printed or online exim documentation.

However you'd be in violation of several important RFCs if you do. (I believe the documentation actually warns you about this). You'll end up being listed in RFC-Ignorant, and you'll find a lot of folk who care about spam will refuse all email from your servers because it's a trick they expect spammers to use.

Jeff
 
You are right. However this is a need of a my customer, not for spamming purposes. I have another idea: what about setting up another smtp server, on a different port, with ip hiding?
Can uou suggest a small smtp deamon, with authentication capacity?
Thank you!
 
Back
Top