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

Resolve Hostname on AIX

host “hostname”

e.g.

host “myhost”

Output:

myhost is 10.11.212.134,  Aliases:   wkms2

Posted in Unix | Tagged , | Leave a comment

How to enable telnet in Windows Server 2008

http://www.elmajdal.net/win2k8/how_to_enable_telnet_in_windows_server_2008.aspx

Posted in Uncategorized | Tagged , | Leave a comment

Mounting Unix-based NFS Share on Windows Server 2003 (Draft)

http://bhanderi.dk/how-tos/sfu_nfs_client.php

Posted in Windows | Tagged , | Leave a comment

Password-less logins with OpenSSH on AIX

http://www.debian-administration.org/articles/152

Posted in Unix | Tagged , , | Leave a comment