TurboMail problem -- error 113: can't connect to host

63 views
Skip to first unread message

Mickey

unread,
Oct 31, 2007, 10:30:22 PM10/31/07
to TurboGears
I am building a website, and I'm using the Registration module, and I
also decided to try TurboMail, as recommended by the Registration
module. I believe the problem is that I can't specify the port on the
server with the TurboMail configuration. My ISP prefers we use port
587.

To test things out, I used the default mail server provided by the
Registration module, using the same SMTP server as above, but with the
preferred port, and it works. If I use port 25, it also fails.

Any one know if there is a way to specify the port, or do I have to
get the source?

I placed the configuration parameters in app.cfg, as follows:

mail.on = True
mail.server = "mail.messagingengine.com"
mail.username = "user...@fastmail.us"
mail.password = "<<password here>>"
mail.debug = True
mail.tls = True

As you can see, I'm using fastmail for my SMTP server. I place the
correct username/password in the parameters, but I get the error 113:
can't connect to host.

I can ping this host just fine. Fastmail supports port 25, but
prefers port 587; this should work.

Does anyone have an idea about TurboMail?

By the way, my development system is Xubuntu 7.04 (Gutsy whatever)
with TurboGears 1.0.0.2

Jorge Godoy

unread,
Nov 1, 2007, 6:03:15 AM11/1/07
to turbo...@googlegroups.com
Em Thursday 01 November 2007 00:30:22 Mickey escreveu:
> I am building a website, and I'm using the Registration module, and I
> also decided to try TurboMail, as recommended by the Registration
> module. I believe the problem is that I can't specify the port on the
> server with the TurboMail configuration. My ISP prefers we use port
> 587.

Ports are usually specified along with the host name: my.email.server:587
should use port 587 on my.email.server.

> I can ping this host just fine. Fastmail supports port 25, but
> prefers port 587; this should work.

So it works with both? OR 25 is for unauthenticated access (i.e. final
delivery, no relay) and 587 is for relaying messages for authenticated users?

--
Jorge Godoy <jgo...@gmail.com>

Diez B. Roggisch

unread,
Nov 1, 2007, 6:24:08 AM11/1/07
to turbo...@googlegroups.com, Mickey

You must and can specify a port of course.

see my mail config:

mail.on=True
mail.server="vishnu:7725"
mail.encoding="utf-8"

That's all.

Reply all
Reply to author
Forward
0 new messages