Tag Archives: exchange

How to connect to your MS Exchange Account (Mail, Contacts, Calendar…etc) from Linux

Just go to Online Accounts -> Microsoft Exchange -> Type your e-mail and password! This basically connects using Exchange Web Services (EWS). If this doesn’t work out with you, click on custom and enter your username and server. I had … Continue reading

Posted in Linux | Tagged , , , , , , , , , , | Leave a comment

POP3 Error: “ERR Command is not valid in this state” when connecting to Exchange 2010

In order to fix the problem, issue the following command at the Exchange shell, which allows Exchange POP to use plain text credentials: Set-PopSettings -LoginType PlainTextLogin Then restart the POP3 service, that’s it! Source: http://support.qualityunit.com/knowledgebase/supportcenter/troubleshooting/user-error-command-is-not-valid-in-this-state..html

Posted in Windows | Tagged , | 3 Comments