how to hide IP in mail header and google SPF?
Hi , as we know , hiding true server IP is a necessary measure to ensure server's security.
so I use Cloudflare to hide my web server ip , I set up mail into different provider.
so only problem i got right now is:
I have Opencart in my server , so it has to send mail , when client make order and such.
and , the mail header contains server IP.
so how can I hide this ?
I google'd around , find something about modify postfix , /etc/postfix/main.cf, header_check, master.cf and something like that
but , didn't have much luck.
however , before editing , there was 3 or 4 lines showing true IP, but with mod i found , it downs to 1.
what other thing troubles me is this line:
I was sending from my site to my gmail
and orignal mail shows this line: spf=neutral (google.com: XXX.XXX.XXX.XXX is neither permitted nor denied by ...etc
directly exposing my IP.
I also found something like mailgrid, mailgun and such , but it seems require PHP code modification to achieve the goal which is I am incapable of ...
any idea how to hide server IP in mail please ?
or any way to relay mail from original to proxy and then to client ? so maybe original IP will be covered by proxy ? but I think it could still be traceable ...
Hi , as we know , hiding true server IP is a necessary measure to ensure server's security.
so I use Cloudflare to hide my web server ip , I set up mail into different provider.
so only problem i got right now is:
I have Opencart in my server , so it has to send mail , when client make order and such.
and , the mail header contains server IP.
so how can I hide this ?
I google'd around , find something about modify postfix , /etc/postfix/main.cf, header_check, master.cf and something like that
but , didn't have much luck.
however , before editing , there was 3 or 4 lines showing true IP, but with mod i found , it downs to 1.
what other thing troubles me is this line:
I was sending from my site to my gmail
and orignal mail shows this line: spf=neutral (google.com: XXX.XXX.XXX.XXX is neither permitted nor denied by ...etc
directly exposing my IP.
I also found something like mailgrid, mailgun and such , but it seems require PHP code modification to achieve the goal which is I am incapable of ...
any idea how to hide server IP in mail please ?
or any way to relay mail from original to proxy and then to client ? so maybe original IP will be covered by proxy ? but I think it could still be traceable ...