I would like to trash the mail received by a single qmail alias. I don't want any mail delivery errors, and I want qmail to be happy about having delivered the mail.
How can I do this, preferably without adding another local email account?
|
feedback
|
|
Create an alias with only a comment and no delivery instructions, like:
Replace "devnull" with whatever alias name you need of course. | |||
|
feedback
|
|
Create an alias by creating a file /var/qmail/aliases/.qmail-blackhole with this content:
Then redirect whatever you want to this ‘blackhole’ alias (or use whatever you want in place of ‘blackhole’). Merely using /dev/null won’t work ( The messages will still be logged, however. Though it’s more of a feature than a bug. | |||
|
feedback
|
|
A meta-question: why would this get rated down? Is it not appropriate for the site? | |||
feedback
|