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

Pages: [1] 2 3
1
Information / Re: quota in CWP
« on: June 22, 2017, 10:00:13 AM »
Unfortunately, it won't.

2
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: April 20, 2017, 07:19:52 PM »
Does the new CWP version works fine with apache 2.2 or cwp upgrade must be done with apache upgrade to 2.4?
I would like to make first, CWP upgrade, deal with problems and then, after few weekes, if I decide it is stable, I could upgrade apache.

3
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: March 20, 2017, 06:51:04 AM »
Already tryied to rebuild apache, but that didn't work.

4
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: March 18, 2017, 09:32:42 PM »
On of my servers, after upgrade, got the same problem with apache:

Code: [Select]
Starting httpd: httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: Cannot load modules/mod_antiloris.so into server: /usr/local/apache/modules/mod_antiloris.so: undefined symbol: ap_log_error
[FAILED]

Any tip?

5
CentOS-WebPanel GUI / How to change main domain
« on: February 21, 2017, 06:52:55 AM »
Hello,
I need to change the main domain added to user on account creation. So, is there any safe way to do it or I just need to change the virtual host config?
Best regards,
mj

7
E-Mail / Re: Postfix/dovecot ssl certificate
« on: February 20, 2017, 08:38:58 AM »
Okay, I done it by CWP tool in Security/SSL Generator, then I checked the proper ssl file path in config for:

postfix
Code: [Select]
/etc/postfix/main.cf
dovecot
Code: [Select]
/etc/dovecot/dovecot.conf
After that, restart postfix and dovecot service.
The certificate can by checked on https://www.sslshopper.com/ssl-checker.html, input must be host with proper port for service (whatever you use for mail ssl, for example: domain.tld:993)

8
E-Mail / Postfix/dovecot ssl certificate
« on: February 20, 2017, 08:03:37 AM »
Hello,
Is there any "how to" renew in CWP the self signed certificate for postfix/dovecot ssl configuration?

best regards,
MJ

9
CentOS-WebPanel Bugs / Re: Fix Permissions not works properly
« on: February 01, 2017, 11:18:23 AM »
Okay, I'll check it out, thanks.

10
How to / Re: How to redicrect always on https
« on: January 24, 2017, 11:20:01 AM »
Add to htaccess

Code: [Select]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>

11
Information / Re: blocked mail
« on: January 20, 2017, 07:58:32 AM »
You need to change port in /etc/ssh/sshd_config, after that restart service.
If you are using CSF, you also need to change opened port 22 to your new port from sshd_config file.

12
Postfix / Postfix attachment size
« on: January 19, 2017, 02:12:32 PM »
How to check and change postfix attachment size (topic for posterity)

I had problem with attachments in my postfix configuration, so I checked what is the value of message_size_limit, you can do it by:

Code: [Select]
postconf | grep message_size_limit
Result of this command wiil be size of a message which can be accepted via (smtp/imap/pop3) in bytes.

To change that type:

Code: [Select]
postconf -e message_size_limit=20480000
In that case, message will be limited to 20MB.
After setting the correct value, you could restart postfix service.

13
E-Mail / Re: Clients dont received new account email
« on: January 12, 2017, 02:20:05 PM »
I thought that something changed, but, is it gonna change in future versions? It's quite usefull feature for ISP's, like my company.

14
E-Mail / Re: gmail in blacklist
« on: January 12, 2017, 01:08:22 PM »
Remove sorbs dnsbl from main.cf, it's not doing a job right.
I moved to barracuda dnsbl and it is doing great, neither my clients does not complain.

15
E-Mail / Re: Clients dont received new account email
« on: January 12, 2017, 01:01:18 PM »
you should check the error in the log and that you hostname is set properly

You mean maillog?

Pages: [1] 2 3