source /etc/sorcery/local/depends/imap

if [ "$USE_SSL" != "y" ]; then
    message "${MESSAGE_COLOR}Updating xinetd imap/pop3 files (without stunnel) ${DEFAULT_COLOR}"
    cp $SCRIPT_DIRECTORY/imapd-stunnel_withoutopenssl /etc/xinetd.d/imapd-stunnel   
    cp $SCRIPT_DIRECTORY/pop3-stunnel_withoutopenssl  /etc/xinetd.d/pop3-stunnel
fi                                                                            
