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

Internal Server error Proxy Content Manager

Hi,

for some reasons, we can not access our Proxy Content Manager on our ASL 4.021.
The error message is: Internal Server Error.

Does anyone know this problem?

Thanks a lot in advance!

drgoebel


This thread was automatically locked due to age.
Parents
  • There are possibly too many mails in your spool directory. Login via console and change to /var/chroot-smtp/spool/Finput and look if there are many mails. Make a rm -f to delete them. 
    /bagira
  • OK, thanks, there were many mails, but it did not work at all, the problem is still the same, I can access all other sites on the ASL Webinterface, only this site, it needs a long time to load and then, it appears the mentioned error message.
  • Are you sure that all mails in the spool directory are deleted. If there are many mails, a rm -f * is not possible, you have to enter 
    'find . -type f |xargs -n100 rm -f' to delete them. Please also have a look in the input directory.  But be careful, since there are mails, which are in the queue right now.
Reply
  • Are you sure that all mails in the spool directory are deleted. If there are many mails, a rm -f * is not possible, you have to enter 
    'find . -type f |xargs -n100 rm -f' to delete them. Please also have a look in the input directory.  But be careful, since there are mails, which are in the queue right now.
Children