Gents, What should the proper behaviour of qmail-ldap be in the following situation:
ldap user has a value for mailReplyText, but deliveryMode is set to normal. So far, no mail gets delivered for that user. (I think it was a bounce.) Removing mailReplyText fixes the issue. Is this correct? Suppose I want to store and forward email. I have the following set up: dn: uid=user,ou=People,dc=domain,dc=tld objectclass: top objectclass: qmailUser objectclass: posixAccount uid: user mail: [EMAIL PROTECTED] mailForwardingAddress: [EMAIL PROTECTED] deliveryMode: forwardonly deliveryMode: localmbox I cannot set it up with just: deliveryMode: forwardonly deliveryMode: normal Which begs the questions: 1) what does 'normal' do? 2) should 'localmbox' be the default? 3) if deliveryMode is excluded, what is the default mode if any? d!
