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

Pages: 1 [2]
16
Installation and Upgrades / Re: Services starting in wrong order
« on: May 25, 2010, 05:53:40 pm »
The MailFilter module depends on the UsersAndGroups module.

on the file /usr/share/perl5/EBoxMailFilter.pm, line 142 change

    my @depends = qw(network antivirus);

to

    my @depends = qw(network antivirus users);

18
Just to let you know that I have entered a bug report:
http://trac.ebox-platform.com/ticket/1871

19
We have setup a master-slave ldap configuration.

We have enabled the User Corner on the master and on a slave (email server).

In the master the users can login and have acess (only) to change the password.
On the slave the users cannot login, the following message is displayed:
Incorrect password

Any ideas?



Pages: 1 [2]