Search results

  1. T

    problems with sendmail and mail.app

    I'm having problems setting up OSX to send mail through sendmail from mail.app. If I do it from the command line with: echo "test message" | mail someone@yahoo.com It works, but when I try to send it through mail.app, the error I get is: sunalbe to sendmial becuase server 127.0.0.1 reported...
  2. T

    format of mail.app's mail isn't mbox?!?!??!??!?!

    I'm trying to read mail.app's mail with mail(not pine or other client, only mail), but I can't seem to read the files in ~/Library/Mail/* I thoguht that mboxes were stored as plain text, but those files are all binary, how can I read the mail with the command line? Can someone please give me an...
  3. T

    check otu my digital hub

    http://homepage.mac.com/jtoy/PhotoAlbum4.html I think it is a decent setup.
  4. T

    HELP w/ firstime firewire HD use.

    I bought a firewire enclosure ( http://www.firewiredirect.com/firewire/products/ultra.shtml ) for my 80 GB seagate model ST380021A. I installed the drive and plugged it into my tibook 667 combo, but the hard drive capacity only shows up as 31.50 GB. Why does it show up as 31.50 GB? How can I...
  5. T

    why does this applescript work from PB but not osascript

    These 2 applescript don't work from the terminal using osascript. osascript -e 'tell application "Internet Explorer" to OpenURL "http://www.deadly.org"' or osascript -e 'tell application "Internet Explorer"' -e 'OpenURL "deadly.org"' -e 'end tell' I get the same error for both of these...
  6. T

    enable promisc. mode on netwrok cards?

    I am trying to use a program that requires read acces to /dev/bpf* . Is this the same thing as enableing promiscuous mode? If so how can I enable promiscuous mode for en0 and en1? The program I am using said that I could just do "chmod 777 /dev/bpf*", but I would rather do is using a programmed...
Back
Top