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.


Topics - je2u

Pages: [1]
1
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

2
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

3
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.

4
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

5
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

6
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

7
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

8
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

9
CentOS-WebPanel Bugs / gui - problem
« on: June 06, 2016, 06:12:05 AM »
Hello,
I got a problem since yesterday on main dashboard in gui admin's page:

Code: [Select]
Notice: Undefined index: lic in /usr/local/cwpsrv/htdocs/admin/index.php(1) : eval()'d code(1) : eval()'d code on line 44
Any solution?

10
E-Mail / Sent emails
« on: March 25, 2016, 05:08:42 PM »
Hello,

I need to migrate from one server to another. Question is - where I can find files for sent folder, to move them all on a new server?
There is no problem with moving inbox, from /var/vmail, but when it's done, there is no sent mails. Any suggestions?

11
Softaculous / Problem with domain in customer area
« on: October 23, 2015, 07:32:30 PM »
Hello,

I got nearly fresh CWP install, which works in production level. That's great tool, but I started providing, for our customers Softaculous premium version.
The problem is, when customer want to install some software in it's area, after choosing software, in installation setup section, after choosing a protocol, there should be a list of available domains from customer's account. But there is no domains to choose and the installation cannot begin without that.
Where should I check the config with softacuus to make it work ?
I need this tool, because it's a great and comfortable service for people who don't need to know how things works.

Best regards,
MJ

12
PHP / php user settings
« on: October 08, 2015, 10:57:17 AM »
Hello,

When user create php.ini file, there are some predifined settings, like memory_limit, date.timezone, etc. Where I can define these variables for every new user?

Best regards,
MJ

13
Suggestions / Email confirmation
« on: September 28, 2015, 09:22:00 AM »
Hello,

Is it possible to add an email confirmation for new created users?
Feature works in DirectAdmin as well, where email is send to users, after successful account creation.
Message contains client url login to panel, account name, password, domain, package settings, server IP's, nameservers and some other customized messages.

Best regards,
MJ

14
E-Mail / SPAM - config
« on: September 16, 2015, 07:36:04 AM »
Hello,

This is my first topic, so I would like to thank CWP crew for great job.
We use CWP as a service priveder in Poland and CWP doing a awesome job. Customers are loving it.

I got a question about spam. Is there any possibility to make some black domain list, that will always be marked as a spam ?

Best regards,
je2u

Pages: [1]