Greetings fellow monks,

I've just recently run into a rather annoying situation. I've been using Juno for modem connectivity from home over the last 6 months. Riding on this connection, I'd use one of a variety of POP3/SMTP email clients to read and send email. While there were several really annoying "issues" with this troublesome Internet access solution, it worked (most of the time) and was really inexpensive. However, just yesterday (give or take) the "wise" folks at Juno decided to cut off SMTP throughput. I can grab my mail with POP3 as usual, and Web surfing is just a "fast" as ever. However, I can't send any email.

My first thought was to switch to a different provider, but I can't find anything out there that's as cheap/free and provides SMTP thoughput. So here's my thought:

I'll write an SMTP server for my local machine (running Windows) and point my local email client to that local SMTP server. That server will accept the outgoing email, translate it to a port 80 request out to my Web site where a CGI (in Perl) will accept the data. That CGI will then pipe the data into sendmail from there.

Here's my series of questions:

Thanks.

-gryphon
code('Perl') || die;


In reply to SMTP Bypass/Proxy (a.k.a. Juno sucks) by gryphon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.