/usr/share/kopano-dagent/python/plugins/movetopublic.cfg is in kopano-dagent 8.5.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | #
# Move mail to public configuration
#
# This configuration file is used by the dagent plugin 'movetopublic.py'
# The default location is '/etc/kopano/movetopublic.cfg'
# The user name for whom the rule applies
# rule#_recipient =
#
# The folder name in the public where the message moved to
# rule#_destination_folder =
#
#
# Example:
# rule1_recipient = username1
# rule1_destination_folder = folderinpublic1
#
# rule2_recipient = username2
# rule2_destination_folder = folderinpublic2
#
rule1_recipient = testuser
rule1_destination_folder = testfolder
|