Quote:
Originally Posted by srelan
1) Is there a way to lock down the SMTP server to only allow mail sent from IPs we designate?
|
Yes -
VPS accounts include full root access, which will allow you to configure
iptables to drop all incoming connections on port 25 (the default SMTP port) which do not originate from trusted IP addresses.
Quote:
Originally Posted by srelan
2) have the SMTP relay the mail by stripping our Mail client IP and starting with the SPry IP? (which is still traceable to our account/names for legal reasons, but not openly displaying our office domain name/IP as it does now in the Mail headers.
|
There is no easy way to modify cPanel's install of Exim to do header rewriting/forgery (you can modify exim configuration manually to do so, but this is neither recommended nor supported by Spry).
If you would prefer to have your
VPS appear as the originating server, connect directly to your
VPS when sending mail or use one of the webmail applications installed with cPanel to create messages.