Re: Emergency

From: Henry Craven (IUnknown_at_Dot.Nyet)
Date: 11/04/04

  • Next message: Vicente Zambrano: "Block Attachment"
    Date: Fri, 5 Nov 2004 07:12:12 +1100
    
    

    A little late now as the horse has bolted but.....

    Lock down your system.

    Change -all- your Passwords, ( including the Admin Password ) and
    implement Complex "Pass Phrases" and forced expiry.

    Lock down those ports on your firewalls only open those you -absolutely-
    need.

    Scan your network for Viri/Worms/Trojans/Backdoors and general Malware.

    Clean up that puppy !

    How to block open SMTP relaying and clean up Exchange Server SMTP queues
    in Windows Small Business Server
    http://support.microsoft.com/default.aspx?scid=kb;en-us;324958

    -- 
    Henry Craven {SBS-MVP}
    CI Information Technology
        Melbourne Australia
    <Ineedtoknow@knowledge.com> wrote in message
    news:38ec01c4c2a8$e702ef40$a601280a@phx.gbl...
    > The emails are taking very long to go.
    > I checked the queues and I have 900 like 900 queues, most
    > of them with just info for postmaster@mydomain.com.
    > Other with messages from people outside the Exchange
    > organization sent to people outside the organization.
    > And also I saw the valid emails sittin in queue to take
    > off.
    > What can I do?  Thanks
    >
    

  • Next message: Vicente Zambrano: "Block Attachment"

    Relevant Pages

    • Re: Emergency
      ... Lock down your system. ... How to block open SMTP relaying and clean up Exchange Server SMTP queues ... > And also I saw the valid emails sittin in queue to take ...
      (microsoft.public.backoffice.smallbiz)
    • Re: Advice on a multithreaded netisr patch?
      ... Initial receipt and processing of packets on a single CPU ... global write lock, if briefly, for every packet. ... Neither 7.x nor 8.x supports multiple transmit queues as ...
      (freebsd-net)
    • Re: Reducing vm page queue mutex contention
      ... because this lock protects a lot of things: ... I would concentrate on entirely eliminating the use of the page queues lock from pmap_enterand pmap_removes_pages. ... While a mutex pool may ultimately be needed, I would start with a simpler approach and then reevaluate what should be the next step. ... The page queues lock is being used to synchronize changes to the page's dirty field and the PTE's PG_M bit against testing for dirty pages in the machine-independent code. ...
      (freebsd-arch)
    • Re: Question about vZOOM reference handling
      ... consumer message queues which go to two different consumer threads. ... But vZOOM still can be used here for readers. ... to just use a lock on the writer side. ...
      (comp.programming.threads)
    • Reducing vm page queue mutex contention
      ... because this lock protects a lot of things: ... the page queues lock dependency. ... Add a mutex pool for vm pages to protect the pv entries lists. ...
      (freebsd-arch)