message "${MESSAGE_COLOR}Use the following script to generate certificates for IMAP and POP3:${DEFAULT_COLOR}"
message "${MESSAGE_COLOR}sudo $GRIMOIRE_DIR/http/httpd-dev/mksscert.sh <imap|pop3>${DEFAULT_COLOR}"
message "Or get a fully free certificate from http://www.cacert.org for various purposes"

if [[ "$DOVECOT_PIGEONHOLE" == "y" ]]; then
message "${MESSAGE_COLOR}"
message "For further info about Pigeonhole look on:"
message "http://wiki2.dovecot.org/Pigeonhole/ManageSieve/Configuration#migration"
message "http://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#migration"
message "http://pigeonhole.dovecot.org/documentation.html"
message "${DEFAULT_COLOR}"
fi
