Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
E-Mail / Re: Email is neither received nor sent.
« Last post by Kvakunoff on April 23, 2024, 12:21:12 AM »
Noting else works.
I watch tons of videos, noting helps :(
52
E-Mail / Re: Email is neither received nor sent.
« Last post by Starburst on April 23, 2024, 12:18:40 AM »
I never seen an email server run behind the Cloudflare proxy service before.

Usually this is only for websites, as email servers want to connect to/from the actual IP address.
53
E-Mail / Re: Email is neither received nor sent.
« Last post by Kvakunoff 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.
54
E-Mail / Re: Email is neither received nor sent.
« Last post by Kvakunoff on April 22, 2024, 10:48:52 PM »
55
E-Mail / Re: Email is neither received nor sent.
« Last post by Kvakunoff 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
56
E-Mail / Re: Email is neither received nor sent.
« Last post by overseer on April 22, 2024, 10:27:45 PM »
Do you have valid rDNS / PTR record in place (provided by your hosting provider/ISP)?

Your SPF record doesn't look like complete, correct syntax; it should be more like this:
Code: [Select]
v=spf1 ip4:192.0.2.0 include:example.com -all
https://www.cloudflare.com/learning/dns/dns-records/dns-spf-record/
57
E-Mail / Email is neither received nor sent.
« Last post by Kvakunoff 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
58
PHP / Re: Problem PHP Mail Function Alma Linux 8
« Last post by Starburst on April 22, 2024, 04:50:07 PM »
I can tell you , you will run into problems with the Minimal version.

Since the CLI mail test didn't work, something was missing.
Not sure if it was cronie or not.

if you run

Code: [Select]
rpm -qa | grep cron
It should show:
cronie-anacron-1.5.2-8.el8.alma.1.x86_64
cronie-1.5.2-8.el8.alma.1.x86_64
crontabs-1.11-17.20190603git.el8.noarch

The other option during testing, is install postfix, and s-nail.
If it still fails the CLI test, then some backend package required isn't being installed.

As mentioned we have the base AL8 install with CWP 8 installed on mirror servers, and those even tested OK wit the CLI test I gave you.
https://almalinux.stl.us.ssimn.org/

This is a weird problem you are having.
59
CentOS 7 Problems / Re: Acme.sh, try to renew all domain or subdomain removed
« Last post by Starburst on April 22, 2024, 04:43:45 PM »
Which is the folder that I had told you to look in and delete the domain from on 2024-04-19

But am glad you got it fixed.
This seems to be a problem with how Let's Encrypt acme cron works, and not CWP.

Quote
One other place you can look is:

Code: [Select]
cd /root/.acme.sh/cwp_certs
60
PHP / Re: Problem PHP Mail Function Alma Linux 8
« Last post by topserv on April 22, 2024, 04:29:12 PM »
Good Morning,

Before doing new tests I reinstalled the CWP Pro Centos7 Version because
the scripts are used continuously and everything works perfectly.

I tested the Almalinux 8 64Bits image version (non-DVD) from the supplier and the original image version
of Almalinux on a cloud server and both have the same problem.

The Postfix mail server worked perfectly without problem as did all of the
CWP features.

I will install a new server to do the tests with a minimum AlmaLinux version in
version 8 because I need several versions of PHP.

Thank you for the help.
Pages: 1 ... 4 5 [6] 7 8 ... 10