hackerpitbull
Verified User
- Joined
- Dec 25, 2004
- Messages
- 64
thanks..
How can i do that?You can either cutomize exim.conf so it refuses email for these accounts
ls /var/spool/mailjlasman said:Very carefully, since it will break expected server functionality.
You can create an exclusion list (similar to the ACL lists I created for SpamBlocker) and just reject (with the proper message) any mail for a recipient matching that list. You can get the list by piping the output of ls /var/spool/mail to the file.
Jeff
In /var/spool/mail/ i have a file for every username how can i delete a specific mail adress?jlasman said:remove the default mailbox file at /var/spool/mail/.
Then recreate it as a link to /dev/null
Jeff
# cd /var/spool/mail
# rm -f username
# ln -s /dev/null username