Search found 6 matches

by benyaminpy
2019/06/05 21:40:06
Forum: CentOS 7 - Networking Support
Topic: how to install Email service for each Vhost domain
Replies: 2
Views: 828

how to install Email service for each Vhost domain

i want to install a mail server on my centos 7 VPS, i already have few vhosts on it and i want to make Email service available for them.
for example:

Code: Select all

username@vhost1.com
and

Code: Select all

username@vhost2.com
how can i implement it?
any help would be appreciated
by benyaminpy
2019/04/07 15:38:03
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] how to add a TXT record to DNS configuration in VPS
Replies: 1
Views: 3510

Re: how to add a TXT record to DNS configuration

ok!
i just found the solution and i want to share it with other people.
all i needed to do was add this line to end of my named configuration file of mydomain

Code: Select all

@       14400   IN      TXT     "google-site-verification=verification_hash"
hope this will help someone.
by benyaminpy
2019/04/07 15:30:59
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] how to add a TXT record to DNS configuration in VPS
Replies: 1
Views: 3510

[SOLVED] how to add a TXT record to DNS configuration in VPS

hello, i'm trying to verify my website in google webmaster tools, it needs verify by adding a TXT record to the DNS configuration, i just created my VPS and set up my DNS server on it, so i have to change my dns configuration, but what part? what exactly should i do? google is saying: Copy the TXT r...
by benyaminpy
2019/04/07 15:26:23
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] cant ping DNS server
Replies: 2
Views: 1725

Re: cant ping DNS server

solved the issue,
thanks
by benyaminpy
2019/04/06 14:18:15
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] cant ping DNS server
Replies: 2
Views: 1725

[SOLVED] cant ping DNS server

hello, i was trying to configure dns on my vps, i figured it out by checking the configuration files of other servers that i have access to so, now the problem is i cant ping my dns server when i try to ping it on my computer as well as my other vps machines it says Name or service not known do i ge...