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_MANAGESIEVE" == "y" ]]; then
message "${MESSAGE_COLOR}"
message "You have enabled the managesieve server patch but you still need to"
message "enable it in the config file. To do so the following lines should help"
message "####"
message "# Add managesieve to protocols"
message "protocols = managesieve"
message "# Configure the managesieve protocol"
message "protocol managesieve {"
message "   listen = *:2000"
message "   login_executable = /usr/libexec/dovecot/managesieve-login"
message "   mail_executable = /usr/libexec/dovecot/managesieve"
message "}"
message "####${DEFAULT_COLOR}"
fi
