Author Topic: Unable to activate ebox-mailfilter 1.3.12  (Read 1919 times)

cheleb

  • Zen Apprentice
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Unable to activate ebox-mailfilter 1.3.12
« on: December 27, 2009, 03:24:47 pm »
Hello everyone,

on my shiny new email machine, I am unable to activate the mailfilter module.
The machine is an up to date 1.3 installation. Mailfilter version is:

Code: [Select]
$ apt-cache policy ebox-mailfilter
ebox-mailfilter:
  Installed: 1.3.12-0ubuntu1~ppa1~hardy1
  Candidate: 1.3.12-0ubuntu1~ppa1~hardy1
  Version table:
 *** 1.3.12-0ubuntu1~ppa1~hardy1 0
        500 http://ppa.launchpad.net hardy/main Packages
        100 /var/lib/dpkg/status

Unconfiguring and reactivating the module always leads to the same error.
Here's a little rundown. First, I unconfigure the module with:

Code: [Select]
sudo /usr/share/ebox/ebox-unconfigure-module mailfilter
Then, after activating and accepting the changes, i get (passwords blanked):

Code: [Select]
2009/12/27 15:09:28 ERROR> Ldap.pm:681 EBox::Ldap::_errorOnLdap - $VAR1 = {
          'attr' => [
                      'cn',
                      'Spam sapm',
                      'uid',
                      'spam',
                      'sn',
                      'sapm',
                      'uidNumber',
                      1901,
                      'gidNumber',
                      '1901',
                      'homeDirectory',
                      '/nonexistent',
                      'userPassword',
                      '{SHA}xxxxxxxxxxxxxxxxxxxxxxxxxxxx',
                      'objectclass',
                      [
                        'inetOrgPerson',
                        'posixAccount',
                        'passwordHolder'
                      ],
                      'eboxSha1Password',
                      '{SHA}xxxxxxxxxxxxxxxxxxxxxxxxxxxx',
                      'eboxMd5Password',
                      '{MD5}xxxxxxxxxxxxxxxxxxxxxxxx',
                      'eboxLmPassword',
                      'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
                      'eboxNtPassword',
                      'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
                      'eboxDigestPassword',
                      '{MD5}xxxxxxxxxxxxxxxxxxxxxxxx',
                      'eboxRealmPassword',
                      '{MD5}xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
                    ]
        };
2009/12/27 15:09:28 ERROR> Ldap.pm:683 EBox::Ldap::_errorOnLdap - Unknown error at EBox::UsersAndGroups::addUser Referral received

And finally, after saving the changes:

Code: [Select]
2009/12/27 15:03:07 INFO> Global.pm:435 EBox::Global::saveAllModules - Saving config and restarting services: firewall mailfilter logs
2009/12/27 15:03:07 INFO> Base.pm:150 EBox::Module::Base::save - Restarting service for module: firewall
2009/12/27 15:03:08 INFO> Base.pm:777 EBox::Module::Base::_hook - Running hook: /etc/ebox/hooks/firewall.postservice 1
2009/12/27 15:03:09 INFO> Base.pm:150 EBox::Module::Base::save - Restarting service for module: mailfilter
2009/12/27 15:03:12 ERROR> Ldap.pm:681 EBox::Ldap::_errorOnLdap - $VAR1 = {
          'changes' => [
                         'replace',
                         [
                           'amavisBypassVirusChecks',
                           'FALSE'
                         ]
                       ]
        };
2009/12/27 15:03:12 ERROR> Ldap.pm:683 EBox::Ldap::_errorOnLdap - Unknown error at EBox::Ldap::modifyAttribute attribute 'amavisBypassVirusChecks' not allowed
2009/12/27 15:03:12 INFO> Base.pm:150 EBox::Module::Base::save - Restarting service for module: logs
2009/12/27 15:03:13 ERROR> Global.pm:489 EBox::Global::saveAllModules - The following modules failed while saving their changes, their state is unknown: mailfilter

Any help would be greatly appreciated!