9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] (no subject)
@ 2007-04-13 22:16 devon.odell
  2007-04-14  3:32 ` [9fans] outbound smtp geoff
  2007-04-14 11:17 ` [9fans] (no subject) W B Hacker
  0 siblings, 2 replies; 3+ messages in thread
From: devon.odell @ 2007-04-13 22:16 UTC (permalink / raw)
  To: 9fans

So! I finally got mail working. I'm sending this from a terminal window.
The trick was indeed that my ISP was blocking port 25. I had them turn
it on, but alas that allows people to connect internally to me -- but not
for me to connect to external mail servers. Which I think is just very
lame. They require you to set up your mailserver to relay through them.

Oh well. In either case, I was able to connect to smtp.gmail.com on
port 587. Their relay server is _not_ their MX server. While chatter on
this list has implied that's an expectation, it's not a requirement. So
they're allowed to do that.

However, this raised a question for me. It seems that the smtp= line in
/lib/ndb/local doesn't accept a dial string as valid input. Hence, I had to
manually hack remotemail to use net!smtp.gmail.com!587, since we will
only connect to port 25 by default. Should I fix this, or is this something
we're supposed to have to do?

--dho


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-14 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-13 22:16 [9fans] (no subject) devon.odell
2007-04-14  3:32 ` [9fans] outbound smtp geoff
2007-04-14 11:17 ` [9fans] (no subject) W B Hacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).