Forgot your password?
typodupeerror
Spam

Fight Spam With Nolisting 410

An anonymous reader writes with the technique of Nolisting, which fights spam by specifying a primary MX that is always unavailable. The page is an extensive FAQ and how-to guide that addressed the objections I immediately came up with. From the article: "It has been observed that when a domain has both a primary (high priority, low number) and a secondary (low priority, high number) MX record configured in DNS, overall SMTP connections will decrease when the primary MX is unavailable. This decrease is unexpected because RFC 2821 (Simple Mail Transfer Protocol) specifies that a client MUST try and retry each MX address in order, and SHOULD try at least two addresses. It turns out that nearly all violators of this specification exist for the purpose of sending spam or viruses. Nolisting takes advantage of this behavior by configuring a domain's primary MX record to use an IP address that does not have an active service listening on SMTP port 25. RFC-compliant clients will retry delivery to the secondary MX, which is configured to serve the role normally performed by the primary MX)."

Comment Been living this way for years (Score 1) 245

I've been running a version of this "home on an external firewire disk" thing since 10.0 beta. You go home, work, home with the same little world.

1. login as someone else and cd /Users
2. psync yourname /Volumes/FirewireDrive
3. mv yourname yourname.backup
4. ln -s /Volumes/FirewireDrive /Users/yourname
5. logout and login as yourname

On the other machines, you still need to make a "yourname" user, delete the /Users/yourname folder and create the symlink. I imagine getting rid of this part is the "new" stuff they are adding now.

The only weirdness is with permissions sometimes (it helps to use the same uid on multiple machines -- but you can always just check "Ignore ownership on this volume" and live a bit weirdly).

You can also move and symlink your fink /sw directory onto your firewire drive, your /usr/local folder, your /Library/Packages folder, or whatever else you want to take with you.

You used to have a a problem if you logged in without the drive attached (they would "helpfully" create a new home folder for you), but they even fixed this problem recently. Now it just stops you and says "Can't find your home folder." Pretty cool.

b

Slashdot Top Deals

The first rule of intelligent tinkering is to save all the parts. -- Paul Erlich

Working...