On Thursday 06 January 2005 06:29, Kazuo Moriwaka wrote:
Please make a backtrace log as this page: http://www.dovecot.org/bugreport.html And please show some sample LDIF entries which does and doesn't cause this problem. It may be a help. When I ran 'gdb /usr/lib/dovecot/imap-login' I got "No debugging symbols found". Then I realized that since it's a Debian package, it's already been stripped. So let's try LDIF before I attempt to recompile the whole thing. The output of slapcat, first for a virtual account that works:
dn: uid=peter,ou=mailAccounts,dc=mydomain,dc=tld objectClass: userAccount objectClass: mailAccount uid: peter sn: Clark cn: Peter Clark userPassword:: <Removed> status: active mailAddress: peter@mydomain.tld mailDir: peter/Maildir/ structuralObjectClass: userAccount entryUUID: fc2c9e7e-f3f2-1028-858c-8ebe993cc366 creatorsName: cn=admin,dc=mydomain,dc=tld createTimestamp: 20050106055308Z entryCSN: 2005010605:53:08Z#0x0001#0#0000 modifiersName: cn=admin,dc=mydomain,dc=tld modifyTimestamp: 20050106055308Z
and now for an account that doesn't work:
dn: uid=natashia,ou=mailAccounts,dc=forrussia,dc=org objectClass: userAccount objectClass: mailAccount uid: natashia sn: Lastname cn: Natashia Lastname status: active mailAddress: natashia@mydomain.tld mailDir: natashia/Maildir/ structuralObjectClass: userAccount entryUUID: ad280f4a-f3f5-1028-9c71-f50f432a581f creatorsName: cn=admin,dc=mydomain,dc=tld createTimestamp: 20050106061224Z userPassword:: <Removed> entryCSN: 2005010606:14:20Z#0x0001#0#0000 modifiersName: cn=admin,dc=mydomain,dc=tld modifyTimestamp: 20050106061420Z
:Peter