Mailbox does not exists after login

Matt . yamakasi.014 at gmail.com
Sun Nov 23 16:20:05 CET 2014


It seems that the mailbox for a user is not created after login.

I get this in a debug log:

[LIST] No results
2014-11-23 15:57:31,815 pykolab.imap DEBUG [29883]: Looking for folder
'user/uid at domain.tld', we found folders: []
2014-11-23 15:57:31,815 pykolab.imap INFO Waiting for the Cyrus IMAP
Murder to settle...
  57:32.31 > GKOP11 LIST "" "user/uid at domain.tld"
  57:32.31 < GKOP11 OK Completed (0.000 secs)
  57:32.31      matched r'(?P<tag>GKOP\d+) (?P<type>[A-Z]+)
(?P<data>.*)' => ('GKOP11', 'OK', 'Completed (0.000 secs)')
[LIST] No results
2014-11-23 15:57:32,319 pykolab.imap DEBUG [29883]: Looking for folder
'user/uid at domain.tld', we found folders: []
2014-11-23 15:57:32,319 pykolab.imap INFO Waiting for the Cyrus IMAP
Murder to settle...
^C

I have read that cyrus should not be able to login when it doesn't
have the default domain from the ldap server.

My setup is:

ldap: dc=sub,dc=comp,dc=local

and my users have uid at domain.tld as their domainname.

in my ldap (ipa I have)

# kolab, config
dn: cn=kolab,cn=config
objectClass: top
objectClass: extensibleobject
cn: kolab

# example.org, kolab, config
dn: associateddomain=example.org,cn=kolab,cn=config
objectClass: top
objectClass: domainrelatedobject
objectClass: inetdomain
associatedDomain: dc=sub,dc=comp,dc=local
associatedDomain: example.org
inetDomainBaseDN: dc=sub,dc=comp,dc=local

Any idea on this ?


More information about the users mailing list