NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
You don't need classic to fetch mail over SSL... (Score:1)
You can use stunnel if you don't have shell access to the machine your mail's on, or you can use ssh if you do have shell access there. For example:
ssh -L143:mail.host:143 -L25:mail.host:25 me@mail.host
will log you on to mail.host, and also set up local ports 143 (IMAP) and 25 (SMTP) to automatically forward to ports 143 and 25 on the
Re:You don't need classic to fetch mail over SSL.. (Score:1)
Thanks for the tip, that end is working well.
Re:You don't need classic to fetch mail over SSL.. (Score:1)
(OTOH, I have the problem where I managed to get SSL busted on my mail server, so an SSL connection directly through Eudora's not possible anyway, but...)
Reply to This
Parent