POP3, POPS, IMAP4, IMAPS on Exchange 2007

I know this is a little unusual for me to post on Windows stuff, but might as well pass on the information. Exchange 2007, has a Power or Management Shell (which is surprising similar to Linux/UNIX). Here’s how you enable POP, POPS, IMAP, and/or IMAPS on Exchange 2007 (with Service Pack 1 you can now do this through the GUI):

POPS (POP3 with SSL):

Set-PopSettings -SSLBindings: IPaddress:Port

POP3 (POP3 without SSL):

Set-PopSettings -UnencryptedOrTLS Bindings IPaddress:Port

IMAPS (IMAP4 with SSL):

Set-ImapSettings -SSLBindings: IPaddress:Port

IMAP4 (IMAP4 without SSL):

Set-ImapSettings -UnencryptedOrTLSBindings IPaddress:Port





Please VOTE for this page at: ADD TO DEL.ICIO.US | ADD TO DIGG | ADD TO FURL | ADD TO NEWSVINE | ADD TO NETSCAPE | ADD TO REDDIT | ADD TO STUMBLEUPON | ADD TO TECHNORATI FAVORITES | ADD TO SQUIDOO | ADD TO WINDOWS LIVE | ADD TO YAHOO MYWEB | ADD TO ASK | ADD TO GOOGLE


Leave a reply