POP3 Proxy not working on ASL 5 ?

I've just installed from scratch ASL 5.
POP3 proxy doesn't seem to work.
When I activate it (without spam and virus filter) I've got error message (RETR failed) when using Netscape, outllok or thunderbird. Without proxy, all is OK.

Any idea ?   
Parents Reply
  • Hi there, 

    after evaluating this problem we found a small packaging error of the content-filter chroot. The content filter itself works fine, but the bash inside the chroot needs libreadline which was accidently missing.
    Next up2date will fix that.

    Here is the workaround:
    Code:
     cp /bin/rm /var/storage/chroot-weed/bin/ 
     cp -va /lib/libreadline.so.4* /var/chroot-weed/lib/ 




    Than restart the pop3 proxy using webadmin.

    sorry for the inconvenience.

    Regards
    Gert 
      
Children