This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

over 2000 mails in content manager cant be removed

Hi all,

I got a problem, i got over 2000 spammails on my firewall.
normaly i cant delete them all at once .. this option is not working anymore .. Can someone thel me where this e-mails are stored.. or tel me how to remove them.

thnx,

Andreas  


This thread was automatically locked due to age.
Parents Reply Children
  • I had the same problem - from the command line you will have to manually delete the files in /var/chroot-smtp/spool/Finput.

    If you try to delete them all at once (i.e. rm -f *) they won't be deleted. You will have to choose a smaller subset of the total to delete the files in steps:
    rm -f 19a*
    rm -f 19b*
    rm -f 19c*
    etc.

    Mike