+1 on 1 and 2 :)
On Jun 12, 2013, at 12:09 AM, Greg Stein <[email protected]> wrote: > My ISP won't let me connect to port 25 anywhere on the Internet. From > my home, I cannot use plain old SMTP to send email. (obviously, they > are trying to kill off zombie's that want to send spam via mail > relays) > > Now that said, what is the likelihood that a local MTA can deliver > email? Won't it also have to use port 25? > > Well... not really. I've just been messing with msmtp lately, and it > can connect to Gmail for delivery (with appropriate credentials). So > with msmtp, I *can* actually get mail out for dev/test/production > purposes, via the cmdline usage. > > Cheers, > -g > > On Tue, Jun 11, 2013 at 11:49 PM, Alan Cabrera <[email protected]> wrote: >> Off hand 2 seems to suffice. If we had 2 why would we need 1? >> >> >> Regards, >> Alan >> >> On Jun 11, 2013, at 3:45 PM, Greg Stein <[email protected]> wrote: >> >>> Hey all, >>> >>> I was thinking that we could have Apache Steve be configured for >>> sending email in one of two ways: >>> >>> 1) via piping to a subprocess, such as sendmail or similarly-flavored MTA >>> >>> 2) connecting/sending to an SMTP port >>> >>> Both are easy (subprocess and smtplib modules). Just a bit of config. >>> >>> Any thoughts? >>> >>> Cheers, >>> -g >>
