Changes between Initial Version and Version 1 of faq/abandoned-mailbox


Ignore:
Timestamp:
Nov 21, 2012, 2:12:13 AM (13 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/abandoned-mailbox

    v1 v1  
     1= Abandoned Mailbox =
     2
     3An abandoned email account is a user account that is configured to recieve email that has not logged in to check for email in over 180 days.
     4
     5Many MF/PL users for a variety of reasons abandon their email accounts. Abandoned email accounts use of valuable hard disk space and consume value resources as each incoming messages is evaluated so it can be given a spam score.
     6
     7To avoid spending resources on abandoned email accounts, we run periodic checks to determine if an account is abandoned.
     8
     9 * If you have not checked your mail in 180 days, your email account will be considered abandoned and we will refuse to accept new email. People who send messages will get a bounce.
     10
     11 * Email addresses that forward to other email addresses are not affected. Only email addresses that deliver mail to a MF/PL user account are affected
     12
     13 * Within 30 minutes of checking your email account, the bounce will be lifted
     14
     15 * You will not recieve mail that was bounced once the bounce is lifted
     16
     17How does it work?
     18
     19 * One a day, a script iterates over every user account on our servers with a Maildir. If it finds a message in your Maildir/new folder that is older than 180 days, your user account is logged
     20 * Every thirty minutes, the list of abandoned user accounts is reviewed. If the Maildir/new directory contains a file more than 2 days old, it is considered to be still abandoned. Every email address that delivers to this user account will be put in the bounce list (grep "[[:space:]]$user\$" "/etc/postfix/virtual_alias_maps" | cut -f1 | sort | uniq). If the Maildir/new directory does not contain any files older than 2 days, then all email addresses will be removed from the bounce list.
     21