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 - Kvakunoff

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 :(

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.

18
E-Mail / Re: Email is neither received nor sent.
« on: April 22, 2024, 10:48:52 PM »

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

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

21
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

22

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
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..

24
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

25
 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

26
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

Pages: 1 [2]