diff options
Diffstat (limited to 'mail/davmail/files/pkg-message.in')
-rw-r--r-- | mail/davmail/files/pkg-message.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/davmail/files/pkg-message.in b/mail/davmail/files/pkg-message.in index 403be88dd1e0..a60b57f47058 100644 --- a/mail/davmail/files/pkg-message.in +++ b/mail/davmail/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM In order to connect to several exchange servers, it is needed setup davmail profiles. You have to set davmail_profiles in rc.conf, and configure %%LOCALBASE%%/etc/davmail.<profile_name>.properties properly. Example: @@ -7,3 +10,6 @@ davmail_profiles="exchange1 exchange2" You can also disable an specific profile by mean of davmail_<profile_name>_enable="NO" in rc.conf. +EOM +} +] |