Some people didn't know how to setup up POP3 or IMAP4 on Exchange 2007 this is because Exchange 2007 always uses encrypted method when communicating server 2 server, client 2 server
so to enable POP3 or IMAP4 on Exchange 2007 do the following:
start the POP3 and IMAP4 services
enable users for POP3 and IMAP4 using:
set-casmailbox User -popenabled $true -imapenabled $true
or if you have large accounts use:
get-mailbox | set-casmailbox -popenabled $ true - imapenabled $true
set the login type to plain text(Not Encrytped)
set-popsettings - logintype plaintextlogin
restart the POP3 and IMAP$ services
No comments:
Post a Comment