2007-07-18 07:49:14 -04:00
|
|
|
You now need to edit appropriately the Courier-IMAP configuration files
|
|
|
|
installed in ${SYSCONFDIR}/courier/.
|
2000-07-02 23:42:55 -04:00
|
|
|
|
2006-11-03 11:19:56 -05:00
|
|
|
Pay particular attention to the details in imapd.cnf, and read ssl(8) if
|
|
|
|
necessary. You MUST set the CN in imapd.cnf to the hostname by which
|
|
|
|
your IMAP server is accessed, or else clients will complain. When this
|
|
|
|
is done, you can use the 'mkimapdcert' script to automatically generate
|
|
|
|
a server certificate, which is installed into /etc/ssl/private/imapd.pem
|
2001-03-21 22:10:48 -05:00
|
|
|
|
2000-08-10 17:12:48 -04:00
|
|
|
To control the daemon use ${PREFIX}/libexec/imapd.rc and
|
2006-11-03 11:19:56 -05:00
|
|
|
${PREFIX}/libexec/imapd-ssl.rc, and to run the authdaemon, place the
|
|
|
|
following in /etc/rc.local:
|
2003-03-31 08:42:04 -05:00
|
|
|
|
2007-07-18 07:49:14 -04:00
|
|
|
mkdir -p /var/run/courier{,-auth}/
|
2006-11-03 11:19:56 -05:00
|
|
|
${PREFIX}/sbin/authdaemond start
|