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.


Topics - banane

Pages: [1]
1
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!

2
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

3
in /var/log/maillog I had many lines like this:
Code: [Select]
amavis[18486]: (18486-01) (!)run_av (ClamAV-clamd) FAILED - unexpected , output="/var/amavis/tmp/amavis-x/parts: lstat() failed: Permission denied. ERROR\n"
I fixed that adding the clamav user in amavis group with this command
Code: [Select]
usermod -a -G amavis clamav
I guess it's a bug, isn't?

4
CSF Firewall / CSF restart from CWP crash iptables...
« on: April 08, 2015, 09:33:12 AM »
I've added few iptables rules with
Code: [Select]
iptables -A etc

now when from the CSF Firewall page I click on Firewall Restart button... the web page crash, I mean the webpanel gets unresponsive for few minutes (tested with multiples browsers) and if I issue the command
Code: [Select]
service iptables status I see it running but without the custom rules settled before

then if I give the command
Code: [Select]
service iptables restart I got back the custom rules and the page "List iptables rules" on CWP working again

is that normail or a bug?

CWP version 0.9.8.4

5
CSF Firewall / How to Enable CSF UI
« on: April 08, 2015, 06:26:54 AM »
there a page in wiki to enable CSF UI: http://wiki.centos-webpanel.com/how-to-enable-csf-ui

but there's a step missing:
put the allowed IPs in /etc/csf/ui/ui.allow
or disable UI_ALLOW in /etc/csf/csf.conf

6
Postfix / postfix [127.0.0.1]:10024: Connection refused
« on: April 07, 2015, 06:32:23 AM »
my postfix with rDNS is working fine, but if I rebuild it with AntiSpam/AntiVirus the mails I send are kept in queue with this error:

connect to 127.0.0.1[127.0.0.1]:10024: Connection refused

I guess there's a line missing in /etc/postfix/main.cf:

smtp-content_filter = amavis:[127.0.0.1]:10024

Anyway I always get the root's emails from lfd and others


7
E-Mail / spamassassin preferences
« on: February 23, 2015, 09:10:30 PM »
could someone tell me how could I modify the spamassassin preferences?
can I do it from the web gui or do I have to modify some config files?
thanks!

Pages: [1]