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

Can't access Proxy Content Manager

I can't access the Proxy Content Manager  

When i click on it, i wait some minutes before having the usual screen but without any blocked content showing

More, a "content_manager" file is generate in /opt/tmpfs to the limit of capacity of that partition - 32 MB in our case, where the overall disk is 32 GB  [:S]

So i can't see what's in P.C.M. PLUS i have to delete that content_manager file manually ...

Does anyone know about this problem ?

It's a v5.023, P Xeon 2GHz, 1 GB RAM, 6 NICS, SMTP proxy enable (ingoing & outgoing), no SPAM filter yet, no SMTP AntiVirus yet, about 20000 mails/day traffic in total


This thread was automatically locked due to age.
Parents Reply Children
  • Probably there are too many files in the PCM, so they cannot be shown in the Webadmin. Have a look in /var/chroot-smtp/spool/Finput and type ls -l |wc -l. This command will show you how many files are inside. To delete them, make a rm -f *.
    bagira
  • i know there are a lot of waiting messages ... well, ... just about 500, which isn't that much

    i *could* delete them, but i don't want to open them one by one to be sure i can : that's what the PCM is all about !
  • I have the same problem ...  I create a symbolic link from the /opt/tmpfs/content_manager  file to /var/log/content_manager ... 

    The /opt/tmpfs partition have only 32 MB ... the /var/log/ partition have 32 GB .. this is a 73 GB SCSI HD ... 

    The file is now growing ..  I must to wait to see the maximum amount of this file ...  

    I have 58335 files in the /var/chroot-smtp/spool/Finput
  • Hey.. after this ..  the PCM show me the 29458 mails ...  it's hard to see all .. but I can now delete the spam and viruses mail ..
  • Mails sitting in Finput are quarantained so I would say that they could be deleted without any risk to loose not yet delivered e-mail.

    Greetings
    cyclops
  • the trouble is that PCM can have interesting informations about errors or spam messages

    plus, when you delete the Finput folder, don't you also delete the mail waiting for delivery ?

    evolution, did you mean /var/log/contentfilter.log ?
  • thx, it works

    i create an empty file in /var/log/ [touch /var/log/content_manager]

    then a link to it [ln -s /var/log/content_manager /opt/tmpfs/content_manager]

    i set some rights on both [chown wwwrun:nogroup]

    now it's wayyy better, thx again