Wednesday, October 24, 2007

"premature EOM: unexpected close" & DNSBL in SendMail

Mails from some of the accounts (but not all) from a site (a business partner in S'pore of my office) were not received since yesterday.
Then I checked the sendmail log. Following lines showing the error was found:

Oct 24 10:14:57 server sendmail [11672]: l9O2EM2Q011672: collect: premature EOM: unexpected close
Oct 24 10:14:57 server sendmail [11672]: l9O2EM2Q011672: collect: unexpected close on connection from dmzxxx.yyy.com, sender=<zzz@yyy.com>
Oct 24 10:14:57 server sendmail [11672]: l9O2EM2Q011672: from=<zzz@yyy.com>, size=0, class=0, nrcpts=3, proto=ESMTP, daemon=MTA, relay=dmzxxx.yyy.com [111.222.333.444]

Lookup the problem from google and finally, thanks God, found lights to the solution. (http://www.outofcontrol.ca/2007/02/28/sendmail-collect-premature-eom-unexpected-close-solution/)
It is found to be something wrong with the DNS Black List being used in the sendmail configuration file.
--> One of the open DNSBL, relays.ordb.org, was no longer responding.

According to DNS Blacklist ORDB.org is shutting down the relays.ordb.org DNSBL has been shut down since 18 December 2006.

By removinig that DNSBL, mails from those accounts are received correctly.

Now we use 3 DNSBL in the sendmail:

  • zen.spamhaus.org
  • list.dsbl.org
  • dnsbl.sorbs.net

I think checking the DNSBL sites from time to time to ensure they are working properly is necessary.

Don't really understand the connection between the error and the DNSBL terminations. The questions are:
  • Not all mails from the same site cannot arrive. One of the account from that site can arrive successfully.
  • The error only found these 2 days but the DNSBL of ordb.org has been stop working since 18 Dec 2006!! ??

Anyway, the problem solved.

Wednesday, October 17, 2007

Cannot connect to the internet after removing trojan

A colleague receive an MSN message with a linkage to the site: www. blogo .tw (intentionally add the space to avoid the auto hyperlinkage). Once clicked, a trojan is installed to the PC. (Actually, 2 files added, 1 is the C:\WINDOWS\system32\od3mdi.dll and the other is C:\DOCUMENT AND SETTINGS\USER's PROFILE\LOCAL SETTINGS\Temp\RarSFX0\z.exe). Both files are detected by the anti-virus program and were quarantineed.

However, the headache does not finish. the user's PC cannot connect to the internet.
The other symptom is when trying to use the "ping" command, it replies with a ? and a loud "bit" sound.
Pinging ? with 32 bytes of data:
Reply from 192.168.1.89: bytes=32 time=15ms TTL=247

Finally, it is found that something wrong with the Winsock. TCP/IP stack is corrupted. When the trojon melware installed, it changed some Registry Keys. Antivirus programs, adaware or spybot removed the melware but not correcting the registry keys.

Solution: fix the winsock with winsockxpfix.

The tool works fine for the PC. The problem solved after launching the tool and reboot the PC!

Reference: http://www.iup.edu/house/resnet/winfix.shtm
http://272586.blogspot.com/2007/07/winsockxpfixie.html

Tuesday, August 28, 2007

Enable the NUM LOCK key for the logon screen

1.Run Registry Editor (Regedt32.exe).
2.Navigate to HKEY_USERS\.Default\Control Panel\Keyboard.
3.Change the value for InitialKeyboardIndicators from 0 to 2.

Source: http://support.microsoft.com/kb/154529

Change the port for Remote desktop

Enter the desired port no. in the registry:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber

Thursday, July 26, 2007

Tibet Slideshow



No my work. I just found these wonderful photos from the web accidentally.
Wonder when will I have this photographic skill.

Wednesday, May 30, 2007

Locations of Emotions in MSN Messenger Live 8.1

Backup this folder for future restore of those Emotion icons:

C:\Documents and Settings\"User Profile"\Local Settings\Application Data\Microsoft\Messenger\"MSN Account"\ObjectStore\CustomEmoticons

Wednesday, May 23, 2007

Cannot change password with OWA (Error number: -2147024891)

The OWA change password function not working. It returns the "Error number: -2147024891".

After searching from the web, the authentication account of the IIS may be the source of the problem. I follow the suggestion of this site to create a new user for the authentication: (http://forums.msexchange.org/Owa_Error_-2147024891_while_changing_password/m_170043200/tm.htm)

Mmmu...the problem seems to be solved, partly.

More relevant sites, although not the solution to my problem:

http://www.veloci.dk/forum/topic.asp?TOPIC_ID=127
http://support.microsoft.com/kb/301428
http://www.msexchange.org/tutorials/Securing-Exchange-Server-2003-Outlook-Web-Access-Chapter5.html

The problem is solved partly because other accounts can change the password through OWA but NOT MY OWN ACCOUNT!! :<

So...still troubleshooting (due to the Group Policy? or other settings of my account?).

Anyway, at least the boss' concern is solved. Thanks God!