How to setup DNS for sending clean emails from my site?
I did change the SPF field 4 days ago but it still says me that has not been propagated.
Thank you in advance
9 Replies
celica.ro text = "\"v=spf1 a mx ~all\""
Don't put the " " in the record.
__We didn't find a mail server (A Record) behind your hostname li196-8.
We check if there is a mail server (A Record) behind your hostname li196-8.
You may want to publish a DNS record (A type) for the hostname li196-8 or use a different hostname in your mail software.__
The link in the first post is still availble. How could I solve this? thanks in advance.
Depending on who you are sending your email to, even a "clean" email might not be enough, many (MANY) western hosts block everything from RO, RU, CN, IN, PK because such a large percentage of Malware comes from those domains.
Use Google and Forums to clarify the instructions for each step.
I am not familiar with Serverplot.io, for a simple forum site, seems like an overkill. Also, many control panels change the config files such that it's impossible to do things the normal way (i.e. command line - without the control panel) without breaking something. Personally, I don't like being restricted and tied to a subsystem that prevents me from managing my system any way I want.
> I am not familiar with Serverplot.io, Also, many control panels change the config files such that it's impossible to do things the normal way (i.e. command line - without the control panel) without breaking something. Personally, I don't like being restricted and tied to a subsystem that prevents me from managing my system any way I want.
it's not a control panel, it only install php, mysql and nginx in front of apache. The only options I got into Serverpilot are: create new database, choose which version of php and add a new domain. I immagine that you do have the knowledge to manage a VPS, things that I don't have, and imho is easier to do "troubles" than bring vantages to a vps for a newbie like me. They (serverpilot) also say that their service keep my vps secure and updated and I repeat I don't have knowledge to do that.
I know that in my case maybe a vps unmanaged is not the best solution, but for now I am doing just tests, there is no website hosted for now.
@vonskippy:
Use Google and Forums to clarify the instructions for each step.
I'l try and let you know if I am having problems. Thanks for answering
eg
X-Spam-Last-External-HELO: li196-8
Received: from li196-8 (celica.ro [178.79.140.8])
Received-SPF: None (no SPF record) identity=mailfrom;
client-ip=178.79.140.8; helo=li196-8; envelope-from=
and so on.
Basically when your host sends email it starts the conversation saying "HELO li196-8". And that's not a good thing for it to say.
You either need to change the hostname to be a real fully qualified name, or change your mailserver config to have a full name.
I changed in /etc/postfix/main.cf the "myhostname = li196-8" to "myhostname = celica.ro" That helped, but what about if I want to add a second domain? I saw there is a way to add multiple virtual domains in postfix, how could I do that?
p.s. I think this post should be moved to Email/SMTP Related Forum