# IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # bos72D src/bos/etc/imapd/imapd.cf 1.2 # # Licensed Materials - Property of IBM # # COPYRIGHT International Business Machines Corp. 2015 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG #================================================================== # # Sample IMAP Server Configuration File # #================================================================== #================================================================== # Uncomment the line below to Disable SSL v2 for the imap server. # # Disable SSL V2 ---> SSL_OP_NO_SSLv2 YES # Allow SSL V2 ---> SSL_OP_NO_SSLv2 NO # # #SSL_OP_NO_SSLv2 YES #================================================================== # Uncomment the line below to Disable SSL v3 for the imap server. # # Disable SSL V3 ---> SSL_OP_NO_SSLv3 YES # Allow SSL V3 ---> SSL_OP_NO_SSLv3 NO # # #SSL_OP_NO_SSLv3 YES #================================================================== # Uncomment the line below to use the user provided cipher list # for the imap server. Parser logic expect Cipher string within " ". # # #SSL_CIPHER_LIST "ALL:!LOW"