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 ... 14 15 [16] 17 18 ... 26
226
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

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

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

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

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

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

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

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

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

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

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

237
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

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

Regards,
Netino

239
FTP / Re: FTP Authentication Failed - Troubles with Pure-ftpd
« on: March 09, 2019, 03:00:34 AM »
Your user 'oseadmin' is unknown.
Simply that.
The message showing is:
"error retrieving information about user xxxxxx"

Regards,
Netino

240
Try to include the following in '/usr/local/cwpsrv/var/services/roundcube/config/config.inc.php' and try to check the results:
Code: [Select]
// Log IMAP conversation to <log_dir>/imap or to syslog
$config['imap_debug'] = true;

Regards,
Netino

Pages: 1 ... 14 15 [16] 17 18 ... 26