On Thu, 31 Jul 2003, himbA wrote: > Hello > > I'm new to the list. > I would like to get some pointers for using imapd in mixed enviroment clients, > winxp and suse linux 8.2. my server is using imap that came with suse > distribution, it is compiled with MD5 support by default, and I have to use a > certificate that is not signed by CA. Every time email client (outlook) is > started i get a warning about certificate not being signed by CA... > /novalidate-cert option is supposed to solve this problem, but i haven't been > able to make it work with outlook. > > How can i enable it ?
You can't use /novalidate-cert, that option is only available for programs using c-client. There are two possible solutions, either disable SSL (not MD5) or tell Outlook to trust the certificate. Obviously, the latter is preferred. I believe Outlook uses the same certificate settings as IE, you can find them in "Internet Settings" or something like that. Import your certificate there.
