Author Topic: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused  (Read 11036 times)

nijssen

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
« Reply #15 on: May 14, 2013, 11:38:13 pm »
same problem here:

execution of "/usr/share/zentyal-mailfilter/mailfilter-ldap update" gives me
EBox::UsersAndGroups::User=HASH(0x38f55b8)->name is not a system user as it has to be at /usr/share/zentyal-mailfilter/mailfilter-ldap line 42, <GEN0> line 2.

Have disabled the mail filter module for now, but am looking for a solution. Situation was not present before upgrading to 3.0.20...

Is maybe related to http://trac.zentyal.org/ticket/6058?
« Last Edit: May 14, 2013, 11:41:46 pm by nijssen »

Sepi

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +1/-0
    • View Profile
    • ITcorp Ltd.
Re: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
« Reply #16 on: July 27, 2013, 01:20:58 pm »
Hi all,

I had a same problem, and I found the solution.
If this problem is occured, you should to do the followings:
  • disable mailfilter module
  • connect to the LDAP with your favorite LDAP editor like Apache Directory Studio (not in the Users and Groups)
  • delete the ham and spam entries from the ou=Users
  • run the "mailfilter-ldap update" script to make all neccessary changes on the LDAP tree and the system
  • restart the mailfilter module
If it returns no error, you done.
Enjoy the spamless world... ;D

robb

  • Guest
Re: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
« Reply #17 on: July 27, 2013, 01:58:14 pm »
Sepi, thanks for sharing this.