On 2/4/10 7:58 AM, Leland Jackson wrote: > It finally dawn on me, after some sleep last night, and a good, hot cup > of coffee this morning, that your favorite database admin app would > probably be Dabo; since, that's kind of your baby. My hat's off to you, > and Ed, for all you have done in developing Dabo.
The AppWizard does a great job for making quick CRUD apps for single-tables, but you needed a relationship-auto-finder that AppWizard doesn't do, which is why I didn't suggest it. Dabo can certainly handle the normalized structure of that database, but the AppWizard can't quickly make an application based on that normalized structure. > Anyway, I found an article yesterday that explained how to identify a > roaming user using their email address. Each email address is unique > with a domain name that resolves to a unique IP address, so this could > be used to identify an incoming email by have Postfix examine the "From" > header as trusted for relaying. How can a roaming user's "from" be guaranteed to resolve to a unique ip address? If they are in a café, they are likely going over the local wifi where the router uses NAT, so everyone in that café has the same external ip address. Or are you going to automatically trust for relaying all email that purports to be from the stated domain? That opens you up to relaying from everywhere given the sender forges the from address. > The author did not recommend this solution, because it's not secure, but > I could use this method temporarily for a couple of iPhones, until I had > the time to implement something more secure, like sasl. The Air Force skipped encryption on their spy drones for the same reason. > BTW, does anyone know if it's possible to connect a desktop email client > like Thunderbire to a gmail account? I haven't done it, but in TBird 3 "new account" I see a 'gmail' option. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

