How to , and other stuff about linux, photo, php … A linux, photography blog. To remember some linux situation, and fix them quickly.

February 26, 2014

how to delete bounce emails for non existent users vpopmail

Filed under: Linux — Tags: , , , — admin @ 5:28 pm

The last parameter in the .qmail-default file tells vdelivermail what to do with non-matching emails. The default is to bounce the email back to the sender. But you can also delete it instead.

update your .qmail-default file from something like this:
| /home/vpopmail/bin/vdelivermail ” bounce-no-mailbox

to something like this:
| /home/vpopmail/bin/vdelivermail ” delete

Powered by WordPress