On Sun, Sep 29, 2002 at 10:35:07PM -0700, Kevin Ying wrote:
> Do any of you use the auto-reply feature but not include a mailbox for the
> recipient?
> 
> Using "deliveryMode: reply nombox" does not appear to work for me...
> 
> I actually have to assign a "mailMessageStore" and only then will delivery
> actually occur, and then qmail reports:
> 
> success:
> Error:_undefined_mail_delivery_mode:_deliveryMode=nombox_reply_(ignored)._
> (LDAP-ERR_#2.1.2)/did_1+0+0/
> 
> If I set deliveryMode to reply, it goes thru but then mail get
> delivered... which I don't want, because I just want an account that has
> auto-reply but no mailbox.
> 

Your deliveryMode definition is wrong.
deliveryMode is a multi field entry with one keyword per entry.
In LDIF this looks like:
deliveryMode: reply
deliveryMode: nombox

An other possibility is to use a ',' seperated list.
deliveryMode: reply,nombox 

If you set your deliveryMode correctly it could probably work as expected
if not it is a bug.

-- 
:wq Claudio

Reply via email to