pera
05-15-2008, 02:46 AM
I had problem with some comment scipt sending spam mail to user@user.com
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 user@user.com 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 user@user.com for mail).