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.
1171
CentOS-WebPanel GUI / Re: How to change mysql user password from for cwp client ?
« on: December 08, 2015, 09:53:10 AM »
Hello.
You have two ways for that.
a) you can log in to PhpMyAdmin as root and change the user password;
b) use the mysql command in SSH:
Please help me , I want to change mysql password without create again user.
You have two ways for that.
a) you can log in to PhpMyAdmin as root and change the user password;
b) use the mysql command in SSH:
Code: [Select]
mysql -e "UPDATE mysql.user SET Password=PASSWORD('%your_password%' WHERE User='%your_user%' ; FLUSH PRIVILEGES)"
Where: %your_user% - database user ; %your_password% - the new user password
1172
Dovecot / Re: Server Error: UID COPY: Mailbox doesn't exist: Trash
« on: December 08, 2015, 09:38:22 AM »
You're welcome
1173
Apache / Re: Question on adding account.
« on: December 08, 2015, 09:36:25 AM »How to add automatic files/folders to the newly created account? Is that possible?
Thanks in advance!
Use the /etc/skel/ directory
1174
Apache / Re: Need help loading mod_rewrite (static) module
« on: December 08, 2015, 09:34:08 AM »
Hello.
Check you rewrite rules, mod rewrite works great by default.
Check you rewrite rules, mod rewrite works great by default.
My question is, how do I load rewrite_module (static) in the httpd.conf or/and .htaccess?
1175
DNS / Re: centos-webpanel for support SPF and DKIM
« on: December 08, 2015, 09:27:22 AM »
Hello.
Go to: "Email" -> "DKIM Manager" and you will able for adding DKIM.
Later, you can use it with your domain name.
Go to: "Email" -> "DKIM Manager" and you will able for adding DKIM.
Later, you can use it with your domain name.
1176
CentOS 6 Problems / Re: Can't login via SSH as root anymore after installin CWP
« on: December 08, 2015, 09:24:39 AM »
Hello.
Check your /var/log/security . SSH hasn't dependience the CWP.
Check your /var/log/security . SSH hasn't dependience the CWP.
1177
Installation / Re: I can't see Varnish Cache Server
« on: December 08, 2015, 08:42:45 AM »
Hello.
For changing ports you can use a config files and make changes manually.
For changing ports you can use a config files and make changes manually.
1178
Installation / Re: First time user, I made a wrong turn... I think...
« on: December 08, 2015, 08:38:01 AM »I renamed the index.html so I could list the directories....
If you wish to hide it, you can add to .htaccess next line:
Code: [Select]
Options -Indexes
or touch any index file.
1179
Information / Re: Change main domain
« on: December 08, 2015, 08:24:46 AM »
Sure, it will be one beautiful day.
1180
Apache / Re: httpd: (98)Address already.....
« on: December 02, 2015, 06:31:19 AM »
Это надо уже рассматривать данный, конкретный случай. Обычно такой проблемы не возникает.
1182
Dovecot / Re: Server Error: UID COPY: Mailbox doesn't exist: Trash
« on: December 01, 2015, 12:11:24 PM »
Make sure you've selected the Trash folder in the "Special Folders" (Settings -> Prefences -> Special Folders).
And you can set create_default_folders in the Roundcube config to true
And you can set create_default_folders in the Roundcube config to true
1183
E-Mail / Re: How to set Mozilla Thunderbird to check my mails?
« on: December 01, 2015, 12:06:13 PM »
Hello, what kind problem do you have?
Can somebody help how to setup Mozilla Thunderbird for managing my mails? I tried but I get errors...
1184
E-Mail / Re: Does anyone have DMARC working?
« on: December 01, 2015, 12:05:34 PM »
Hello.
Have you maybe tried editing the records manualy in the files? (/var/named/****.db)
Have you maybe tried editing the records manualy in the files? (/var/named/****.db)
1185
E-Mail / Re: How to check disk space use per email account?
« on: December 01, 2015, 12:04:07 PM »
Hello.
The CWP does not counting these quota.
You can check disk usage per email by command:
The CWP does not counting these quota.
You can check disk usage per email by command:
Code: [Select]
du -sh /var/vmail/*