| 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 |
State ⇒ Rejected
No feedback.State ⇒ Feedback
Vacation only know two states, on or off. How would you categorize the deliverMode options into these states?Summary ⇒ LDAP driver improvements
Type ⇒ Enhancement
Summary ⇒ ldap driver
Queue ⇒ Vacation
State ⇒ New
Priority ⇒ 2. Medium
Hi when I go generate the configuration fileI 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