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.
16
CentOS 6 Problems / Re: [SOLVED] CLAMAV update problem
« on: November 01, 2016, 09:10:56 PM »Igor S., i run these commands but receive this error on freshclam:Code: [Select]ERROR: Can't change dir to /var/lib/clamav
When i run "service clamd start" command, i receive the following error:Code: [Select]Starting Clam AntiVirus Daemon: LibClamAV Error: cli_load(): Can't open file /var/lib/clamav/bytecode.cld
LibClamAV Error: cli_loaddbdir(): error loading database /var/lib/clamav/bytecode.cld
ERROR: Can't open file or directory
I was searching about this error on google but not find nothing about.
You have some idea?
Thanks
mkdir //var/log/clamav
chown -R clam:clam /var/log/clamav
freshclam
service clamd restart
it's work
17
MySQL / Re: Creating new databases & users
« on: October 17, 2016, 09:24:38 PM »
hello,
nobody knows how can i fix this ? Running CWP version: 0.9.8.8
Cannot add any databases/database users through the system?
I was able todo this before.
Of course i can do this manually, but would be nice if it would work through the GUI.
thnak you
nobody knows how can i fix this ? Running CWP version: 0.9.8.8
Cannot add any databases/database users through the system?
I was able todo this before.
Of course i can do this manually, but would be nice if it would work through the GUI.
thnak you
18
E-Mail / Re: Dates that do not display in RoundCube
« on: October 12, 2016, 11:14:56 AM »
thank you all
20
MySQL / Re: Creating new databases & users
« on: September 15, 2016, 10:22:41 AM »
hello
how can i fix this ? databases still not showing up in CWP, and i can not create, list and delete dbs.
thank you
how can i fix this ? databases still not showing up in CWP, and i can not create, list and delete dbs.
thank you
21
E-Mail / Re: mail traffic report
« on: August 30, 2016, 09:13:52 PM »
hello again
i find this but i can not try
https://www.server-world.info/en/note?os=CentOS_6&p=mail&f=8
i find this but i can not try
https://www.server-world.info/en/note?os=CentOS_6&p=mail&f=8
22
E-Mail / mail traffic report
« on: August 30, 2016, 06:40:51 AM »
hello.
how can i see daily or any mail traffic report details ? send, receive, reject or any detail by user or generally.
thank you
best regards.
how can i see daily or any mail traffic report details ? send, receive, reject or any detail by user or generally.
thank you
best regards.
23
Postfix / Re: postfix [127.0.0.1]:10024: Connection refused
« on: July 18, 2016, 09:56:28 PM »
hello.
i got the same message i dont fix this. how can i do that ?
thank you
i got the same message i dont fix this. how can i do that ?
thank you
24
E-Mail / UNCHECKED contents in mail FROM [65.55.34.204]:53396
« on: July 18, 2016, 09:21:08 PM »
hello.
i install a new cwp server.
everytings fine but i got this message incoming mail.
UNCHECKED contents in mail FROM [65.55.34.204]:53396
No viruses were found.
Content type: Unchecked
Internal reference code for the message is 02228-01/MoYXbCkmgvYB
First upstream SMTP client IP address: [65.55.34.204]
col004-omc4s2.hotmail.com
According to a 'Received:' trace, the message apparently originated at:
[65.55.34.199], COL004-OMC4S2.hotmail.com col004-omc4s2.hotmail.com
[65.55.34.204] using TLSv1.2 with cipher AES256-SHA256 (256/256 bits) No
client certificate requested
how can i fix this.
thank you
i install a new cwp server.
everytings fine but i got this message incoming mail.
UNCHECKED contents in mail FROM [65.55.34.204]:53396
No viruses were found.
Content type: Unchecked
Internal reference code for the message is 02228-01/MoYXbCkmgvYB
First upstream SMTP client IP address: [65.55.34.204]
col004-omc4s2.hotmail.com
According to a 'Received:' trace, the message apparently originated at:
[65.55.34.199], COL004-OMC4S2.hotmail.com col004-omc4s2.hotmail.com
[65.55.34.204] using TLSv1.2 with cipher AES256-SHA256 (256/256 bits) No
client certificate requested
how can i fix this.
thank you
25
CentOS-WebPanel GUI / Re: how can i suspend user ?
« on: May 15, 2016, 01:11:46 PM »
any way to suspend account and emails ? i don't want to delete account.
thank you
thank you
26
CentOS-WebPanel GUI / Re: how can i suspend user ?
« on: May 15, 2016, 12:28:19 PM »
yes. emails are runnig on suspended account.
27
CentOS-WebPanel GUI / how can i suspend user ?
« on: May 14, 2016, 07:23:49 PM »
hello. i find this isues on forum but i can not find any information.
how can i suspend user account ? This is under user accounts menu. i suspend account but emails are working. how can i suspend email account and user account ?
thank you.
how can i suspend user account ? This is under user accounts menu. i suspend account but emails are working. how can i suspend email account and user account ?
thank you.
28
Apache / Re: httpd stopped after adding new domain
« on: April 15, 2016, 08:34:23 PM »
select server apache only.
stop nginx
select server apache&nginx
start services.
stop nginx
select server apache&nginx
start services.
29
E-Mail / Re: Change E-Mail Password
« on: April 13, 2016, 06:32:24 AM »
To enable the email account password change option from roundcube, you can add the following in file:
/usr/local/apache/htdocs/roundcube/config/main.inc.php
Don’t forget to replace your postfix user “PASSWORD”
$rcmail_config['plugins'] = array('password');
$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 'mysql://postfix:PASSWORD@localhost/postfix';
$rcmail_config['password_query'] = "UPDATE mailbox SET password=CONCAT('{PLAIN-MD5}', MD5(%p)),modified=NOW() WHERE username=%u LIMIT 1";
what is my postfix user pass ?
/usr/local/apache/htdocs/roundcube/config/main.inc.php
Don’t forget to replace your postfix user “PASSWORD”
$rcmail_config['plugins'] = array('password');
$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 'mysql://postfix:PASSWORD@localhost/postfix';
$rcmail_config['password_query'] = "UPDATE mailbox SET password=CONCAT('{PLAIN-MD5}', MD5(%p)),modified=NOW() WHERE username=%u LIMIT 1";
what is my postfix user pass ?
30
Mod_Security / Re: Wordpress does not work after activate the Mod Security
« on: April 02, 2016, 08:28:43 AM »
why i use cloudflare ?