September 16, 2005

Send mail via telnet

From tech-recipes.com

Description -
Commands to send an email via telnet, can also be used to test for an open relay.

Details in complete entry

Directions -
First, determine the MX for the domain in question:
nslookup
set type=mx
mydom.com

should return something like:
Server: ns2.mydom.com
Address: 192.168.1.10
mydom.com preference = 10, mail exchanger = mx.mydom.com
mydom.com nameserver = ns.mydom.com
mx.mydom.com.com internet address = 1.1.1.1
mx2.mydom.com internet address = 1.1.1.2

The last two lines tell you about the mail server (MX = Mail Exchange). In this case, 1.1.1.1 and 1.1.1.2.

So, armed with this knowledge,

telnet 1.1.1.1 25

Server responds with: 220 mx.mydom.com SMTP
HELO

Server responds with: 250 OK
MAIL FROM:user@mydom.com

Server responds with: 250 Address Ok.
RCPT TO:user@otherdom.com

Server responds with: 250 user@otherdom.com OK
DATA

Server Responds (or may not): 354 Enter Mail
Enter message, then on a new line,
.

exit


The message should now be sent. By modifying the MAIL FROM and RCPT TO lines, you can test for open relay.

Posted by Tin Titan at 04:21 PM

September 11, 2005

Private On-line Invitations

DarkGuest is "a free website intended to help you arrange parties and events without any advertisement annoyance or risk of placing your email address in spam-mongering hands."

Basically it's eVite without the fear of anyone harvesting your personnal details.

Posted by Tin Titan at 12:35 PM

May 28, 2005

Web Based Copy Paste

Ever troubleshoot over the phone? If you've ever done that then you've wished you could copy and paste things back and forth to the person at the other end.

Apparently someone created a site to let you do so. Paste Bin is pure genius as far as I'm concerned. Wish I knew about it sooner.

Posted by dante at 04:26 AM

November 25, 2004

Secret Santa Site

With the holidays approaching, I give you Elfster, an online tool to organize a secret gift exchange.

It takes care of assigning out the picks and managing wish lists, you can even ask a question anonymously to the person you picked. This should take a lot of the headaches out of this task, if your fellow elves are a bit techo-savy

Posted by Tin Titan at 02:48 PM

September 22, 2004

Universal Currency Converter Redux (Sorta)

For those of you who use the Universal Currency Converter here is a handy little bit:

[Search Engine 19]
Name=XE Currency Converter US to Canadian
URL=http://www.xe.com/ucc/convert.cgi?Amount=%s&From=USD&To=CAD
Query=
Key=$
Encoding=utf-8
Is post=0
Has endseparator=0
Search Type=5
VerbText=17063

Drop that text into your opera search.ini and you can bring up a currency conversion using $ . Or for those of you with Opera Search.ini Editor you can simply fill in "http://www.xe.com/ucc/convert.cgi?Amount=%s&From=USD&To=CAD" as the url.

Posted by dante at 03:46 AM

June 29, 2004

Bypass Web Registration

bugmenot.com is a website that lists login/password combos for annoying sites that ask you to register with them before being able to see their content, such as the New York Times.

You can go to the site and enter the URL your are looking for or get their very useful bookmarklet to get the info for a site you are currently on.

Posted by Tin Titan at 11:06 AM

June 02, 2004

Wireless Movie Schedules

If you want the movie schedules from CinemaClock.com for most major cities in Canada on your WAP/WML enabled device, here is the address: http://wap.cinemaclock.com/rogers/que-Montreal-e-menu.wml. You can substitute the three letter province code and "Montreal" with any city/province that is listed here. You can also substitute the "e" for an "f" to get the French version.

Posted by Tin Titan at 01:48 PM

May 17, 2004

Universal Currency Converter

XE.com's Universal Currency Converter is a clean and easy to use site to convert one currency to another. Very simple, very efficient, not too many ads.

The front page also features Quick Cross Rates and a Quick Currency Converter.

Posted by Tin Titan at 04:00 PM

April 21, 2004

Disposable Email Addresses

If you've ever needed disposable email addresses you could both send and receive email from then spamgourmet may be for you. It lets you create an infinite number of disposable email addresses. It requires some setup but does an admirable job.

How it functions is fairly easy. You get assigned a root email username@spamgourmet.com. You can't actually receive email at that though. This is simply the suffix. Now all you need to do is handout and email in the form prefix.number.username@spamgourmet.com. The number is the maximum number of emails you will receive at this address. So if you were buying from amazon.com you could give your email as amazon.5.username@spamgourmet.com. This means you would get maximum 5 emails before it shuts down. There is a whitelisting option that lets you refine the behavior furthere. It has both a simple and expert mode so take a look at both and figure out what you need.

Posted by dante at 01:11 AM

Quick Email Box

If ever you need an instant email address with zero configuration then the Mailinator is for you. Just put your address as whatever@mailinator.com. Then if you need to check it go to the Mailinator website. Be aware though, no setup equals no password. Everyone can check the mail you get there.

Posted by dante at 01:02 AM