I made an email server using hmailserver. I use roundcube webmail, but that's not the point. The problem is that I set up dkim, dmarc and spf and gmail accepts emails but other email hosts don't.
The records at my domain provider currently look like this:
v=spf1 ip4:**.*.**.*** include:_spf.google.com ~all
v=DKIM1\; k=rsa\; p=******
v=DMARC1; p=none; rua=dmarc@******.hu
I also set up MX Records, using the google tutorial, of course with the priority given there, they look like this:
aspmx.l.google.com
alt2.aspmx.l.google.com
alt1.aspmx.l.google.com
alt4.aspmx.l.google.com
alt3.aspmx.l.google.com
Thanks if you help me. I'm pretty new to this.
Google accepts emails, but other hosts do not. I also configured the dkim settings correctly in the hmailserver. My server has an ssl certificate.