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

Pages: 1 ... 13 14 [15] 16 17 ... 25
211
Information / Re: CWP email send on login
« on: March 15, 2019, 04:38:06 AM »
Login in what services..??

212
How to / Re: How to Automate User Account creation?
« on: March 15, 2019, 04:35:28 AM »
What fields and what format you have in your .csv file..??

213
Installation / Re: Adding CAA record on CWP
« on: March 15, 2019, 04:33:29 AM »
Edit your zone file in '/var/named' directory.
For example, for a "example.com" domain, the file '/var;named/domain.com.db'.

And add the following at the final of that file, for exemple to the Let’s Encrypt certificate authority,:
Code: [Select]
example.com.  CAA 0 issue "letsencrypt.org"

If you want to allow Let’s Encrypt for wildcard certificates, then you can use issuewild:
Code: [Select]
example.com.  CAA 0 issuewild "letsencrypt.org"

Save the changes, and restart named:
(for CentOS 7)
Code: [Select]
# systemctl restart named

(for CentOS 6.*)
Code: [Select]
# service named restart

214
CentOS 6 Problems / Re: Domain Pointing to wrong folder
« on: March 13, 2019, 04:25:35 AM »
You can have a DNS resolving problem, or a apache configuration problem.
But as you are using clodflare, may be you have a apache configuration problem.
Start testing if your domain is resolving correctly to your server.

Run inside your server:
Code: [Select]
# host domain.com

If pointed to your server, check apache logs.
If no, fix you DNS problem.

When you assure your domain is resolving to your server, you can check if apache is serving your pages.
You must check your logs:
Code: [Select]
/usr/local/apache/logs/error_log
/usr/local/apache/logs/access_log
/usr/local/apache/domlogs/domain.com.error.log
/usr/local/apache/domlogs/domain.com.log

If they are served, you can fix the problems as pointed in your logs.

Regards,
Netino

215
Installation / Re: Adding CAA record on CWP
« on: March 13, 2019, 04:13:11 AM »
Good point.
CWP seems not have CAA record in DNS functions.
CAA records are growing in importance in global internet, as several authorities begin to emerge offering free certificates, posing security problems to domain owners.

May be you have do it only manually, at the moment.

Regards,
Netino

216
CentOS 6 Problems / Re: CWP Mail Error
« on: March 13, 2019, 03:15:54 AM »
You can have a broken queue, that could not be managed by CWP in all possibilities, and could need to manually fix the problem.

Follow this tutorial to manage and fix manually you queue, up to fix all of your queue problems:
https://www.wirehive.com/thoughts/5-top-tips-reviewing-postfix-mail-queue/

Naturally, after fix manually, CWP could manage from that on.

Regards,
Netino

217
Installation / Re: Setup NS to have CWP handle all DNS
« on: March 13, 2019, 03:04:23 AM »
Seems you will need to repair manually your zone file.
Post it here, if you need help.
They are in '/var/named' directory.

Regards,
Netino

218
MySQL / Re: It's possible to upgrade mariadb to 10.3+?
« on: March 13, 2019, 03:01:21 AM »
You will have to deal with this upgrade manually, in one way or another, sooner or later.
So, I wouldn't wait.

Try to follow this tutorial:
https://www.ryadel.com/en/mariadb-10-upgrade-10-3-without-losing-data-how-to/

CAUTION: Follow the instructions to do backups very carefully, by dump all of your databases. Believe-me, you could to need that.

219
How to / Re: How to Automate User Account creation?
« on: March 13, 2019, 02:43:27 AM »
You must use the "account" API, from API Manager, in:
"CWP Settings" >> "API Manager" >> "Account".

You find there an example to use a API in your customized programs.
There are functions add, udp, del, list, susp, unsp to accounts, using method post.

220
Installation / Re: Splitting Email with CWP
« on: March 13, 2019, 02:29:11 AM »
Seems you don't have different domains, and your needs are only just for E-mails of the same domain, isn't..?
If so, why you don't create aliases for each E-mail..?
So you can create an alias just for Office365 server.

221
PHP / Re: 502 Bad Gateway
« on: March 11, 2019, 12:24:01 AM »

222
How to / Re: How to enable php-imap?
« on: March 11, 2019, 12:20:06 AM »
Ideally, would sufficient to configure it at php swticher to your php version.
But seems we still have problems configuring users in php-fpm.

Check this thread:
https://forum.centos-webpanel.com/updates/php-fpm-enable/

It still is open.

223
Backup / Re: Connection Failed
« on: March 10, 2019, 10:38:26 PM »
In CWP, "CWP Settings", "Backup Configuration", you already have configured it there the data of your remote server.?

224
FTP / Re: FTP Authentication Failed - Troubles with Pure-ftpd
« on: March 10, 2019, 10:19:05 PM »
This user have the same identical id as shell user.
But you must login with a '@' and with domain associated (p.ex.: user@domain.com)

If you still can not login, check if this user exists in '/etc/pure-ftpd/pureftpd.passwd' file, and if its home directory really exists, and if the file was created at the exact same datetime that the file '/etc/pure-ftpd/pureftpd.pdb'.

225
CentOS 7 Problems / Re: Subdomain always pointing to subfolder
« on: March 10, 2019, 09:59:15 PM »
I afraid didn't undesrtood your question exactl.

If you want to create a subdomain not visible to your main domain, so you must to create the subdomain out of the area publicly acessible to main domain, for example in '/home/aing/adrenalin/'.
Do not forget to set ownership and permissions identical to your 'public_html' directory.
Code: [Select]
# chown aing:nobody /home/aing/adrenalin/
# chmod 750  /home/aing/adrenalin/

Pages: 1 ... 13 14 [15] 16 17 ... 25