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

WebAdmin hangs when trying open Proxy Content...

When I try to open the Proxy Content Manager the Web Interface just hangs, and after a while I get an internal error. In httpd.error_log i see things like this:

[Tue Oct 07 09:09:14 2003] [error] [client 192.168.1.199] FastCGI: comm with (dynamic) server "/usr/local/httpd/htdocs/index.fpl" aborted: (first read) idle timeout (30 sec)
[Tue Oct 07 09:09:14 2003] [error] [client 192.168.1.199] FastCGI: incomplete headers (0 bytes) received from server "/usr/local/httpd/htdocs/index.fpl"

I also tried deleting everything in /var/chroot-smtp/spool/input/, but that didn't make any difference. 

Can someone give me some hints on this?  


This thread was automatically locked due to age.
  • hae you tried restarting hte server?  

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • Pego,

    probably there are thoussands of e-mails quarantined on the hdd. Login as root and cd to /var/chroot-mail/smtp/spool/Finput. The command 'ls -la | wc -l' gives you the number of e-mails sitting on the firewall. You could remove those e-mails with 'rm -f *' , but be sure that you are in the correct directory. In case of using the SPAM or other garbage reducing features you should always select reject as action.

    read u
    o|iver  
  • OK! You're right! There were 22000++ messages there. It took some time to delete.. 

    I want to set opp SMTP proxy, with authentication, which I can use from everywhere, so I don't need to change smtp server in Outlook several times a day.. -but will the server be filled again? How can I prevent that? Will messages sent by non-authenticated users be stored on the server?