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

Pages: 1 [2] 3
16
Installation / Re: Default Page Displayed for only https domains
« on: July 08, 2020, 03:35:39 PM »
Hi,

try delete index.html default file in /public_html

17
SSL / Re: how to force https on rouncube webmail
« on: July 06, 2020, 11:08:58 AM »
Hi,

The most practical way to force webmail to secure mode for all user accounts is to apply the nginx force-https template in WebServers Settings -> WebServers Master Conf or only for specific users in WebServers Domain Conf.

18
Apache / Re: Redirect Not Woring in Latest (Here's the FIX)
« on: July 06, 2020, 11:01:22 AM »
Hi,

try check the domain log:
Code: [Select]
/usr/local/apache/domlogs/your-domain.tld.error.log

19
Apache / Re: Subdomain redirect not working
« on: July 06, 2020, 10:59:19 AM »
Hi,

if the default CWP index.html is not in the subdomain folder then the problem is in the A or CNAME record pointer in your DNS.

20
Updates / Re: CWP Broken After Update
« on: June 26, 2020, 08:04:38 AM »
Hi,

try restart the cwp service:
Code: [Select]
sh /scripts/restart_cwpsrv

21
CentOS 7 Problems / Re: File System Lock
« on: June 26, 2020, 07:33:08 AM »
Hi,

Thanks for letting us know. I'ill send the report to the Development Team to review and adjust the functionality if necessary

22
PHP / Re: how to fix imagick.so start up error ?
« on: June 26, 2020, 07:20:53 AM »
Hi,

try rebuild the php again but make it to the latest version...

23
How to / Re: Cronjob Problem
« on: February 01, 2020, 10:11:29 PM »
That's a mistake, running php with querystring from a crontab isn't like that. Try this:

https://www.digitalocean.com/community/questions/pass-parameters-in-cron-url-php

24
try rebuild vhosts on Select WebServers menu option

25
SSL / Re: Is it possible to have SSL certificate for IP address?
« on: December 04, 2019, 10:24:33 PM »
nope

26
DKIM / Re: Mail sent with PHP mail not signed
« on: August 28, 2019, 03:18:38 PM »
Guys,

DKIM signatures are only added when you use SMTP AUTH. The mail() function of php doesn't require authentication (user/pass) to send messages.

Instead, it is best to use a php framework to send via SMTP AUTH as phpMailer:
https://github.com/PHPMailer/PHPMailer

;)

28
Updates / Re: CWP version: 0.9.8.637 - Error in service status
« on: June 29, 2019, 03:19:12 PM »
Thanks for the report ... The Development Team will check it

29
E-Mail / Re: Mail server and staff
« on: June 18, 2019, 11:37:19 AM »
You can set as hostname mail.yourdomain.tld and it will work both as hostname and for MailServer including SSL.

30
That feature is being developed at this moment... Soon we will have it available to our clients...

Pages: 1 [2] 3