Most Popular Articles
- Prune Your Time Machine Backups Selectively (01 May 2008)
- Back to My Mac Leads to Recovery of Stolen Mac (10 May 2008)
- Time Machine Exposed! (08 May 2008)
- Hand Coding HTML Is Still in Vogue (25 Apr 2008)
Recent TidBITS Talk Discussions
- SSH failing to launch (3 messages)
- Monitor recommendation? (17 messages)
- OmniFocus: the interface is weak but the project is willing (22 messages)
- Goose Your Network to Gigabit Ethernet (23 messages)
In Take Control of Apple Mail in Leopard, by Joe Kissell, you'll learn how to make your email come and go as it should and easily find the email that you want to read. You'll also get help with Time Machine backups of email and much more. $10.
Eliminate Hangs in Eudora's Sponsored Mode
People who have been relying on Eudora in sponsored mode (where ads appear in a box) have started experiencing problems related to Eudora's failed attempts to contact the adserver.eudora.com host every 120 seconds. Errors appear in the Task Progress window, which pops to the foreground, halting typing in the previously active window. Maddening!
Switching to Lite or Paid mode would solve the problem, but switching to Lite mode would result in the loss of features, and switching to Paid mode isn't possible without a registration code, which are no longer available from Qualcomm. One solution, from "apr400" on the Eudora support boards, is to use the ipfw firewall in Mac OS X to block Eudora's access to its ad server. This approach has been verified to work in Mac OS X 10.4.11, though I haven't heard from anyone using it in Leopard yet.
Copy the line below, open Terminal, paste the line in, press Return, and enter your administrator password:
sudo ipfw add 099 deny ip from any to 192.190.109.20
What this does is add a rule to the firewall to deny traffic to the IP address of Eudora's ad server. There are two problems with this approach.
- First, it lasts only until the next reboot. Annoying, but since Macs don't need to restart often, it may not be that big of a deal.
- Second, it prevents you from configuring the firewall in the Firewall screen of the Sharing pane of System Preferences. If you need to do use Apple's interface again, you can either reboot or delete the rule you just created with this command before relaunching System Preferences:
sudo ipfw delete 099
127.0.0.2 adserver.eudora.com
The easiest way to do this without resorting to a command-line editor like vi is with Bare Bones Software's free TextWrangler. Download a copy and launch it. Then follow these steps.
- In the Finder, choose Go > Go to Server, and in the dialog that appears, type /etc and press Return to display the /etc directory.
- Scroll down to the hosts file and drag it to TextWrangler's icon in the Dock. You'll be prompted for your administrator password to open it and to make changes.
- Add the line above to the file (I put mine after the 127.0.0.1 line) and save.
- Restart.
I can't verify if this works, not having a copy of Eudora in sponsored mode, but it certainly does prevent adserver.eudora.com from resolving.
More updates as I figure this out...
MARK/SPACE, INC: The Missing Sync provides the very best insynchronization for Mac users with BlackBerry, Palm OS, or
Windows Mobile devices. Integrates with Address Book, iCal,
Entourage, iPhoto, and iTunes. <http://www.markspace.com/bits>
Bookmark at: del.icio.us | digg | reddit | Slashdot


