pera
Verified User
I had problem with some comment scipt sending spam mail to [email protected]
I stopped the script but still 250 000 mails....
the solution:
/home/user/Maildir/cur
I tried to delete all mail in the folder with rm -rf *
but it stopped with to many arguments something.
so I removed the folder:
rm -rf /home/user/Maildir/cur
then create it again
mkdir /home/user/Maildir/cur
chown user:mail /home/user/Maildir/cur
chmod 770 /home/user/Maildir/cur
Now I can still receive and send mail (Aldo you should try not to use [email protected] for mail).
I stopped the script but still 250 000 mails....
the solution:
/home/user/Maildir/cur
I tried to delete all mail in the folder with rm -rf *
but it stopped with to many arguments something.
so I removed the folder:
rm -rf /home/user/Maildir/cur
then create it again
mkdir /home/user/Maildir/cur
chown user:mail /home/user/Maildir/cur
chmod 770 /home/user/Maildir/cur
Now I can still receive and send mail (Aldo you should try not to use [email protected] for mail).