Hi to all, I'd like to know if it is possible to configure both POP3 and POP3S and IMAP4 and IMAP4S on Exchange 2007 SP1. Please, could you help me? TIA Vico
Hi, Yes it sure is possible to do that. First enable POP and IMAP: http://msexchangeteam.com/archive/2007/05/16/439093.aspx You have SP1 applied so you will be able to configure POP and IMAP under Server Configuration with in the Exchange Management Console. If you want to support both POP3/POP3S and IMAP4/IMAPS Under the 'authentication' tab for POP/IMAP on your Client Access Servers select: 'Plain text logon (Basic authentication). No TLS connection is required for the client to authenticate to the server Or if using integrated authentication: 'Plain text authentication logon (Integrated Windows authentication)., No TLS connection is required for the client to authenticate to the server. Both these settings will allow plain text authentication and TLS. Ensure you have a valid certificate in the certificate store for the server and specify it within the X.509 certificate field. You will find under the 'Binding' tab the IP's and Ports specified for the POP or IMAP virtual server. Note these are filled out by default, only change them if you are not using these services under the default IP of the server or you want non RFC compliant ports to be used. Oliver "Vico" wrote in message news:%23alTg8asIHA.4544@TK2MSFTNGP04.phx.gbl... > Hi to all, I'd like to know if it is possible to configure both POP3 and > POP3S and IMAP4 and IMAP4S on Exchange 2007 SP1. > > Please, could you help me? > > TIA > > Vico >
On Fri, 9 May 2008 10:31:46 +0200, "Vico" wrote: >Hi to all, I'd like to know if it is possible to configure both POP3 and >POP3S and IMAP4 and IMAP4S on Exchange 2007 SP1. > >Please, could you help me? > >TIA > >Vico > Sure. For authentication , I would recommend using Plain TExt Logon (Basic Authenticaiton) over SSL. You can choose that either in the GUI or via Powershell.
Thanks a lot to everybody!!! Now I have both POP3/IMAP4 and POP3S/IMAP4S with a "real" certificate!! Vico
Cool :-) Oliver