How to setup a no reply email account?

Is there a way in siteworx I can setup an email account “noreply@mysite.com” for example, and have it set so it cannot receive emails?

I have an email account now that is used to send out activation notices for new accounts, but it is getting spammed, and I would like it so the address can’t receive emails to it.

Thanks
Craig

One option would be to set the email box’s quota to 0. That will generate a bounce message for the sender informing them that the box is over quota.

Another option, which would have to be done as root, would be to go to create the file

/home/mysiteco/var/mysite.com/mail/.qmail-noreply

and put a single # character in that file.

That will make messages for that box be silently deleted.

Paul