Changes between Version 3 and Version 4 of clearing-spam-backscatter-from-mailq


Ignore:
Timestamp:
Oct 5, 2012, 3:49:33 PM (12 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • clearing-spam-backscatter-from-mailq

    v3 v4  
    2626
    2727For this example lets call the user `spam-account`, with an email of `spam-account@example.com`.
    28 
    29 = Disabling the culprit =
    30 
    31 The members control panel allows you to disable account, which will prevent it from being used to relay mail without deleting any data and in a way that can easily be re0-enabled later.
    32 
    33 After disabling the account in the control panel, restart saslauthd on the server to flush the cache and prevent the user account from being used to relay more mail:
    34 
    35 {{{
    36 /etc/init.d/saslauthd restart
    37 }}}
    3828
    3929= Figuring out where all the spam lives =
     
    8171
    8272== Step 0: Disable the account ==
    83 Log into the control panel, and find  `spam-account@example.com` and disable it.
     73Log into the control panel, and find the spam-account user account and disable it. You must disable the user account to prevent more relaying from happening. Disabling the email address will not stop relaying from happening.
     74
     75After disabling the account in the control panel, restart saslauthd on the server to flush the cache and prevent the user account from being used to relay more mail:
     76
     77{{{
     78/etc/init.d/saslauthd restart
     79}}}
     80
    8481
    8582== Step 1: Stop postfix ==