Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:IMAP with DBMail (Score 1) 385

I agree, IMAP is the way to go. the dbmail.org project has an implementation of an imap service that uses a database as the back end. This allows you to, in theory, create a custom application to do full text search over the mail contents (that are stored into database tables). the default schema already does a good job to normalize mail headers and recipient email addreses on the mail, so as to help to filter searches using those. This kind of searching and indexing is of course a custom thing to have to build. I currently have not gotten around to doing this yet (after several years of running dbmail now), but I found that having the mail contents stored in a database does provide slightly better perfomance over time than having the many many individual files when a mailbox is backed by MailDir or Mailbox file system based storages. The only hitch is yes, you need to have to interoperate with windows, such as if you use windows only, its inconvenient compared to using PST files I guess. I have envisioned creating a virtual machine that runs a linux operating system loaded just with the dbmail and database stack, effectively creating a macro PST file type of thing, a service / appliance / single virtual machine image file I boot up to be my easy to search through mail storage repository.

Comment so a new rule for email filtering? (Score 4, Interesting) 147

in addition to a commonly accepted practice of doing a reverse domain name lookup on who is sending you email, where by rejecting email from bogus domains, no domain, to now also have the mail server also do a whois lookup, and arbitrarily reject email from a domain that has been registered less than a few days ago?

Comment a petabyte class cluster file system ? (Score 2, Informative) 411

how about a cluster file system like http://www.moosefs.com/ , where it works well on commodity or even end of life by current standards of hardware. Redundancy is achieved through several chunk server nodes in the system. Performance and size can be dynamically scaled over time by adding more nodes or disks to the system.
Their project is GPL licensed, requires very little effort to set up, and likely much less effort over time to maintain and administer than a RAID or Tape system likely would, with the benefit of being able to choose what data is online or offline (by its presence on chunk servers being connected at the time).
Cellphones

Duke Nukem 3D Ported To Nokia N900 95

andylim writes "It looks as if Duke Nukem isn't completely 'nuked' after all. Someone has ported the 90s classic on to a Nokia N900. As you'll see in the video, you control Duke using the Qwerty keypad and shoot using the touchscreen. I'm wondering how long it will take for this to get on other mobile platforms." In other Duke news, reader Jupix points out that 3D Realms' CEO Scott Miller recently said, "There are numerous other Duke games in various stages of development, several due out this year. We are definitely looking to bring Duke into casual gaming spaces, plus there are other major Duke games in production."

Slashdot Top Deals

If you want to put yourself on the map, publish your own map.

Working...