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]
1
E-Mail / Email Autodiscover failed & Certificate error exception
« on: March 09, 2025, 05:21:12 PM »
Hi,
I use thunderbird, and when setting email, failed to find autodiscover.
I have followed the instructions in https://forum.centos-webpanel.com/e-mail/configure-autodiscover-info-for-mail-clients-to-setup-popimapsmtp-settings but autodiscover still not work.
I read on https://wiki.centos-webpanel.com/cpanel-compatibility that cwp supports autodiscover feature like cpanel. How to enable it?
I continued to manual settings, and an SSL error appeared, because it uses a hostname certificate.
I have set up an SSL certificate for email, but Thunderbird still displays a certificate exception dialog window.
How do I set it up so that email uses a domain name certificate, not a host name certificate
Thank you
I use thunderbird, and when setting email, failed to find autodiscover.
I have followed the instructions in https://forum.centos-webpanel.com/e-mail/configure-autodiscover-info-for-mail-clients-to-setup-popimapsmtp-settings but autodiscover still not work.
I read on https://wiki.centos-webpanel.com/cpanel-compatibility that cwp supports autodiscover feature like cpanel. How to enable it?
I continued to manual settings, and an SSL error appeared, because it uses a hostname certificate.
I have set up an SSL certificate for email, but Thunderbird still displays a certificate exception dialog window.
How do I set it up so that email uses a domain name certificate, not a host name certificate
Thank you
2
SSL / Re: setup SSL on clientdomain.com:2083
« on: March 09, 2025, 04:26:20 PM »Try to use:
https://cpanel.domain.com
instead of
https://domain.com:2083
Make sure the SSL is installed for webmail, cpanel, etc. You should see:
https://i.imgur.com/79oP1OF.png
Thank you, It works like a charm
3
SSL / Re: setup SSL on clientdomain.com:2083
« on: March 07, 2025, 09:02:02 AM »In CWP admin go to "SSL certificates" in the section "WebServer Settings". Click on "Admin services" near the domain name you want to enable SSL for, check all options "mail, webmail, cpanel, ftp", click on "Apply changes".
All subdomains (cpanel.domain.com, webmail.domain.com, ftp.domain.com, mail.domain.com) must be pointed to your server.
I already try to do this, but it still show error ERR_CERT_COMMON_NAME_INVALID.. I try to delete & recreate SSL, but it still not works
I found this https://forum.centos-webpanel.com/ssl/ssl-problem-with-cwp-client-(as-opposed-to-admin)/
I already google, can't find how to modify cwpsrv.conf.
4
SSL / setup SSL on clientdomain.com:2083
« on: March 06, 2025, 05:48:16 PM »
Hi,
I can access hostname.serverdomain.com:2083 without error..
but when access using clientdomain.com:2083 using chrome it show net::ERR_CERT_COMMON_NAME_INVALID
how to setup ssl on clientdomain.com:2083 ?
thank you
I can access hostname.serverdomain.com:2083 without error..
but when access using clientdomain.com:2083 using chrome it show net::ERR_CERT_COMMON_NAME_INVALID
how to setup ssl on clientdomain.com:2083 ?
thank you
5
E-Mail / Re: Process email queue individualy
« on: February 09, 2025, 07:52:18 AM »
Finaly I found the answer..
I don;t know why postfix did not show the error when failed to send email...
I found the answer using exim, I setup that account on CPanel server, and found same problem, email stuck in queue...
resend that mail individualy, i can see the error message, R=dkim_lookuphost defer (-1): host lookup did not complete
my question is, Can I change to exim in cwp ?
I don;t know why postfix did not show the error when failed to send email...
I found the answer using exim, I setup that account on CPanel server, and found same problem, email stuck in queue...
resend that mail individualy, i can see the error message, R=dkim_lookuphost defer (-1): host lookup did not complete
my question is, Can I change to exim in cwp ?
6
CentOS 8 Problems / Re: Can not install CWP 8 on Rockylinux 8 or Almalinux 8
« on: February 08, 2025, 04:29:31 PM »
Hi,
It is save to use 11.6.2 version ?
It is save to use 11.6.2 version ?
There is the same problem.
It seems MariaDB 10.4 is installed on your server. So when you run "yum update" it searches for MariaDB updates in disabled repository. To solve the problem you need to upgrade MariaDB to some actual MariaDB version (10.6, 10.11, etc).
To upgrade to 10.6 do following:
1. In the file /etc/yum.repos.d/mariadb.repo
change "10.4" to "10.6"
7
E-Mail / Re: Process email queue individualy
« on: February 07, 2025, 02:21:31 PM »
Hi,
I found the answer in https://poweradm.com/posfix-commands-cheat-sheet/
use command line
postqueue -i messageID or postsuper -r messageID
and then check /var/log/maillog what cause email stuck in queue
Hopefully the latest version of CWP will include features like CPanel has
after trace the email log, i found why email stuck in queue, because it enable SMTP_BLOCK = "1" in csf.conf
the solution is add postfix in SMTP_ALLOWGROUP because cwp use postfix
but i still have one problem, and can't find out until now, email forward to remotee address still stuck in queue..
email send to a@domain1.com forward to a@domain1.co & b@domain2.com (different server)
email to b@domain2.com stuck in queue..
any idea what cause it ? i already stop csf, but still not work..
I found the answer in https://poweradm.com/posfix-commands-cheat-sheet/
use command line
postqueue -i messageID or postsuper -r messageID
and then check /var/log/maillog what cause email stuck in queue
Hopefully the latest version of CWP will include features like CPanel has
after trace the email log, i found why email stuck in queue, because it enable SMTP_BLOCK = "1" in csf.conf
the solution is add postfix in SMTP_ALLOWGROUP because cwp use postfix
but i still have one problem, and can't find out until now, email forward to remotee address still stuck in queue..
email send to a@domain1.com forward to a@domain1.co & b@domain2.com (different server)
email to b@domain2.com stuck in queue..
any idea what cause it ? i already stop csf, but still not work..
8
E-Mail / Re: Process email queue individualy
« on: February 05, 2025, 05:23:16 PM »
Hi,
I have some mail stuck in mail queue, in cpanel i can try send individualy to get detail why this email still in queue..
it will show every single line when the email process till end, the error will show in last line, like recepient mailbox full, or any message.
How to see what cause email stuck in queue ?
I have some mail stuck in mail queue, in cpanel i can try send individualy to get detail why this email still in queue..
it will show every single line when the email process till end, the error will show in last line, like recepient mailbox full, or any message.
How to see what cause email stuck in queue ?
9
E-Mail / Process email queue individualy
« on: February 01, 2025, 10:05:45 AM »
Hi,
Previously i'm using CPanel, but since CPanel increasing price, I want to try CWP..
so far i'm impressed with CWP, but still confuse in some feature..
How to process mail in queue individualy, or in group (specific sender) ?
in Manage mail queue, i see there only process queue button, which it will send all pending queue.
Can I see the process during which the email is sent? like in CPanel
so i can see what error makes the email failed to sent
In statistic email, i see there some email rejected, can i see detail of rejected email ?
any help will be appreciated.
Thank you
Previously i'm using CPanel, but since CPanel increasing price, I want to try CWP..
so far i'm impressed with CWP, but still confuse in some feature..
How to process mail in queue individualy, or in group (specific sender) ?
in Manage mail queue, i see there only process queue button, which it will send all pending queue.
Can I see the process during which the email is sent? like in CPanel
so i can see what error makes the email failed to sent
In statistic email, i see there some email rejected, can i see detail of rejected email ?
any help will be appreciated.
Thank you
10
Information / CWP Custom Secure Kernel
« on: May 26, 2018, 07:12:22 PM »
Hi,
Are CWP Custom Secure Kernel do symlink protection ?
If not, can i used Symlink Protection patch set from kernelcare in conjunction with CWP Custom Secure Kernel ?
https://www.cloudlinux.com/kernelcare-blog/entry/symlink-protection-patchset-centos-6-7-kernelcare
Thank you
Are CWP Custom Secure Kernel do symlink protection ?
If not, can i used Symlink Protection patch set from kernelcare in conjunction with CWP Custom Secure Kernel ?
https://www.cloudlinux.com/kernelcare-blog/entry/symlink-protection-patchset-centos-6-7-kernelcare
Thank you
11
Installation / [Solved] Can't install because wrong file in repository
« on: May 11, 2018, 10:07:57 AM »
Hi,
I already find the answer from https://bugs.centos.org/view.php?id=12597
In /etc/yum.repos.d/epel.repo, commented out the following lines;
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
Enabled baseurl lines in configuration file and repointed to new repo.
baseurl=http://mirror.xnet.co.nz/pub/epel/7/$basearch
I already find the answer from https://bugs.centos.org/view.php?id=12597
In /etc/yum.repos.d/epel.repo, commented out the following lines;
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
Enabled baseurl lines in configuration file and repointed to new repo.
baseurl=http://mirror.xnet.co.nz/pub/epel/7/$basearch
12
Installation / Can't install because wrong file in repository
« on: May 11, 2018, 06:44:14 AM »
Hi,
I try to install centos webpanel, and got error like this
http://reflector.westga.edu/repos/Fedora-EPEL/7/x86_64/repodata/3ada5bcbccaa9772074a773b15bd01dd48e753a184ebecfed590de6c389ada03-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found
https://epel.mirror.constant.com/7/x86_64/repodata/65e078711712530080b8c3cc68254df2c2394a17477f8718d7090bbfa990be1e-primary.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
https://mirror.chpc.utah.edu/pub/epel/7/x86_64/repodata/3ada5bcbccaa9772074a773b15bd01dd48e753a184ebecfed590de6c389ada03-updateinfo.xml.bz2: [Errno 14] HTTPS Error 404 - Not Found
i browse manualy to http://reflector.westga.edu/repos/Fedora-EPEL/7/x86_64/repodata and find that file must be 3f15f099e3bf87614ae79983820d77cdde6147e388c250ff2bc4100fd0c9394c-updateinfo.xml.bz2
i try to browse https://epel.mirror.constant.com/7/x86_64/repodata &
https://mirror.chpc.utah.edu/pub/epel/7/x86_64/repodata
the file name was different..
can someone help me to solve this ?
thank you
I try to install centos webpanel, and got error like this
http://reflector.westga.edu/repos/Fedora-EPEL/7/x86_64/repodata/3ada5bcbccaa9772074a773b15bd01dd48e753a184ebecfed590de6c389ada03-updateinfo.xml.bz2: [Errno 14] HTTP Error 404 - Not Found
https://epel.mirror.constant.com/7/x86_64/repodata/65e078711712530080b8c3cc68254df2c2394a17477f8718d7090bbfa990be1e-primary.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
https://mirror.chpc.utah.edu/pub/epel/7/x86_64/repodata/3ada5bcbccaa9772074a773b15bd01dd48e753a184ebecfed590de6c389ada03-updateinfo.xml.bz2: [Errno 14] HTTPS Error 404 - Not Found
i browse manualy to http://reflector.westga.edu/repos/Fedora-EPEL/7/x86_64/repodata and find that file must be 3f15f099e3bf87614ae79983820d77cdde6147e388c250ff2bc4100fd0c9394c-updateinfo.xml.bz2
i try to browse https://epel.mirror.constant.com/7/x86_64/repodata &
https://mirror.chpc.utah.edu/pub/epel/7/x86_64/repodata
the file name was different..
can someone help me to solve this ?
thank you
Pages: [1]