Hi,
I'm here again to give you some more informations about my problem:
System:
- Solaris 2.6
- qmail-ldap-1.03-20010501
- courier-imap-1.3.8.2.20010716
(compiled using "--workaround..." configure flag)
The problem is the following: New messages in my maildir appear in my
Netscape messenger (connected using IMAP) marked as deleted. I don't
know what could be... Using Pop3d, everything goes ok.
I think maybe be my Maildir structure. It looks like that:
_______________________________________
/home/
|
|----- user/
|
|------ Maildir/
|
|----- cur/
|----- new/
|----- tmp/
________________________________________
The user entry in LDAP is something like that:
_______________________________________________________________
dn: uid=flgomes,ou=terceiros,ou=pessoal,o=fazenda,o=sp.gov,c=BR
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: qmailUser
homeDirectory: /home/flgomes
accountStatus: active
uid: flgomes
sn: Gomes
givenName: Fabio
employeeNumber: 222222222
l: DTI
title: AdmRede
roomNumber: 0
userPassword:: XXXXXXVS2hlYnIvUHZpRC4=
cn: Fabio Lourenco Gomes
telephoneNumber: ramal 1111 ou 2222
mobile: 011-2222-3333
mail: flgo...@fazenda.sp.gov.br
mailAlternateAddress: fab...@fazenda.sp.gov.br
mailQuota: 104857600
______________________________________________
And the script to dirmaker:
_______________________
#!/bin/sh
/bin/mkdir -m 700 -p $1
_______________________
Did you see something like that before? Can you help me?