Kevin Ying ([EMAIL PROTECTED]) 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.
The simplest way to achieve this is to use "reply", make a file called: /var/qmail/alias/.qmail-user containing only the pound sign: # The pound sign is the .qmail equivalent of sending the message to /dev/null. Maybe this will be fixed someday. It's the same problem when you want to store aliases in LDAP - you have to point them to a mailMessageStore that actually exists. I generally point them all to /var/qmail/maildirs/aliasdir, although nothing ever actually gets delivered there. -- Mike
