The error is here
client-to-client
max-clients 20comp-lzo
it should be
client-to-client
max-clients 20
comp-lzo
This error comes from a template, I forgot to update the archive. To fix it, edit the file /etc/e-smith/templates/etc/openvpn/server.conf/80clients
and change the line:
$OUT .= "max-clients $maxClient";
by this one:
$OUT .= "max-clients $maxClient\n";
then expand the template
expand-template /etc/openvpn/server.conf
And restart the service
/etc/init.d/openvpn restart
I think it should be ok then, I use it on several servers. I'll update the tar archive. For the new version with much more features you'll have to wait more than I thought as I'm working on the integration of trixbox (that you can already test).
Hopes this will fix the pb.
Cheers, daniel