summaryrefslogtreecommitdiff
path: root/community-testing/courier-imap/courier-imap.install
blob: 9046777a740ef897f2e291fb3cc31ac3cb4dea3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_upgrade() {
  echo "Please migrate to the new daemon format:"
  echo "/etc/rc.d/courier-imap has been split into separate daemons:"
  echo "    imapd, imads-ssl, pop3d, pop3d-ssl"
  echo "This elimates the need for /etc/conf.d/courier-imap"
  echo "Update your /etc/rc.conf and manually add the desired daemons. Make sure"
  echo "you first start authdaemond before any other of these daemons."
  echo "Example prior to this change:"
  echo "    DAEMONS=( ... courier-imap ...)"
  echo "Example after this change:"
  echo "    DAEMONS=( ... authdaemond imapd imapd-ssl pop3d pop3d-ssl ... )"
  echo "This allows better control over the daemons and will generate"
  echo "correct entries in /run/daemons"
  echo "An old configuration will keep working but please do migrate in time"
  echo "as support for this will be removed some time in 2012."
}