Subversion Repositories sysadmin_scripts

Rev

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

Rev 50 Rev 54
Line 20... Line 20...
20
                                     'deleteOnSuccess' => '1', # after successful copy, delete message on source
20
                                     'deleteOnSuccess' => '1', # after successful copy, delete message on source
21
                                     'deleteEmptyFolders' => '1' # if any folder is empty (except system folders), delete it
21
                                     'deleteEmptyFolders' => '1' # if any folder is empty (except system folders), delete it
22
                                   },
22
                                   },
23
                       'target' => {
23
                       'target' => {
24
                                   'server' => 'localhost',
24
                                   'server' => 'localhost',
25
                                   'hierarchy' => '<path>' # Store message in same path on target that it was on source
25
                                   'hierarchy' => '<path>', # Store message in same path on target that it was on source
-
 
26
                                   'sleeptime' => '0.5', # time to sleep between messages, in seconds, to allow dovecot to catch up
26
                                 },
27
                                 },
27
                     },
28
                     },
28
          'accounts' => {
29
          'accounts' => {
29
                          'user@example.com' => {
30
                          'user@example.com' => {
30
                                                  'testing' => '1',
31
                                                  'testing' => '1',