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

Pages: 1 2 3 [4] 5 6 ... 18
46
CentOS 7 Problems / Re: PureFTP TLS problem
« on: March 16, 2022, 10:03:46 PM »
SSL for PureFTP is actually done through Server Settings -> Change Hostname.

I don't think this is an SSL issue you're having. Did you by any change enable passive ports?

47
CentOS 7 Problems / Re: Suhosin uninstal help?
« on: March 16, 2022, 09:57:33 PM »
It's not included in CWP. How did you even install it? What php type is this? What php version are you talking about? Knowing how you installed suhosin, gives you most of the answer on how to uninstall it..




48
DKIM / Re: DKIM record not generated
« on: March 15, 2022, 07:53:50 PM »
why are your files dated 2016? Did you have this centos 8 server since then and you installed CWP on it without reinstalling centos 8 first?

49
DKIM / Re: DKIM record not generated [Solved]
« on: March 15, 2022, 12:01:55 PM »
Glad I could be of help leading you to solving the problem, but I just checked my centos 8 stream server and I have a working DKIM manager without opendkim-tools installed.

And I also don't have those files you're talking about:
Code: [Select]
[root@pmail ~]# ll /usr/sbin/*dkim*
-rwxr-xr-x 1 root root 227856 Feb 24 05:14 /usr/sbin/opendkim
-rwxr-xr-x 1 root root   1430 Feb 24 05:14 /usr/sbin/opendkim-default-keygen
-rwxr-xr-x 1 root root  14498 Feb 24 05:14 /usr/sbin/opendkim-reportstats

These are the only things that got installed by CWP when DKIM got installed:
Code: [Select]
User           : root <root>
Return-Code    : Success
Releasever     : 8
Command Line   : --enablerepo=epel -y install opendkim libopendkim perl-Mail-DKIM perl-Mail-SPF pypolicyd-spf
Comment        :
Packages Altered:
    Install libmemcached-libs-1.0.18-17.el8.x86_64               @appstream
    Install python3-pip-9.0.3-22.el8.noarch                      @appstream
    Install python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 @appstream
    Install sendmail-milter-8.15.2-34.el8.x86_64                 @appstream
    Install python3-setuptools-39.2.0-6.el8.noarch               @baseos
    Install libbsd-0.9.1-4.el8.x86_64                            @epel
    Install libopendkim-2.11.0-0.17.el8.x86_64                   @epel
    Install opendbx-1.4.6-21.el8.x86_64                          @epel
    Install opendkim-2.11.0-0.17.el8.x86_64                      @epel
    Install pypolicyd-spf-2.0.2-7.el8.noarch                     @epel
    Install python3-py3dns-3.2.1-1.el8.noarch                    @epel
    Install python3-pyspf-2.0.14-8.el8.noarch                    @epel

50
DKIM / Re: DKIM record not generated
« on: March 15, 2022, 09:48:40 AM »
I just got a hunch here, but can you run this command and post the entire result here. Also please tell us at what date did you install CWP.

Code: [Select]
dnf history info opendkim

51
PHP / Re: 502 Bad Gateway
« on: March 14, 2022, 10:51:07 AM »
Why don't you make your life easier by switching to Nginx & Varnish & Apache and then assign "Nginx -> php-fpm" to those sites you insist on having it "nginx - php-fpm"?

Basically, make your wordpress run with Nginx - Varnish - Apache.
Varnish needs to be manually enabled by re-selecting this webserver configuration through the WebServer Domain Conf.
There you can choose a varnish template made for wordpress.

My wordpress site is running like this with varnish.

52
DKIM / Re: DKIM record not generated
« on: March 14, 2022, 10:42:04 AM »
yeah... if you have to manually edit DKIM configuration files then the setup is now custom.

When you rebuild the mail server with DKIM/SPF checked, you would probably need to rebuild all DNS records. Simplest way is to run this command after completing rebuilding the mail server:
Code: [Select]
/usr/local/cwp/php71/bin/php /scripts/cwp_api account rebuild_var_named_all
After that, run this command to manually confirm that DKIM values has been added to your DNS records:
Code: [Select]
grep --include=\*.{db,} -rnw '/var/named/' -e 'default._domainkey'
If the last command shows good results then your DKIM is fine. The only step left is to confirm it really working by sending an email to:
https://www.mail-tester.com/

53
Information / Re: CentOS Stream Delayed Question
« on: March 14, 2022, 12:20:18 AM »
you can try igor's command, it shows only the active repos?
Code: [Select]
yum repolist
Either way, it won't hurt doing this command again:
Code: [Select]
sh /scripts/el8_stream_convert_to_cwp_stable

54
DNS / Re: my dns do not resolve
« on: March 11, 2022, 10:01:55 PM »
There is nothing much we can do if the DNS server belongs to the registrar. The mentioned domains does not resolve to anything, so you should contact whoever is responsible for the DNS server.

55
E-Mail / Re: How to change MX record to subdomain?
« on: March 11, 2022, 09:56:34 PM »
Yes with cwp I know that the MX record is only the domain, my question is there are any way to create a subdomain and use it on the MX record?

I have a subdomain mail.domain.com that is pointing to the server, but if I use that subdomain on the MX record the emails I never receive any email.

well... you can create any subdomain with an A record that goes to the server's IP and then use that subdomain as MX. The subdomain name is not the thing that matters, it's the IP behind it.

Sometimes it takes time for changes to the DNS to apply.

56
DKIM / Re: No records in DKIM & SPF Manager
« on: March 11, 2022, 01:20:08 PM »
Your DKIM is fine.

As for the visual bug, it's hopefully fixed in the next version of CWP.
And as for the DNS query issue. You should investigate that

57
DKIM / Re: No records in DKIM & SPF Manager
« on: March 10, 2022, 06:43:02 PM »
This thread is about you not finding your DKIM records at all. This is not just about the visual bug. By the way, the visual bug is already reported and it's available in the next update of CWP.

Run this command to find all your DKIM records:
Code: [Select]
grep --include=\*.{db,} -rnw '/var/named/' -e 'default._domainkey'
Your issue was diagnosed to be a DNS propagation issue.
Confirm everything is fine with your DKIM using this tool:
https://www.mail-tester.com/

Send an email from one of your emails to this address and see if they tell you whether or not your DKIM is functioning.

I hope this solves your problem.

58
DKIM / Re: No records in DKIM & SPF Manager
« on: March 10, 2022, 06:31:05 PM »
DKIM is working.

Also, I changed the /etc/opendkim.conf file where it was showing file not found.

DKIM & SPF Manager page is not displaying records, but this is a cwp bug.
https://i.imgur.com/y83lPFi.png

Thank you all  :)

It is not!
Did you read what I wrote earlier about the visual bug? It's just a visual bug. It's there. The list is not showing up, but it's there.

Your screenshot clearly says "Showing 1 to 8 of 8 entries"

59
DKIM / Re: No records in DKIM & SPF Manager
« on: March 10, 2022, 05:34:46 PM »
Try using this tool to see if it's working properly 

https://www.dmarcanalyzer.com/dkim/dkim-checker/

if it is, then we can report this as a bug.

not work

https://i.imgur.com/otHvKiT.png

not working because it should be just "default" in the left field.

Here's the result:
Code: [Select]
v=DKIM1; k=rsa;
p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDUIYtBnRVJ7ATGYQXGHCO2VNXFsTBA0AnBt
IAKqoGrFVvc979MR56XixKLvn1jXnhY/JFbZgwtyZXDl+2Fj9/cK/S99k38t3p9tbADUjlffUBd
Cs4KaGyO1V2PFRq7tZpPqFJWH4m8z/CqfGNfTdZFz8QMI+gbCR8Awe4vbwpbLQIDAQAB

Worst case scenario; Rebuild your mail server with DKIM/SPF checked. WARNING: This will reset everything in the mail server's configuration, DKIM, and SPF back to default. Just so you know.

Edit: I'm positive this is a DNS related issue. Your DKIM DNS record is failing to show up most of the time when I do multiple dig or Host requests.
What DNS server are these records hosted on?

60
PHP / Re: 502 Bad Gateway
« on: March 10, 2022, 05:28:54 PM »
Code: [Select]
I am still receiving a 403 message whenever I visit my site both SSL and non-SSL version of it.
Do you have mod_security enabled by any chance? It may be blocking a script that runs when you visit the page?
Either way, 403 message is usually user related. Meaning you added something that's blocking you.

Pages: 1 2 3 [4] 5 6 ... 18