[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Refuse email for a specific mailbox
- Subject: RE: [cobalt-users] Refuse email for a specific mailbox
- From: Dom Latter <DLatter@xxxxxxxxxxxxxxx>
- Date: Wed Mar 21 19:31:17 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I have a vacation/auto reply on a mailbox, however I
> also don't want the mail to be delivered. Is there a
> way I bounce the email and have the vacation/auto
> replay in place also?
The following would work (I reckon) on a Qube.
After using the GUI to set up the vacation, edit the line
in /etc/aliases that looks something like
username: username,"/sbin/vacation/whatever....."
and change it to
username: "/sbin/vacation/whatever....."
The mail won't "bounce" as such, as it gets "delivered"
to the vacation script. If you need it to actually bounce,
perhaps having
username: invalid_username,"/sbin/vacation/whatever....."
would work.