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.
1006
Installation / Re: error while re-install cwp
« on: April 16, 2018, 08:49:21 AM »
you need to format your server and do a clean installation if this installation failed, if it fails again on the clean install I recommend to contact cwp support.
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
1007
E-Mail / Re: Email dont send except gmail
« on: April 16, 2018, 08:47:02 AM »
you need to check your mail server with your system admin as you could have an outgoing spam or you send bulk emails which are not allowed by any of the them.
First start from checking your server, blacklist, and then mail server test
https://mxtoolbox.com/blacklists.aspx
http://mail-tester.com/
all this will help you to get your mail server reputation better, but you need to check it detailed.
First start from checking your server, blacklist, and then mail server test
https://mxtoolbox.com/blacklists.aspx
http://mail-tester.com/
all this will help you to get your mail server reputation better, but you need to check it detailed.
1008
E-Mail / Re: Google Cloud Email sending problem
« on: April 16, 2018, 08:40:57 AM »
you will need to use some other provider for sending/receiving emails
1009
E-Mail / Re: Cannot send email from my server.
« on: April 16, 2018, 08:39:19 AM »
Did anyone get an idea to check the server logs ?
When having some issue with the server service first thing you need to do is to check the server logs if you want to determinate the source of the issue.
http://wiki.centos-webpanel.com/service-log-paths
to get last 50 lines you can use this command
live monitoring of the log if you want to test
When having some issue with the server service first thing you need to do is to check the server logs if you want to determinate the source of the issue.
http://wiki.centos-webpanel.com/service-log-paths
to get last 50 lines you can use this command
Code: [Select]
tail -n 50 /var/log/mailloglive monitoring of the log if you want to test
Code: [Select]
tail -f /var/log/maillog
1010
Apache / Re: Apache SSL problem.
« on: April 16, 2018, 08:36:14 AM »
try to delete this file and then from cwp install certificate, it will autocreate a new file with correct settings
if this doesn't help do also this
and then reinstall cwp-httpd to get a new config
Code: [Select]
rm -f /usr/local/apache/conf.d/ssl.confif this doesn't help do also this
Code: [Select]
rm -f /usr/local/apache/conf/httpd.confand then reinstall cwp-httpd to get a new config
Code: [Select]
yum reinstall cwp-httpd
1011
DKIM / Re: Can't add DKIM
« on: April 16, 2018, 08:31:56 AM »
try this
after that rebuild mail server from your mailserver manager in cwp.
Code: [Select]
yum reinstall opendkimafter that rebuild mail server from your mailserver manager in cwp.
1013
CentOS 7 Problems / Re: nginx fails
« on: April 16, 2018, 08:26:53 AM »
set your hostname with ssl and you should be ready to go, after switching server again to nginx
Make sure your hostname has A record and then save it again to generate AutoSSL certificates and then switch the server to apache and then back to nginx.
Make sure your hostname has A record and then save it again to generate AutoSSL certificates and then switch the server to apache and then back to nginx.
1014
E-Mail / Re: Perfect Email Server
« on: April 16, 2018, 08:23:17 AM »
all servers have the same port for pop3/imap/smtp as this are standard ports, you can use this to test your smtp score.
http://mail-tester.com/
after dkim/spf setup from cwp all should be working fine
http://mail-tester.com/
after dkim/spf setup from cwp all should be working fine
1015
E-Mail / Re: Problem With Email
« on: April 16, 2018, 08:18:21 AM »
check DMARC record and that your hostname has https set.
1016
E-Mail / Re: Problem With Email
« on: April 13, 2018, 01:48:33 PM »
use this test to find the issue and improve mail score
https://www.mail-tester.com/
https://www.mail-tester.com/
1017
CentOS Configuration / Re: how to set cwp time
« on: April 13, 2018, 08:51:26 AM »
Simple edit this
http://<IP>:2030/admin/index.php?module=date_time
set your also timezone here
CWP php configuration /usr/local/cwp/php71/php.ini
php configuration default: /usr/local/php/php.ini
cwp remote backup will not delete local but will also not create them anymore once the remote is activated.
http://<IP>:2030/admin/index.php?module=date_time
set your also timezone here
CWP php configuration /usr/local/cwp/php71/php.ini
php configuration default: /usr/local/php/php.ini
cwp remote backup will not delete local but will also not create them anymore once the remote is activated.
1018
CentOS 7 Problems / Re: Unable to login after changing password
« on: April 12, 2018, 08:42:55 PM »
what output you get from cwp when you changed the password ?
1019
Installation / Re: Roundcube - cannot connect to storage server
« on: April 12, 2018, 08:41:53 PM »
uninstall is not a good idea, you should check where the issue occurs and what is the exact issue, you can do that by simply checking rouncube logs
http://wiki.centos-webpanel.com/service-log-paths
http://wiki.centos-webpanel.com/service-log-paths
1020
SSL / Re: how to install third Party ssl
« on: April 12, 2018, 08:39:20 PM »
simply install self-signed from cwp and then edit files and put your new cert files
