Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / sogo2 / pkg-message
1 [
2 { type: install
3   message: <<EOM
4 SOGo 2 was installed
5
6 In order to run the sogo daemon (sogod), you will need to create and configure
7 the main configuration file, e.g.:
8
9 cp -p ${LOCALBASE}/etc/sogo/sogo.conf.sample ${LOCALBASE}/etc/sogo/sogo.conf
10
11 And to allow the service to run at system startup, add sogod_enable="YES"
12 in your rc.conf.
13
14
15 If you need to allow email alarms (notifications) for calendar events, copy
16 the sample credentials file:
17
18 cp -p ${LOCALBASE}/etc/sogo/ealarms-notify.creds.sample \
19  ${LOCALBASE}/etc/sogo/ealarms-notify.creds
20
21 Then replace the username:password with appropriate credentials for SMTP AUTH
22 sending capabilities.
23
24 Then copy the sample cron executable:
25
26 cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample \
27  ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify
28
29 And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
30
31 Then add the following lines to the root users' crontab (crontab -e):
32
33 # Process email reminders every minute
34 * * * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-ealarms-notify
35
36
37
38 If you need to automatically purge vacation messages from users sieve scripts,
39 copy the sample credentials file:
40
41 cp -p ${LOCALBASE}/etc/sogo/expire-autoreply.creds.sample \
42  ${LOCALBASE}/etc/sogo/expire-autoreply.creds
43
44 Then replace the username:password with appropriate credentials for your
45 IMAP servers' sieve account.
46
47 Then copy the sample cron executable:
48
49 cp -p ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample \
50  ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply
51
52 And edit this file to suit your server timezone (e.g. TZ=Africa/Algiers).
53
54 Then add the following lines to the root users' crontab (crontab -e):
55
56 # Vacation messages expiration
57 # The credentials file should contain the sieve admin credentials (username:passwd)
58 0 0 * * * ${LOCALBASE}/GNUstep/Local/Tools/Admin/cron-expire-autoreply
59
60
61 For more information about using SOGo, visit:
62 http://www.sogo.nu/downloads/documentation.html
63 EOM
64 }
65 ]