johnwwweissberg
Technical User
I have an account where I am collecting all spam. I would like all
arriving mail to be automatically be deleted.
In that account's .qmail file, I have simply put
--- file begin --
#
--- file end ---
Is this an efficient way to delete mail?
Is there a more direct way to redirect the mail to /dev/null?
Would this be more efficient:
--- file begin --
|/dev/null
--- file end ---
arriving mail to be automatically be deleted.
In that account's .qmail file, I have simply put
--- file begin --
#
--- file end ---
Is this an efficient way to delete mail?
Is there a more direct way to redirect the mail to /dev/null?
Would this be more efficient:
--- file begin --
|/dev/null
--- file end ---