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 - Igor S.

Pages: 1 ... 67 68 [69] 70 71 ... 95
1021
CentOS 6 Problems / Re: MySQL Daemon failed to start
« on: March 28, 2016, 03:32:28 PM »
Hello.

For one question/issue you should using "One Time support".

1022
CentOS 6 Problems / Re: Issues with DNS
« on: March 28, 2016, 12:52:30 PM »
Hello.

As I see the domain name ns1.naxonhost.com have NS:
Code: [Select]
Name Server: NS1.TIME4VPS.EU
Name Server: NS2.TIME4VPS.EU

and NS which you trying to use does not exists:

Code: [Select]
Igor ~# dig ns1.naxonhost.com +short -t A
Igor ~# dig @NS1.TIME4VPS.EU ns1.naxonhost.com +short -t A
Igor ~#

1023
DNS / Re: Domain doesn't work without 'www'
« on: March 28, 2016, 11:28:07 AM »
Hello.

Yes, you should create additional domain juvebalkan.com and add to it subdomain www .

1024
E-Mail / Re: Email took a long time to reach and send
« on: March 28, 2016, 10:30:50 AM »
Hello.

Probably you have a lot of messages in postfix queue or some network issues.

1025
E-Mail / Re: About Clamd and Amavisd
« on: March 28, 2016, 10:10:26 AM »
Hello.

Try to use next commands:

Code: [Select]
sed -i 's/DatabaseDirectory.*$/DatabaseDirectory\ \/var\/lib\/clamav/g' /etc/freshclam.conf
sed -i 's/DatabaseOwner.*$/DatabaseOwner\ clam/g' /etc/freshclam.conf
sed -i 's/DatabaseDirectory.*$/DatabaseDirectory\ \/var\/lib\/clamav/g' /etc/clamd.conf
sed -i 's/User.*$/User\ clam/g' /etc/clamd.conf
chown -R clam:clam /var/lib/clamav
chown -R clam:clam /var/log/clamav
yum -y --enablerepo=epel install amavisd-new
freshclam
service clamd restart
service amavisd restart

1026
E-Mail / Re: Sent emails
« on: March 28, 2016, 10:07:41 AM »
Hello.

All emails saved into /var/vmail/mailbox_domain

1027
Hello.

Check postfix configs in /etc/postfix/mysql_* .
I guess you have changed the configs (or postfix password)

1028
DNS / Re: Domain doesn't work without 'www'
« on: March 28, 2016, 10:03:43 AM »
Hi, try to edit the file /var/named/juvebalkan.com.db directly and add the record.

1029
Installation / Re: Two addresses for the root mail?
« on: March 28, 2016, 09:47:48 AM »
Yep, you can't do it via CWP.

1030
Yep, you can create a user and using sudoers file, but without the CWP.

1031
Apache / Re: Apache keepalive
« on: March 22, 2016, 02:22:57 PM »
Hello.

Have you maybe tried just add it Apache's config?

1032
Hi, just remove AddType from /usr/local/apache/htdocs/roundcube/.htaccess

1033
Apache / Re: no more idle workers - high load
« on: March 22, 2016, 10:52:46 AM »
Hello.

Probably something went wrong.
You can try contact with CWP support.

1034
Hello.

Also if you using OpenVZ VPS date must be set by your hosting provider.

1035
CentOS 6 Problems / Re: Problems with databases
« on: March 17, 2016, 11:11:22 AM »
Hello.

A database users have full privileges for them databases.
You can try to use mysql command line and run command:
Code: [Select]
GRANT ALL PRIVILEGES ON database.* TO database_user;where "database" is database name and "database_user" username.

Pages: 1 ... 67 68 [69] 70 71 ... 95