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.
Pages: 1 [2]
16
E-Mail / Re: Email is neither received nor sent.
« on: April 23, 2024, 12:21:12 AM »
Noting else works.
I watch tons of videos, noting helps
I watch tons of videos, noting helps
17
E-Mail / Re: Email is neither received nor sent.
« on: April 22, 2024, 10:54:35 PM »
I added this line.
v=spf1 mx a a:keanu.ns.cloudflare.com a:thea.ns.cloudflare.com -all
Now sending emails but not receiving the emails.
v=spf1 mx a a:keanu.ns.cloudflare.com a:thea.ns.cloudflare.com -all
Now sending emails but not receiving the emails.
18
E-Mail / Re: Email is neither received nor sent.
« on: April 22, 2024, 10:48:52 PM »
Maybe here is the problem ?
https://gyazo.com/d40fd4217a633297478597aa47d89032
https://gyazo.com/d40fd4217a633297478597aa47d89032
19
E-Mail / Re: Email is neither received nor sent.
« on: April 22, 2024, 10:43:01 PM »
Thanks for the replay.
I changed it to v=spf1 ip4:192.0.2.0 include:djridhaboss.com -all
Not work either.
I see the same error:
Your message couldn't be delivered to admin@djridhaboss.com because the remote server is misconfigured. See technical details below for more information.
554 5.7.1 : Relay access denied
I changed it to v=spf1 ip4:192.0.2.0 include:djridhaboss.com -all
Not work either.
I see the same error:
Your message couldn't be delivered to admin@djridhaboss.com because the remote server is misconfigured. See technical details below for more information.
554 5.7.1 : Relay access denied
20
E-Mail / Email is neither received nor sent.
« on: April 22, 2024, 09:48:43 PM »
Hello,
I have been struggling for almost a month to solve the email problem.
It neither receives nor sends emails.
i use Cloudflare as DNS.
Routing is disabled in Cloudflare.
I need emails to work on admin@djridhaboss.com.
I use the default Roundcube.
Please tell me the errors and how to solve the problem.
Please tell me what to change or what to add and where to do it.
Installed RainLoop Webmail on new subdomain, https://email.djridhaboss.com same problem.
Sorry for the question, I'm new to all this and it's very hard for me.
These are DNS i have added
https://gyazo.com/a52aa63498c705bd2033ee449264e1fc
That is on the server
https://gyazo.com/c91897dd2c27295b2661ebdb2c07c6d1
Thanks in advance
I have been struggling for almost a month to solve the email problem.
It neither receives nor sends emails.
i use Cloudflare as DNS.
Routing is disabled in Cloudflare.
I need emails to work on admin@djridhaboss.com.
I use the default Roundcube.
Please tell me the errors and how to solve the problem.
Please tell me what to change or what to add and where to do it.
Installed RainLoop Webmail on new subdomain, https://email.djridhaboss.com same problem.
Sorry for the question, I'm new to all this and it's very hard for me.
These are DNS i have added
https://gyazo.com/a52aa63498c705bd2033ee449264e1fc
That is on the server
https://gyazo.com/c91897dd2c27295b2661ebdb2c07c6d1
Thanks in advance
21
CentOS 7 Problems / Re: I change server IP adress and every website stop working.
« on: March 29, 2022, 05:38:06 AM »
Well i did change and rebuild and its same again.
Can i sent you private PM with login and pass so you can check if you have time ?
Maybe i did mistake somewhere...
Kind Regards
Can i sent you private PM with login and pass so you can check if you have time ?
Maybe i did mistake somewhere...
Kind Regards
22
CentOS 7 Problems / Re: I change server IP adress and every website stop working.
« on: March 29, 2022, 04:52:01 AM »Which file you need to see ?
https://gyazo.com/b562e42dfc303fc6ed51ccf0f4982245
I post here bulgrand.conf
I see here the old ip.
...........................................................
server {
listen 87.121.167.48:80;
server_name bulgrand www.bulgrand;
root /home/bulgrand/public_html;
index index.php index.html index.htm;
access_log /usr/local/apache/domlogs/bulgrand.bytes bytes;
access_log /usr/local/apache/domlogs/bulgrand.log combined;
error_log /usr/local/apache/domlogs/bulgrand.error.log error;
location / {
location ~.*\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
expires max;
}
location ~ [^/]\.php(/|$) {
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
if (!-f $document_root$fastcgi_script_name) {
return 404;
}
fastcgi_pass unix:/opt/alt/php-fpm74/usr/var/sockets/bulgrand.sock;
fastcgi_index index.php;
include /etc/nginx/fastcgi_params;
}
}
location ~* "/\.(htaccess|htpasswd)$" {deny all;return 404;}
disable_symlinks if_not_owner from=/home/bulgrand/public_html;
location /.well-known/acme-challenge {
default_type "text/plain";
alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge;
}
location /.well-known/pki-validation {
default_type "text/plain";
alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge;
}
}
server {
listen 87.121.167.48:80;
server_name webmail.bulgrand;
access_log /usr/local/apache/domlogs/bulgrand.bytes bytes;
23
CentOS 7 Problems / Re: I change server IP adress and every website stop working.
« on: March 29, 2022, 04:08:33 AM »
Yes, i did that before even start on the server.
This is the domain config from where i buy the domain name.
https://gyazo.com/01087edf6c5b38b2d605e7de669ed045
New ip point to the domain and resolve.
As i said i did try everything..
This is the domain config from where i buy the domain name.
https://gyazo.com/01087edf6c5b38b2d605e7de669ed045
New ip point to the domain and resolve.
As i said i did try everything..
24
CentOS 7 Problems / Re: I change server IP adress and every website stop working.
« on: March 29, 2022, 03:33:18 AM »
Hello,
Again thank you for the answer.
I done everything you said. And its the same as before.
I share here 2 of my websites. They both redirect to test CWP pages. They worked fine before i change the IP.
https://bulgrand.com/
https://sellernet.net/
And SSL are issue too.
For https://bulgrand.com/ i delete old SSL and add new one. No changes too.
That is the problem.
I'm sorry about bother you with my problem.
kind Regards
Again thank you for the answer.
I done everything you said. And its the same as before.
I share here 2 of my websites. They both redirect to test CWP pages. They worked fine before i change the IP.
https://bulgrand.com/
https://sellernet.net/
And SSL are issue too.
For https://bulgrand.com/ i delete old SSL and add new one. No changes too.
That is the problem.
I'm sorry about bother you with my problem.
kind Regards
25
CentOS 7 Problems / Re: I change server IP adress and every website stop working.
« on: March 29, 2022, 02:32:24 AM »
Thank you for the answer.
Now i wonder from where i must start this ?
I don't have much of experience.
Please point me from where to start.
I ask because I do not want to make an irreparable mistake.
there are so many files that i just don't know where to start.
If there is a guide somewhere to read it will be very helpful.
I didn't even find a video on YouTube how to do it right.
Kind Regards
Now i wonder from where i must start this ?
I don't have much of experience.
Please point me from where to start.
I ask because I do not want to make an irreparable mistake.
there are so many files that i just don't know where to start.
If there is a guide somewhere to read it will be very helpful.
I didn't even find a video on YouTube how to do it right.
Kind Regards
26
CentOS 7 Problems / I change server IP adress and every website stop working.
« on: March 29, 2022, 01:50:58 AM »
Hello,
I had to change my ISP,
I changed the IP, after which everything just stopped working.
None of the sites open.
When I try to open any of the sites, it sends me directly to the CWP sample page. Like does not redirect to correct folder where website is.
The certificates also stopped working.
I got this error for SSL: After check.
The domain name does not match the certificate common name or SAN!
I tried everything and nothing works.
Do I need to rebuild all the sites now?
If anyone has any idea how to fix this problem please direct me.
Kind Regards
I had to change my ISP,
I changed the IP, after which everything just stopped working.
None of the sites open.
When I try to open any of the sites, it sends me directly to the CWP sample page. Like does not redirect to correct folder where website is.
The certificates also stopped working.
I got this error for SSL: After check.
The domain name does not match the certificate common name or SAN!
I tried everything and nothing works.
Do I need to rebuild all the sites now?
If anyone has any idea how to fix this problem please direct me.
Kind Regards
Pages: 1 [2]