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

Pages: [1]
1
Mod_Security / Re: Enable Mod_Security for Wordpress
« on: December 15, 2015, 07:59:39 AM »
you should check and whitelist mod_security rule blocking you in mod security configuration in cwp.

could you please show whitelist rules?

2
Mod_Security / Enable Mod_Security for Wordpress
« on: December 14, 2015, 02:41:42 AM »
Hi
I am deploy Wordpress 4 and Enable Mod_Security

When I am login to admin (Wordpress 4), there are error like show below:
 
Forbidden
You don't have permission to access /wp-admin/admin.php on this server.
Please help to fix the issue

Yaya

3
DNS / Re: centos-webpanel for support SPF and DKIM
« on: December 09, 2015, 03:55:17 AM »
Hello.

Go to: "Email" -> "DKIM Manager" and you will able for adding DKIM.
Later, you can use it with your domain name.

Hi Igor S

You mean copy DKIM Key and send to DNS Service provider to add ?

4
DNS / centos-webpanel for support SPF and DKIM
« on: December 08, 2015, 08:33:01 AM »
Hi

I buy DNS service from outside and how to configure centos-webpanel for support SPF and DKIM ?

Thank you

5
Dovecot / Re: Server Error: UID COPY: Mailbox doesn't exist: Trash
« on: December 03, 2015, 02:51:40 AM »
Hi Igor S

Thank you

6
Aplications / Re: Roundcube Mailbox doesn't exist: Trash
« on: December 03, 2015, 02:48:28 AM »
Have a look in /usr/local/apache/htdocs/roundcube/config/defaults.inc.php if the following lines exist and are correct

// store draft message is this mailbox
// leave blank if draft messages should not be stored
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
$config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
$config['junk_mbox'] = 'Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
$config['sent_mbox'] = 'Sent';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
$config['trash_mbox'] = 'Trash';

// automatically create the above listed default folders on first login
$config['create_default_folders'] = true;

Hi Glenn

Thank you so much and it works

Yaya




7
Aplications / Re: Roundcube Mailbox doesn't exist: Trash
« on: December 01, 2015, 08:34:33 AM »
I think, the Roundcube can not create directory "Trash"

8
Aplications / Roundcube Mailbox doesn't exist: Trash
« on: December 01, 2015, 07:07:01 AM »
Hi,

I try to delete some emails from Roundcube but a system show error "Server Error: UID COPY: Mailbox doesn't exist: Trash"

This is my trash.conf file
1 Spam
# Uncomment if you want trash as well
2 Trash
and I already have been upgrade Roundcube Webmail  to 1.1.3

Please help to fix

Thank you
Yaya

9
Dovecot / Server Error: UID COPY: Mailbox doesn't exist: Trash
« on: November 30, 2015, 06:51:49 AM »
Hi,

I try to delete some emails but a system show error "Server Error: UID COPY: Mailbox doesn't exist: Trash"

This is a trash.conf file
1 Spam
# Uncomment if you want trash as well
2 Trash
and upgrade Roundcube Webmail  to 1.1.3

Please help to fix

Thank you
Yaya

10
Apache / codeigniter htaccess
« on: November 22, 2015, 06:03:02 AM »
Hi

I try deploy web app (codeigniter) but it is just show blank page.

Server information

/usr/local/apache/bin/httpd -M|grep rewrite
Syntax OK
 rewrite_module (static)

This is my .htaccess

DirectoryIndex index.php index.html

<IfModule mod_rewrite.c>

RewriteEngine On
#RewriteBase /webapp/
RewriteCond $1 !^(index\.php|assets|install|update)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?/$1 [L]

#RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]
#RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

</IfModule>

What is it wrong ?

Yaya

11
Postfix / /var/log/maillog -No data update when mail incoming and outgoing
« on: November 19, 2015, 04:31:26 AM »
Hi

After I rebuild New Postfix Email Server with AntiSpam/AntiVirus

then I try send email for testing, it work as well. but there are not update in file(maillog) /var/log/maillog

tail -f /var/log/maillog
no data update when mail incoming and outgoing

Thank you

Yaya

Pages: [1]