Subversion Repositories sysadmin_scripts

Rev

Rev 42 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

---
#
# this was generated by running
# ./confToYAML.pl < archiveIMAP.cfg.sample > archiveIMAP.yaml.sample
#
accounts:
  user2:
    source:
      password: 'imap password'
      username: user@example.com
    target:
      password: 'imap password'
      username: user_archive@archive.example.com
  user@example.com:
    enabled: 1
    source:
      age: 1Y
      deleteEmptyFolders: '1'
      deleteOnSuccess: '0'
      ignore:
        - ThisIsSpam
        - ThisIsNOTSpam
        - ToProcess
      password: 'imap password'
      server: smtp.example.com
      system:
        - Trash
      username: user@example.com
    target:
      hierarchy: <path>^<year>^<month>
      password: 'imap password'
      server: archive.example.com
      username: user_archive@archive.example.com
    testing: '1'
default:
  enabled: 1
  source:
    age: 18M
    deleteEmptyFolders: '1'
    deleteOnSuccess: '1'
    ignore:
      - 'Deleted Messages'
      - Drafts
      - 'Junk E-mail'
      - Junk
      - Trash
    server: localhost
    system:
      - Outbox
      - 'Sent Items'
      - INBOX
  target:
    hierarchy: <path>
    server: localhost
  testing: '1'