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

Pages: 1 ... 66 67 [68] 69 70 ... 90
1006
CentOS 6 Problems / Re: This account is currently not available.
« on: April 16, 2018, 09:08:48 AM »
by default, ssh is disabled and also not recommend to be enabled for users.
You can edit user account from cwp admin to enable ssh access but again this is NOT recommended, you should only allow SFTP as maximum option.

1007
CentOS 6 Problems / Re: different way www. and without www - why?
« on: April 16, 2018, 09:06:48 AM »
have you created domain/account as www or without www? as you should have created it without www.

1008
Apache / Re: Site redirecting to usr/local/apache/htdocs
« on: April 16, 2018, 09:04:47 AM »
try to rebuild vhosts by simply saving your WebServer setting or use rebuild vhosts it should help.

If that doesn't help then I would say that ssl installation was failed on www and you should remove it and install again from autossl manager


1009
Apache / Re: mod_brotli on CWP?
« on: April 16, 2018, 08:59:29 AM »
I would suggest sending a detailed info when reporting some issue as nobody doesn't know why it failed on your server and since you say it's failed it should give you some error about it and that could help.

1010
Postfix / Re: Postfix and Roundcube Shows time out
« on: April 16, 2018, 08:55:20 AM »
error say's that permissions are wrong for this file:  /etc/dovecot/dovecot-dict-quota.conf try to check it

Code: [Select]
stat /etc/dovecot/dovecot-dict-quota.conf
It should looks like this
Code: [Select]
# ls -la /etc/dovecot/dovecot-dict-quota.conf
-rw-r--r-- 1 root root 274 Oct 28 12:32 /etc/dovecot/dovecot-dict-quota.conf

Code: [Select]
chown root.root /etc/dovecot/dovecot-dict-quota.conf
chmod 644 /etc/dovecot/dovecot-dict-quota.conf

1011
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

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

1013
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

1014
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
Code: [Select]
tail -n 50 /var/log/maillog
live monitoring of the log if you want to test
Code: [Select]
tail -f /var/log/maillog

1015
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
Code: [Select]
rm -f /usr/local/apache/conf.d/ssl.conf
if this doesn't help do also this
Code: [Select]
rm -f /usr/local/apache/conf/httpd.conf
and then reinstall cwp-httpd to get a new config
Code: [Select]
yum reinstall cwp-httpd

1016
DKIM / Re: Can't add DKIM
« on: April 16, 2018, 08:31:56 AM »
try this
Code: [Select]
yum reinstall opendkim
after that rebuild mail server from your mailserver manager in cwp.

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

1019
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

1020
E-Mail / Re: Problem With Email
« on: April 16, 2018, 08:18:21 AM »
check DMARC record and that your hostname has https set.

Pages: 1 ... 66 67 [68] 69 70 ... 90