movetopublic.cfg 571 B

12345678910111213141516171819202122232425
  1. #
  2. # Move mail to public configuration
  3. #
  4. # This configuration file is used by the dagent plugin 'movetopublic.py'
  5. # The default location is '/etc/kopano/movetopublic.cfg'
  6. # The user name for whom the rule applies
  7. # rule#_recipient =
  8. #
  9. # The folder name in the public where the message moved to
  10. # rule#_destination_folder =
  11. #
  12. #
  13. # Example:
  14. # rule1_recipient = username1
  15. # rule1_destination_folder = folderinpublic1
  16. #
  17. # rule2_recipient = username2
  18. # rule2_destination_folder = folderinpublic2
  19. #
  20. rule1_recipient = testuser
  21. rule1_destination_folder = testfolder