Control Web Panel

WebPanel => E-Mail => Topic started by: docop on January 27, 2016, 03:56:21 PM

Title: What dns zone config look like with dkim and spf
Post by: docop on January 27, 2016, 03:56:21 PM
Hi

 So if I do a fresh install with a domain name working accessing my site, without touching the email setting I can received mail from everywhere, but can't send. When I config Dkim et spf, did the full rebuild, restart all ok, fully active and green on the domain name used. I now can only send mail, that goes to spam in gmail and received in less secure mail.

Here is the dns zone record file with the config :
(http://postimg.org/image/4znvwadif/)
http://postimg.org/image/4znvwadif/ (http://postimg.org/image/4znvwadif/)

 Is this config are ok ? perhaps something missing..

And what should look like the dns at the domain provider :
i got :
name  / type A  / TTL  / target

 ----    /    A     / 1440 / 45.62.1...
WWW  /    A     / 1440 / 45.62.1...
MAIL   /    MX    / 1440 / 45.62.1....
 ---     /   TXT    /  1440  / v=spf1 a mx ip4:45.62.1....

 I see some place that's a mx.yourdomain .. but do i need to add a prefix mx. in front of the domain into the DNS zone file of CWP ?

Many thanks
Title: Re: What dns zone config look like with dkim and spf
Post by: Igor S. on February 05, 2016, 07:54:08 AM
Hello.

Yes, that is correct, if DKIM was setted by CWP.

Quote
http://postimg.org/image/4znvwadif/

 Is this config are ok ? perhaps something missing..