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

Pages: [1] 2 3
1
Installation / Re: CWP Centos 7 - clam 100% CPU
« on: December 09, 2017, 02:13:48 PM »
service clamd stop
rm -f /var/run/clamd.amavisd/clamd.sock
service clamd start

solved it for me.

thanks

2
SSL / Re: Auto install Letsencrypt broke everything!!
« on: December 08, 2017, 02:51:13 PM »
SOLUTION FOR ME

1.Reinstalled CWP on top of the existing one

(All your files for domain will be preserved,only CWP will reinstall)

(using root)


what about all cwp configurations (users, mail server, apache, mariadb etc etc), do they get preserved or wiped?

3
any news for this tutorial?

4
SSL / Re: Short Let's Encrypt guide on CentOS 6.x
« on: April 10, 2016, 09:11:56 AM »
I had to install virtualenv too with
Code: [Select]
pip install virtualenvthen I've added some more subdomains I needed to the cert, like this
Code: [Select]
./letsencrypt-auto certonly --email 'email@domain.com' --agree-tos --renew-by-default --webroot  --webroot-path '/home/domain/public_html/' -d domain.com -d www.domain.com -d other.domain.com
the problem I still have is how to get a cert for the subdomain of my cwp installation, it doesn't have it's website so letsencrypt says
Code: [Select]
Domain:cwp-domain.com
   Type:   unauthorized
   Detail: Invalid response from http://cwp.domain.com/.well-known/acme-challenge/jhdajkshdLasdasdasdsdgdhfghfghd
   [theIP]: 404

if I set cwp.domain.com as a subdomain letsencrypt works but I can't use anymore cwp.domain.com/roundcube, phpMyAdmin and so on

5
Backup / Re: rsync module is read only
« on: January 16, 2016, 08:05:08 AM »
are you using the admin user on Synology? because you have to, there's no other chance on DSM

6
SSL / Re: letsencrypt.org implementation
« on: November 11, 2015, 05:38:08 PM »
But i'll try to make a tutorial for cwp, because i encountered some problems with python2.6 and virtualenv.

great, thanks!

7
SSL / Re: letsencrypt.org implementation
« on: November 10, 2015, 12:45:41 PM »
seems that letsencrypt is already out of beta
I asked before installing just not to mess my CWP installation

which instructions did you followed, this: https://letsencrypt.readthedocs.org/en/latest/using.html ?

8
SSL / letsencrypt.org implementation
« on: November 07, 2015, 04:18:11 PM »
hi there
does anyone know if the letsencrypt.org certificate authority will be somehow supported?

it would be nice to have such easy, automated and free tool to work properly on our cwp!

9
CentOS-WebPanel Bugs / Re: Admin Messages
« on: September 22, 2015, 06:54:06 AM »
Not everyone having the same problem?
yes we do
it's something (and other stuff too) already planned to be fixed

10
after automatic update to Version 0.9.8.8 I get daily an email telling that csf can't connect to download.configserver.com:443 for updates
the same if I push the "Update" button from the web interface
I can ping download.configserver.com from shell so I don't know what's the problem..
any input?
thanks

11
E-Mail / Re: email error when sent to multiple recipients.
« on: June 25, 2015, 12:15:35 PM »
I had this problem but right now I don't remember how I fixed it
anyway is something in main.cf of postfix

12
E-Mail / Re: error:- virusalert@co.uk
« on: June 04, 2015, 06:34:30 AM »
add an email alias like virusalert@domain.co.uk pointing to your email address
anyway I guess you didn't set up correctly your domain: you should have @something.co.uk not just @co.uk

14
Dovecot / Re: Mail Quota
« on: June 01, 2015, 10:21:11 AM »
Or your only interessted in selly support?
no! they have done a great job and they have made it available to anyone for free.
If you want a business level support pay for it, otherwise commit yourself to the community effort

15
Apache / Re: Where is root public_html ?
« on: May 30, 2015, 03:31:05 PM »
it's here: /home/your-username/public_html

Pages: [1] 2 3