I have made some simple tutorial how to protect your privacy when sending mail remotely.

Also, do you want to conceal that you are using Exim on your SMTP server from the outside world? This is done by changing the smtp_banner variable as follows:

Save your configuration file, reload exim. After telnetting to your server, you'll see:

$ telnet yourserver 25

Trying yourserver...
Connected to yourserver.yourdomain.tld.
Escape character is '^]'.
220 yourserver.yourdomain.tld ESMTP Server Ready

Brilliant! People will not be able to find out easily that Exim is running on your host.

EximWiki: ProtectYourPrivacy (last edited 2008-09-25 11:39:29 by localhost)