Ask a Question related to Mac Portable, Design and Development.
-
John Johnson #1
portable mail questions
I've got a PowerBook (G3 Pismo) that I use at home (via DSL) and at the
office (LAN). I wish to send mail from both locations, using OS X
Mail.app (I'm open to suggestions for alternative mail readers, but it's
got to use IMAP because the office requires it, and I won't use Eudora.
We can talk about that in another thread, if you like.)
So far, my options look like this:
1. configure to use the office mail relay at work and my ISP's relay at
home.
2. enable sendmail
3. go to terminal/web mail program
4. ?
Option 1 is problematic because I can't send mail to certain lists, or
even to certain individuals, as a result of the different e-mail
address. It's also complex and requires lots of switching around when I
move.
Option 2 seems good, but I keep running into problems; eventually the
mail program can no longer connect to 'localhost' (my machine). The
documentation for sendmail tells me that I need a "fully qualified
name" (e.g. bogus.machine.indiana.edu) and not only do I not know the
name for my machine, it seems that it would switch depending on where I
am. Does anyone have any insight on this? I've looked through multiple
readme files and the sendmail documentation (the full docs from
sendmail.org), without getting completely clear on what I need here.
e.g. do I need to enter two qualified names-one for work and one for
home- and let the computer sort out where I am? Would I have to buy a
domain and use that (or would it make things easier?)?
I'm reluctant to go back to terminal mail (though I used Elm happily for
many years), mostly because I never really settled into Pine, and it
makes it difficult to handle multiple accounts and mail folders. I don't
have access to web interfaces for all of my accounts (though that could
be arranged), so a web reader is not preferred.
Any help would be appreciated.
later.
--
johajohn AT indianahoosiers DOT edu
Remove the non place-name reply. Indiana is a place-name.
John Johnson Guest
-
OT: Portable Storage
Ramón(are you feeling well enough to travel?), Buko, and other errants, There's a favorable review of a portable card reader/CD burner, called... -
Portable Cursor Positioning
My applications needs to position the cursor on a screen. I am using Win32::Console under Windows and Curses in the Unix/Linux version. I'd... -
portable IPC - Win and Linux?
I want to write a portable PHP program or two, to do some stuff best done in PHP ... but to commincate with some project code written in C. The... -
Portable unix du command
Howdy group. I have a need to get the size of a directory. I could just execute unix's du command (my $sz = `du -sh /usr`;) but was wondering if... -
LAN, NetInfo and a portable
Hello. I have a small LAN at home with a few Macs. I have been thinking about using my fastest G4 as a NetInfo server for the rest of them. I'd... -
John Johnson #2
Re: portable mail questions
In article <dturley-4F72BF.16552928082003@news2.news.adelphia.net>,
David Turley <dturley@pobox_NOT_.com> wrote:
Thanks for the suggestion. Is there anyplace with documentation on this> In article <see-.sig-E91BB8.10362528082003@newssvr28.news.prodigy.com>,
> John Johnson <see-.sig@bottom.invalid> wrote:
>>> >
> > So far, my options look like this:
> > 1. configure to use the office mail relay at work and my ISP's relay at
> > home.
> > 2. enable sendmail
> > 3. go to terminal/web mail program
> > 4. ?
> >
> 4. Use ssh to set up port forwarding to your ISPs smtp server. Then set
> up Mail.app to send mail to localhost:22225 (or whatever port you use.)
> Then you can send mail no matter where your Internet access comes from.
process? I'm usually competent, but my knowledge of command-line stuff
is a bit spotty.
later.
--
johajohn AT indianahoosiers DOT edu
Remove the non place-name reply. Indiana is a place-name.
John Johnson Guest
-
David Turley #3
Re: portable mail questions
In article <see-.sig-77041E.18583128082003@newssvr28.news.prodigy.com>,
John Johnson <see-.sig@bottom.invalid> wrote:
>> > 4. Use ssh to set up port forwarding to your ISPs smtp server. Then set
> > up Mail.app to send mail to localhost:22225 (or whatever port you use.)
> > Then you can send mail no matter where your Internet access comes from.
> Thanks for the suggestion. Is there anyplace with documentation on this
> process? I'm usually competent, but my knowledge of command-line stuff
> is a bit spotty.
>
[url]http://www.macdevcenter.com/pub/a/mac/2002/03/19/secure_mail.html[/url]
[url]http://www.osxfaq.com/man/1/slogin.ws[/url]
The basic command is:
ssh -L 22225:smtp.server.net:25 smtp.server.net
Setting up ssh keys will save typing and prompting (use with ssh-agent)
In Mail.app set localhost as the smtp server and the port as 22225
David Turley Guest



Reply With Quote

