On 10.11.2006 09:15, * Claudio Jeker wrote:
> On Fri, Nov 10, 2006 at 08:17:37AM +0100, Alain Wolf wrote:
>> Hello list,
>>
>> We use maildrop for filtering tagged spam to a imap junk-folder. For
>> this we need to set deliveryMode to "nolocal" for all accounts. As
>> described in the qmail-ldap wiki.
>>
>> Now I would like to have "out of office" auto-replies.
>>
>> When I set the existing deliveryMode to "reply", auto-replies are going
>> out, but naturally the user gets all messages twice in his inbox.
>>
>> When I leave the original deliveryMode to "reply" and set an additional
>> attribute deliveryMode to "reply". Qmail-LDAP is not sending any replies.
>>
>> Ist this a bug or am I missunderstanding something?
>>
>
> deliveryMode is a multivalue field, so you can add both to the ldap entry.
>
> dn: <DN>
> deliveryMode: nolocal
> deliveryMode: reply
>
>
Sorry but I have an error in my last message. It should read:
When I leave the original deliveryMode to "nolocal" and set an
*additional* attribute deliveryMode to "reply". Qmail-LDAP is not
sending out any replies.
|