Summary | LDAP driver improvements |
Queue | Vacation |
Queue Version | HEAD |
Type | Enhancement |
State | Rejected |
Priority | 2. Medium |
Owners | |
Requester | m.amendola (at) fineco (dot) it |
Created | 09/20/2005 (7309 days ago) |
Due | |
Updated | 04/18/2006 (7099 days ago) |
Assigned | |
Resolved | 04/18/2006 (7099 days ago) |
Milestone | |
Patch | No |
State ⇒ Rejected
State ⇒ Feedback
deliverMode options into these states?
State ⇒ Accepted
State ⇒ New
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ ldap driver
Queue ⇒ Vacation
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