openbsd-ports/mail/dovecot/pkg/MESSAGE
alek 58c02a7bc4 - Move notice from INSTALL to MESSAGE
- Replace (DE)INSTALL with @sample, @new(group|user)
- Bump PKGNAME

ok naddy@ brad@
2004-11-24 21:10:53 +00:00

17 lines
547 B
Plaintext

Files to facilitate the generation of a self-signed
certificate and key for Dovecot have been installed:
/etc/ssl/dovecot-openssl.cnf (Edit this accordingly!)
${PREFIX}/sbin/dovecot-mkcert.sh
If this has been or will be accomplished by other means,
use the following paths for the files:
/etc/ssl/dovecotcert.pem
/etc/ssl/private/dovecot.pem
If you wish to have Dovecot started automatically at boot time,
simply add the follow lines to /etc/rc.local:
if [ -x ${PREFIX}/sbin/dovecot ]; then
echo -n ' dovecot'; ${PREFIX}/sbin/dovecot
fi