Microsoft CRM and IBM Lotus Notes Domino seem to be taking completely different paths and if company is Microsoft oriented - we see MS CRM, MS Exchange, MS SQL Server, SharePoint, etc. In the case of Lotus Domino - it is opposite - Lotus is corporate Information Media and could technically play CRM role with […]
Read More… (From Technology News for your Daily Use)

When you visit department stores and see that majority of the apparels are produced in other countries, not US - you probably do not worry about this fact. About 10 years ago, when Clinton’s high tech era was at the inception - we saw the signs of high tech professionals inflow in the USA from […]
Read More… (From Technology News for your Daily Use)

Tell me why, I don’t like Hotmail…

Column I’m trying very hard to be sympathetic towards Hotmail, and I’m failing, badly.
Read More… (From The Register - Security: Spam)

Importance of Network Monitoring A LearnsSecurityOnline.com Articlehttp://www.learnsecurityonline.com Learn Security Online, Inc. 2004-2005ContentsIntroduction Ethernet Internet Protocol TCP,UDP and ICMP Tcpdump Basics Ethereal Dsniff Snort and IDS Fundamentals Putting it togetherIntroduction ————Reading network traffic is essential for system administrators, network engineers, and security analysts. At some point there will be a need to read the network […]
Read More… (From Technology News for your Daily Use)

Tell me why, I don’t like Hotmail…Column I’m trying very hard to be sympathetic towards Hotmail, and I’m failing, badly.Original post by Dougal and powered by Img Fly
Read More… (From The War on Spam)

Recently, while checking our company web site statistics, we noticed a number of referrals from gambling and pornography sites. Since we are certain these types of sites would not house links to us, we investigated further and determined that some of our faithful visitors may be the victims of adware or spyware.What is adware?Adware, in […]
Read More… (From Technology News for your Daily Use)

A quick overview on the evolution of keyloggers and spy software and their “antispy” counterpart ————–They started off as tiny, little programs that computer geeks and programmers used to log and monitor keystrokes for personal use, but eventually someone realized that these applications known as “keyloggers” would be one of the easiest applications to market […]
Read More… (From Technology News for your Daily Use)

Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics and eEnterprise are Dexterity-written applications. Also small business line: Microsoft Small Business Manager or Small Business Financials is written in Dexterity and uses the same code base as Great Plains.The history of the Dexterity. Great Plains Dexterity - is proprietary programming language and technology, designed […]
Read More… (From Technology News for your Daily Use)

From the Techdirt Blog… from the competition-is-getting-tough dept Stock spam has become even more popular over the last year or so, as there’s increasing evidence that it works for the spammers as an easy … via Techdirt
Read More… (From Email Spam News)

I am a big fan of the Exchange 2003 SP2 Intelligent Message Filter. It is *free* and *easy* to configure. via Jim McBee’s Mostly Exchange Web Log
Read More… (From Email Spam News)

Is a data backup solution part of your computer plans? Do you have a way to protect yourself if something goes wrong with your computer or data? Computers are a useful part of our lives but we don’t always protect ourselves from their loss be it fire, theft or hardware failure.We often don’t consider how […]
Read More… (From Technology News for your Daily Use)

Adobe Photoshop is one of the world’s leading graphics editing programs, developed by Adobe Systems. Available on Mac OS or PC, Photoshop is used as one of the leading image design programs for the World Wide Web. The most recent version of Photoshop, or Photoshop CS2, “bridges” between other Adobe products such as Image Ready, […]
Read More… (From Technology News for your Daily Use)

Selecting motherboard is really simple. As name suggests “Motherboard” acts as a protective mother of CPU, RAM and other add on cards since these components stand firmly on motherboard.Number of devices have been integrated on motherboard over a period of time. Now a days motherboard with onboard features is more popular in Branded PCs. Onboard […]
Read More… (From Technology News for your Daily Use)

This article describes the basic properties of color, what the relationships are between them and the differences between what you see and what you actually get using your inkjet cartridges.PropertiesMost of you will have come across these three; Hue, Saturation and Brightness; if you have ever messed around with color settings of your images.Hue: For […]
Read More… (From Technology News for your Daily Use)

This is my first post in my series on email authentication. In order to understand how to authenticate the sender of an email, we need to understand how email works. I remember back in my 4th year of university when we learned how to send “fake” email. The basic idea behind this was that we could send email to whoever we wanted to and specify any return address we wanted, even a domain that didn’t exist. So, I sent a few fake messages to friends of mine. At the time, it never occurred to me that ethically-challenged people could seriously exploit this for nefarious purposes. In this post and the next one, I am going to summarize the information found this page from stopspam.org (ie, most of this material was not originally written by me). That’s a very good web page that provides a coherent overview of email headers. If you’re like most internet users (including myself) and rarely bother clicking links, then read on. To begin with, let’s try to understand how email gets from point A to point B. Email travels through connections called ports. To keep track of all the different connections, the ports are numbered. Port 25 is the one that is used to transmit and receive email. When a computer attempts to transmit email, it opens a connection to port 25 and attempts to transmit using the Simple Mail Transfer Protocol, or SMTP. This whole transaction depends on five commands which constitute the core of SMTP: HELO, MAIL FROM, RCPT TO, DATA, and QUIT. HELO identifies the sending machine. “HELO mail.tzink.com” should be read as “Hello, I’m mail.tzink.com”. However, the sender does not necessarily have to tell the truth; in fact, nothing prevents the sender from saying “Hello, I’m bonjour.hola.guten-tag” or “Hello, I’m woozle.wozzle.gov”, or even “Hello, i.am.not.configured.properly”. However, in most circumstances, the receiver has some tools with which to discover this and find out the sending machine’s real identity. MAIL FROM is the command that initiates the mail processing. It means “I have mail to deliver from so-and-so”. The address that is specified becomes envelope From or envelope sender and it does not need to be the same as the sender’s own address! This apparent security hole is inevitable (after all, the receiving machine doesn’t know anything about who has what username on the sending machine), but in certain circumstances it turns out to be a useful feature. RCPT TO is the flip-side to MAIL FROM; it specifies the intended recipient of the message. One piece of mail can be sent to multiple recipients by including multiple RCPT TO commands. The specified address becomes the envelope To, which is also referred to as the envelope recipient. It is this recipient that determines who the mail will be delivered to, regardless of what the To: line in the message says. DATA starts the actual mail entry. Everything entered after a DATA command is considered to be part of the message and there are no restrictions on its form. Lines at the beginning of the message (before the first blank line) that start with a single word and a colon are considered to be headers by most mail programs. A line consisting only of a period terminates the message. QUIT terminates the connection. Below is an example mail conversation between the sending domain, tzink.net, and the recipient domain, tzink-is-awesome.com. The commands in bold are the transmitting machine while the ones in normal text are the recipient machine.

220 mailhost.tzink-is-awesome.com ESMTP Sendmail 8.8.5/1.4/8.7.2/1.13; Fri, Jun 15 2007 14:38:58 -0800 (PST)
HELO mail.tzink.net
250 mailhost.tzink-is-awesome.com Hello mail.tzink.net [292.13.130.22], pleased to meet you
MAIL FROM: me@tzink.net
250 me@tzink.net… Sender ok
RCPT TO: me@tzink-is-awesome.com
250 me@tzink-is-awesome.com… Recipient ok
DATA
354 Enter mail, end with “.” on a line by itself
Received: from svengali.tzink.net (svengali.tzink.net [264.81.13.12]) by mail.tzink.net (8.8.5) id 004A21; Fri, Jun 18 2007 14:36:17 -0800 (PST)
From: Terry Zink <my.alias@tzink.net>
To: me@tzink-is-awesome.com
Date: Fri, Jun 15 2007 14:36:14 PST
Message-Id: <elmsley-flushtration-484@mail.tzink.net>
Subject: How’s it going?
So this is pretty cool, I’m sending an email message.

– tzink
.
250 FAA214578 Message accepted for delivery
QUIT
221 mailhost.tzink-is-awesome.com closing connection

Note the five important commands, HELO, MAIL FROM, RCPT TO, DATA, and QUIT. That’s the basics of what it takes to send an email.
Read More… (From Terry Zink’s Anti-spam Blog)

After reading this good article you will know some important information about screensavers and their history. You will find out how screensavers are different from other applications and what advantages you’ll have if you use them. If you have a laptop or a notebook you can also find useful things.I wonder if you have ever […]
Read More… (From Technology News for your Daily Use)

Not sure what Windows registry is or how it works? Don’t worry - there are tools that can take care of all registry related tasks for you, even if you are a seventy six year old who never used computer before. These are the tools that optimize your registry and make your PC run faster.Registry […]
Read More… (From Technology News for your Daily Use)

« Previous Entries Next Entries »