[Buildbot-devel] info needed on sending emails from buildmaster
James Youngman
jay at gnu.org
Tue May 5 17:51:58 UTC 2009
On Tue, May 5, 2009 at 5:17 PM, Anantvijay K <anantvijayk.ml at gmail.com> wrote:
> 2009-05-05 21:35:35+0530 [Uninitialized] Unhandled error in Deferred:
> 2009-05-05 21:35:35+0530 [Uninitialized] Unhandled Error
> Traceback (most recent call last):
> Failure: twisted.internet.error.ConnectionRefusedError: Connection
> was refused by other side: 111: Connection refused.
> 2009-05-05 21:35:35+0530 [Uninitialized] Stopping factory
> <twisted.mail.smtp.SMTPSenderFactory instance at 0xb7866f4c>
>
> It seems the twisted-mail is trying to send email.
> I'm not able to interpret wat it it is trying to say.
It tried to connect to the mail server.
The connection attempt was refused.
This almost certainly means that no mail server is running on the
machine you specified as smarthost (the default being localhost).
> help??
Either start a mail server on the machine, or configure the
MailNotifier to send to a different machine.
James.
More information about the devel
mailing list