Subversion Repositories sysadmin_scripts

Rev

Rev 37 | Rev 42 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37 Rev 38
Line 7... Line 7...
7
                              },
7
                              },
8
                              'target' => {
8
                              'target' => {
9
                                 'server'    => 'archive.example.org',
9
                                 'server'    => 'archive.example.org',
10
                                 'username'  => 'me_archive@example.org',
10
                                 'username'  => 'me_archive@example.org',
11
                                 'password'  => 'SomeReallyCoolPassword',
11
                                 'password'  => 'SomeReallyCoolPassword',
-
 
12
                                 'hierarchy' => 'INBOX/%Y/%m/'
12
                              },
13
                              },
13
                              'age'    => floor(365*1.5), # 18 months
14
                              'age'    => floor(365*1.5), # 18 months
14
                              'ignore' => [ 'ThisIsSpam','ThisIsNOTSpam', 'ToProcess' ],
15
                              'ignore' => [ 'ThisIsSpam','ThisIsNOTSpam', 'ToProcess' ],
15
                              'deleteOnSuccess' => 1,
16
                              'deleteOnSuccess' => 1,
16
                              'deleteEmptyFolders' => 1,
17
                              'deleteEmptyFolders' => 1,
Line 23... Line 24...
23
                              },
24
                              },
24
                              'target' => {
25
                              'target' => {
25
                                 'server'    => 'mail.example.org',
26
                                 'server'    => 'mail.example.org',
26
                                 'username'  => 'me2_archive@example.org',
27
                                 'username'  => 'me2_archive@example.org',
27
                                 'password'  => 'SomeReallyCoolPassword',
28
                                 'password'  => 'SomeReallyCoolPassword',
-
 
29
                                 'hierarchy' => ''
28
                              },
30
                              },
29
                              'age'    => 365*2, # two years
31
                              'age'    => 365*2, # two years
30
                              'ignore' => [ 'ThisIsSpam','ThisIsNOTSpam', 'Archives', 'Archive' ],
32
                              'ignore' => [ 'ThisIsSpam','ThisIsNOTSpam', 'Archives', 'Archive' ],
31
                              'deleteOnSuccess' => 1,
33
                              'deleteOnSuccess' => 1,
32
                              'deleteEmptyFolders' => 1,
34
                              'deleteEmptyFolders' => 1,