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

Unable to access "proxy content manager"

I have the latest Astaro running here with SMTP proxy enabled. Over the weekend there must have come a lot of messages, now I cannot access "proxy content manager" any more. The browser loads and loads and loads and timeouts.

How can I delete/manage this on the system?  


This thread was automatically locked due to age.
Parents
  • Ok, to reply on myself.

    The stuff is stored locally on /var/chroot-smtp/spool/Finput and Fmsglog.
    I had about 200.000 Emails in there, mostly created by the "sender verification"
    and virus protection (Sobig) tab. I deleted them by hand an can access the
    proxy content manager now.  
  • 200K e-mails, that's impressing [;)]  
  • Yea, too much. Is there a way to blackhole them directly rather then putting them into quarantine?  
  • go to proxy smtp virus protection reject or blackhole
    you have also other options you can select there  
  • I've tried to set SMTP to backhole but all POP3-virii still appear in the proxy content manager.   
  • POP3 does not have the option "blackhole". 
    Here is a hack that will simulate it:
    • Create the /var/chroot-pop3/dev/null special file (if you want to delete something you have to have /dev/null). It is not enough just to copy the /dev/null  , you have to either create it using mknod or by taring /dev/null from the / partition and untaring it to /var/chroot-pop3.

    • Edit your /var/chroot-pop3/etc/request-template.xml and find each appearance of the line:

      and replace the //::JAIL_DEST::// with /dev/null

    • restart the pop3 proxy by running /sbin/init.d/pop3 restart
       
    [/list]  

    Now the pop3 proxy will try to jail the mail to /dev/null thus effectively deleting it.          
  • two questions:
    will this work in v4?  also you said you ahve to create the special file.  HOw do you reate this special file?  if this works for v4 i will be hacking mine immediatly as soon as i figure out how to create the /dev/null file..[:)]  Could you not cd to the directory mentioned then create the file directly there?  

    [ QUOTE ]
    POP3 does not have the option "blackhole". 
    Here is a hack that will simulate it:
    • Create the /var/chroot-pop3/dev/null special file (if you want to delete something you have to have /dev/null). It is not enough just to copy the /dev/null  , you have to either create it using mknod or by taring /dev/null from the / partition and untaring it to /var/chroot-pop3.

    • Edit your /var/chroot-pop3/etc/request-template.xml and find each appearance of the line:

      and replace the //::JAIL_DEST::// with /dev/null

    • restart the pop3 proxy by running /sbin/init.d/pop3 restart
       
    [/list]  

    Now the pop3 proxy will try to jail the mail to /dev/null thus effectively deleting it.           

    [/ QUOTE ]
  • what if /var/chroot-pop3/etc/request-template.xml does not exist?
Reply Children
No Data