Subversion Repositories sysadmin_scripts

Rev

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

Rev 42 Rev 50
Line 1... Line 1...
1
---
1
---
-
 
2
#
-
 
3
# this was generated by running
-
 
4
# ./confToYAML.pl < archiveIMAP.cfg.sample > archiveIMAP.yaml.sample
-
 
5
#
2
accounts:
6
accounts:
-
 
7
  user2:
-
 
8
    source:
-
 
9
      password: 'imap password'
-
 
10
      username: user@example.com
-
 
11
    target:
-
 
12
      password: 'imap password'
-
 
13
      username: user_archive@archive.example.com
3
  user@example.com:
14
  user@example.com:
4
    age: 1.5Y
-
 
5
    enabled: 1
15
    enabled: 1
6
    source:
16
    source:
7
      age: 1Y
17
      age: 1Y
8
      deleteEmptyFolders: '1'
18
      deleteEmptyFolders: '1'
9
      deleteOnSuccess: '0'
19
      deleteOnSuccess: '0'
Line 17... Line 27...
17
        - Trash
27
        - Trash
18
      username: user@example.com
28
      username: user@example.com
19
    target:
29
    target:
20
      hierarchy: <path>^<year>^<month>
30
      hierarchy: <path>^<year>^<month>
21
      password: 'imap password'
31
      password: 'imap password'
22
      server: smtp.dailydata.net
32
      server: archive.example.com
23
      username: user_archive@archive.example.com
33
      username: user_archive@archive.example.com
24
    testing: '1'
34
    testing: '1'
25
default:
35
default:
26
  enabled: 1
36
  enabled: 1
27
  source:
37
  source:
Line 32... Line 42...
32
      - 'Deleted Messages'
42
      - 'Deleted Messages'
33
      - Drafts
43
      - Drafts
34
      - 'Junk E-mail'
44
      - 'Junk E-mail'
35
      - Junk
45
      - Junk
36
      - Trash
46
      - Trash
37
    server: smtp.example.com
47
    server: localhost
38
    system:
48
    system:
39
      - Outbox
49
      - Outbox
40
      - 'Sent Items'
50
      - 'Sent Items'
41
      - INBOX
51
      - INBOX
42
  target:
52
  target:
43
    hierarchy: <path>
53
    hierarchy: <path>
44
    server: archive.example.com
54
    server: localhost
45
  testing: '1'
55
  testing: '1'