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 ... 16 17 [18] 19 20 ... 28
256
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

257
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

258
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

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

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

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

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

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

264
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.?

265
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'.

266
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/

267
How to / Re: How to enable php-imap?
« on: March 10, 2019, 04:48:09 AM »
Your report is about your software "can't detect that IMAP is installed."
Your software is claiming just about imap module in php, not about protocol imap.

If you don't have imap installed in php, your php software cannot talk in imap protocol.

268
Installation / Re: Splitting Email with CWP
« on: March 09, 2019, 03:34:05 AM »
Hello.

We are thinking about moving from WHM into CWP. However, our emails have a particular setting: from the 10 emails we have 9 are processed in the server using Exim and 1 is split and goes through Office 365 as we have a plan there for this one email.

The email split is done at Exim level at WHM. CWP has no Exim, I think. Questions:

1. Does Exim can be installed with CWP?

No, at least no without lost several mail features of the control panel.
The default install is made with postfix.
CWP was build with postfix in mind.

Quote
2. Alternatively, is there a way to split emails using the CWP native email services?

What are you meaing by "split emails"..??
split mail files..?? split MX servers..??

269
How to / Re: How to enable php-imap?
« on: March 09, 2019, 03:20:35 AM »
You must check the return of the function "phpinfo()" if the 'imap' is installed, in the same directory of your installation, if imap is recognized:

Code: [Select]
<?
phpinfo();
?>

Or to check if IMAP is installed in command line PHP use:
Code: [Select]
# php --ri imap

Regards,
Netino

270
How to / Re: How to Automate User Account creation?
« on: March 09, 2019, 03:02:50 AM »
Try to use API.

Regards,
Netino

Pages: 1 ... 16 17 [18] 19 20 ... 28