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
16
Postfix / Re: Error Outlook: 450 4.7.1 Client host rejected
« on: January 02, 2017, 07:15:00 PM »
Check if your revdns is correct.

17
How to / Re: How to delete user accounts
« on: December 22, 2016, 10:40:33 AM »
User accounts/List Accounts/Delete (on the right, red button).
The script does not delete email account if exists, related to the user account. You should also delete:
Email/List email accounts/X (find email account and pres 'X' near that mailbox to delete.

18
Installation / Re: CWPro - not recieved
« on: December 22, 2016, 10:33:55 AM »
You should receive that in 24h, if not, write to support.
I received that after 3h from payment.

19
Softaculous / Re: Problem with domain in customer area
« on: December 15, 2016, 12:21:34 PM »
Problem solved with Softaculous support.
I changed the default ports for CWP service, so Softaculous service could not connect to the CWP (by default there is a IP:2030 port for API) and gather the domain information.

Best regards,
MJ

20
Suggestions / Re: fail2ban
« on: December 11, 2016, 12:17:03 PM »
It's useless, till you got better tool - CSF.

21
Updates / Re: Roundcube might need an update for security reasons
« on: December 07, 2016, 02:16:02 PM »
Code: [Select]
mkdir /home/roundcube_backup
cp -R /usr/local/apache/htdocs/roundcube/* /home/roundcube_backup
wget http://softlayer-sng.dl.sourceforge.net/project/roundcubemail/roundcubemail/1.1.1/roundcubemail-1.1.1-complete.tar.gz
tar zxvf roundcubemail-1.1.1-complete.tar.gz
cd roundcubemail-1.1.1
bin/installto.sh /usr/local/apache/htdocs/roundcube
chown -R nobody:nobody /usr/local/apache/htdocs/roundcube

22
I can build it / Polish CWP translation
« on: October 17, 2016, 11:18:32 AM »
Hello,
I could start a polish translation for CWP. I need a full list of translation content to create a project. In sooner versions of CWP we could us it for language selection.

Best regards,
MJ

23
Information / Re: How to transfer website from cPanel server to CWP
« on: October 11, 2016, 07:28:47 AM »
I just moved mail files (in tar archives) from cpanel server (I got them stored in /home/username/mail/domain/account) to cwp server on /var/vmail/domain/account and it worked for me.

24
CSF Firewall / CSF config - questions
« on: October 07, 2016, 12:33:20 PM »
Hello,
I would like to ask few questions, because I'm not sure if I understand the csf.

1. RESTRICT_SYSLOG is set for 3 (as recommended) - this options enable csf to work properly with enabled options LF_SSHD LF_FTPD LF_POP3D LF_IMAPD LF_SSH_EMAIL_ALERT LF_SU_EMAIL_ALERT, is that correct?
- so I can enable options above and it should work? or should I consider change the option to 0?

2. LF_POP3D this variable is responsible for number of failed logins, yes?
LF_POP3D_PERM this variable is responsible for time to perm block, yes?

Could someone correct me please if I'm wrong.

Best regards,
MJ

25
CentOS-WebPanel Bugs / CWP packages
« on: October 03, 2016, 05:56:35 PM »
Hi,
I don't really know the point of packages if created package, for example 1GB, does not contain mail files from /var/vmail/. I got several clients, which have little website and large email files from several mail accounts. So, the package feature is missing the real point for shared webhosting service. I'm not sure if creating sym links for mail files from /home/username/ to /var/vmail/ will do the job. I am just worried about missing point of CWP feature.

Best regards,
MJ

26
SSL / Re: How To Force SSL with Letsencrypt?
« on: October 03, 2016, 05:49:35 PM »
Hi,
You can force redirection in .htaccess file, just add this section:

Code: [Select]
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

where, example.com is your domain.

27
CentOS-WebPanel Bugs / Fix Permissions not works properly
« on: September 30, 2016, 11:25:06 AM »
Hello,
There is problem in Fix Permissions feature. I mean, it works almost like a charm, but only for /home/username/public_html directory. As I got several domains per customers account, located in /home/username/ADDITIONAL-DOMAIN, fix permission button does not change any file permissions and ownership in this path. In my opinion it should work to /home/USERNAME directory.

Best regards,
MJ

28
Postfix / Re: Cannot receive some emails
« on: July 19, 2016, 11:56:37 AM »
SOLUTION - first of all check revDNS settings, if you or your ISP correctly resolve the hostname - that's most important thing.
Second - my problem was directly connected to DKIM file entries. In DKIM Manager option you can create DKIM and SPF entries for domains. When adding new domain check the /etc/opendkim/TrustedHosts file if there is no incorrect entries (could be - CWP feature ;) ).
In my file, there was few domains that wasn't written in seperated lines. So remember to check the TrustedHosts file after adding new DKIM and SPF entries.

29
Postfix / Cannot receive some emails
« on: July 15, 2016, 08:47:22 AM »
Hello,
I got problem with postfix. Some domains cannot send emails to mails in my server area. The prompt is:
Code: [Select]
450 4.7.1 Client host rejected: cannot find your hostname
I checked the hostname, postfix rebuild with proper hostname, revdns resolves my hostname. What else?

host:
Code: [Select]
host 178.216.200.52
52.200.216.178.in-addr.arpa domain name pointer srv0.nextia.pl.
host srv0.nextia.pl
srv0.nextia.pl has address 178.216.200.52

30
CentOS-WebPanel Bugs / Re: gui - problem
« on: June 06, 2016, 09:43:07 AM »
Thanks for fast reply.

Pages: 1 [2] 3