Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-28, 08:46:13

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - LotsOfQ

Pages: 1 ... 3 4 [5] 6 7 ... 31
61
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 17:19:05 »
Make these changes

62
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 17:10:19 »
And make sure you are in the domain — {Manage DNS} and not the DNS Templates.

63
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 17:08:23 »
Here's an example of MX see screenshot. After you update is will show mail.demmarkita.com. but no extra . like mail.demmarkita.com..

64
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 17:01:39 »
Screenshot too small can't see

65
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 16:44:06 »
You don't need Hostname ns1.demmarkita.com, ns2.demmarkita.com or mail.demmarkita.com. You can delete it. Check out the screenshot.

66
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 16:39:33 »
No I meant delete the (.) dot

So,

just demmarkita.com

and not demmarkita.com.

remove the . at the end.

67
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 15:13:43 »
Oh remember after the changes restart dns 'sh /script/restart-dns'. Sometimes it doesn't take affect until a restart.

68
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 14:59:39 »
And if you don't see domainkey then try this 'sh /script/fixdomainkey'.

69
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 14:58:24 »
Oh and as for dmarc,spf,etc you need to enabled it in 'Email Auth'. It's at the bottom under 'Mail » qmail'.

70
Kloxo-MR Technical Helps / Re: DMARC new
« on: 2017-07-12, 14:53:14 »
Change the following:

Hostname: www         Value: __base__
Hostname: lists          Value: mail
Hostname: webmail    Value: mail

imap, pop, smtp          Value: mail.yourdomain.com(.)delete

__base__     NS            ns1.yourdomain(.)delete
__base__     NS            ns1.yourdomain(.)delete

71
Kloxo-MR Technical Helps / Re: WWW A Record
« on: 2017-07-12, 14:41:31 »
I used PuTTY to ssh into my VPS. I 'dig www.domain.com' from it. So I am assuming it's server not my computer. Anyway I did as you said. Cleared browser and then 'ipconfig /flushdns'.

I am back PuTTY and 'dig www.domain.com' with the same errors.

Code: [Select]
[root@server ~]# dig www.domain.com

; <<>> DiG 9.9.9-P6 <<>> www.domain.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54758
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.domain.com.             IN      A

;; ANSWER SECTION:
www.domain.com.      51865   IN      CNAME   domain.com.domain.com.

;; AUTHORITY SECTION:
domain.com.          1143    IN      SOA     ns1.domain.com. admin.domain.com. 2017071245 3600 1800 604800 3600

72
Kloxo-MR Technical Helps / Re: WWW A Record
« on: 2017-07-12, 13:57:57 »
I didn't the cn www and then added 'A record' hostname=www and value=ip. Then sh /script/restart-all and still the same.

Code: [Select]
<<>> DiG 9.9.9-P6 <<>> www.domain.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3775
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.domain.com.             IN      A

;; ANSWER SECTION:
www.domain.com.      68163   IN      CNAME   domain.com.domain.com.

;; AUTHORITY SECTION:
domain.com.          3205    IN      SOA     ns1.domain.com. admin.domain.com. 2017071232 3600 1800 604800 3600


I deleted it cn www and deleted the A Record www that was just created and still the same when 'dig www.domain.com'.

Code: [Select]
<<>> DiG 9.9.9-P6 <<>> www.domain.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3775
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.domain.com.             IN      A

;; ANSWER SECTION:
www.domain.com.      68163   IN      CNAME   domain.com.domain.com.

;; AUTHORITY SECTION:
domain.com.          3205    IN      SOA     ns1.domain.com. admin.domain.com. 2017071232 3600 1800 604800 3600


Did it cache somewhere or the file didn't change?

73
Kloxo-MR Technical Helps / DNS cache and files
« on: 2017-07-12, 10:59:57 »
I start this new topic that related to https://forum.mratwork.com/kloxo-mr-technical-helps/www-a-record

Is DNS cached somewhere? If yes, how do we clear it?

Where are the dns records files stored?

I ran 'dig domain.com' and everything looking good. Then I ran 'dig www.domain.com' and there was issues.

Code: [Select]
<<>> DiG 9.9.9-P6 <<>> www.domain.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3775
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.domain.com.             IN      A

;; ANSWER SECTION:
www.domain.com.      68163   IN      CNAME   domain.com.domain.com.

;; AUTHORITY SECTION:
domain.com.          3205    IN      SOA     ns1.domain.com. admin.domain.com. 2017071232 3600 1800 604800 3600

74
Kloxo-MR Technical Helps / Re: WWW A Record
« on: 2017-07-12, 08:57:05 »
I just chat with my domain registrar and they look it up for me and the WWW A Record is resolved and working fine. I checked with http://www.dnsstuff.com/tools and it seem working fine too.

But it's not working or resolved on the server itself. I don't know if this give you more clue to what might have happened and how to fixed.

75
Kloxo-MR Technical Helps / Re: WWW A Record
« on: 2017-07-12, 07:43:06 »
I cannot ping www version of the domain from the server. Is it possible that it is being blocked somehow?

Pages: 1 ... 3 4 [5] 6 7 ... 31

MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.045 seconds with 20 queries.

web stats analysis