[#2637] LDAP driver improvements
Summary LDAP driver improvements
Queue Vacation
Queue Version HEAD
Type Enhancement
State Rejected
Priority 2. Medium
Owners
Requester m (dot) amendola (at) fineco (dot) it
Created 09/20/2005 (964 days ago)
Due
Updated 04/18/2006 (754 days ago)
Assigned
Resolved 04/18/2006 (754 days ago)
Attachments
Milestone
Patch

History
04/18/2006 Jan Schneider Comment #3
State ⇒ Rejected
Reply to this comment
No feedback.
03/13/2006 Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
Vacation only know two states, on or off. How would you categorize the deliverMode options into these states?
10/25/2005 Jan Schneider State ⇒ Accepted
Summary ⇒ LDAP driver improvements
 
09/20/2005 m (dot) amendola (at) fineco (dot) it Comment #1
Type ⇒ Enhancement
Summary ⇒ ldap driver
Queue ⇒ Vacation
State ⇒ New
Priority ⇒ 2. Medium
Reply to this comment
Hi when I go generate the configuration file
I find that about
"The value of the 'active' attribute if the vacation is enabled"
it's possible to set "Y" or "N".
The problem is that you use qmail-ldap patch the attribute
that you should be set is "deliveryMode". This attribute can be set to:
- (no entry): default delivery, put message into maildir/mbox (localdelivery),
   plus forward and program delivery if specified.
- noforward: do not forward (ignores forwarding entries in ldap and .qmail)
- nolocal: do not put message into maildir/mbox (ignores also .qmail)
- noprogram: do not do program deliveries (ignores deliveryprogrampath, .qmail)
- reply: send an auto_reply mail with text from mailReplyText
Default: no entry -> default
Could you change this one?
To reference http://www.nrg4u.com/qmail/QLDAPINSTALL
Regards
Maurizio