erykwol,
THANK YOU !
I changed it in the howto for :
/etc/e-smith/templates-user/.qmail/80Zarafa
/etc/e-smith/templates-user/.qmail-junkmail/01Zarafa
But, why do you need mailboxes of users in the Public Folders ?
This problem still exists for the contrib (smeserver-zarafa.rpm). It should be made clear in the Wiki on Contibs.org. Do you have a login for this wiki ?
F.
Hi Frifri,
This is the original template from smserver-zarafa contribution:
smeserver-zarafa-0.9.0-46.el4.sme
Sorry, I don't have a login for WiKi.
By the way, I have a problem with the user panel for zarafa and password validation.
It is impossible to use special characters in passwords for zarafa users.
I know that the password validation routine is in:
/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/zarafaUI.pm
on line 1509
# This function is mainly use to verify the composition of a password enter by an user.
sub my_password {
my ($fm, $password, $minlength) = @_;
my $self = shift;
my $return_error = $self->localise('MY_PASSWORD_VERIF_ERROR');
if ($password =~ /^\w+$/i and length($password) >= $minlength){ <---- here
return "OK";
}
elsif($password eq ''){
return "OK";
}
else {
return $return_error;
}
}
But I'm not so good in perl to change it to include special characters as "!#$%"
Maybe you know how to do it?
Anyway I think it wil be beter if zarafa user could be made/changed from the user panel.
Eryk