public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* GCC/Wiki Problem
@ 2008-02-26  3:29 Jakub Staszak
  2008-02-27  0:16 ` Daniel Berlin
  0 siblings, 1 reply; 6+ messages in thread
From: Jakub Staszak @ 2008-02-26  3:29 UTC (permalink / raw)
  To: overseers

Hi.
There are some problems with GCC/Wiki. I created a profile  
(JakubStaszak), but I can't login. I tried to recover my password, to  
make sure that everything is OK, and I got message:

  u'kuba@et.pl': (550, 'relaying denied')}

-- 
Jakub Staszak
kuba@et.pl

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

* Re: GCC/Wiki Problem
  2008-02-26  3:29 GCC/Wiki Problem Jakub Staszak
@ 2008-02-27  0:16 ` Daniel Berlin
  2008-02-27  2:24   ` Ian Lance Taylor
  2008-02-27  2:29   ` Christopher Faylor
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Berlin @ 2008-02-27  0:16 UTC (permalink / raw)
  To: Jakub Staszak; +Cc: overseers

I still have no idea why we can't contact localhost SMTP from the web server.
It doesn't work.


On Mon, Feb 25, 2008 at 4:23 PM, Jakub Staszak <kuba@et.pl> wrote:
> Hi.
>  There are some problems with GCC/Wiki. I created a profile
>  (JakubStaszak), but I can't login. I tried to recover my password, to
>  make sure that everything is OK, and I got message:
>
>   u'kuba@et.pl': (550, 'relaying denied')}
>
>  --
>  Jakub Staszak
>  kuba@et.pl
>

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

* Re: GCC/Wiki Problem
  2008-02-27  0:16 ` Daniel Berlin
@ 2008-02-27  2:24   ` Ian Lance Taylor
  2008-02-27 14:06     ` Christopher Faylor
  2008-02-27  2:29   ` Christopher Faylor
  1 sibling, 1 reply; 6+ messages in thread
From: Ian Lance Taylor @ 2008-02-27  2:24 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: Jakub Staszak, overseers

"Daniel Berlin" <dberlin@dberlin.org> writes:

> On Mon, Feb 25, 2008 at 4:23 PM, Jakub Staszak <kuba@et.pl> wrote:
> > Hi.
> >  There are some problems with GCC/Wiki. I created a profile
> >  (JakubStaszak), but I can't login. I tried to recover my password, to
> >  make sure that everything is OK, and I got message:
> >
> >   u'kuba@et.pl': (550, 'relaying denied')}
> 
> I still have no idea why we can't contact localhost SMTP from the web server.
> It doesn't work.

I can verify that it doesn't work, but I don't know why it doesn't
work.  I see 127.0.0.1 listed in
/usr/src/qpsmtpd-0.31/config/relayclients .

It's a little odd that /usr/src/qpsmtpd-0.31/plugins/rcpt_ok says

  if ( $self->qp->connection->relay_client ) { # failsafe

rather than

  if ( $self->qp->connection->relay_client() ) { # failsafe

(adding parentheses) but I would have thought this would OK in perl.

Ian

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

* Re: GCC/Wiki Problem
  2008-02-27  0:16 ` Daniel Berlin
  2008-02-27  2:24   ` Ian Lance Taylor
@ 2008-02-27  2:29   ` Christopher Faylor
  2008-03-03  2:02     ` Daniel Berlin
  1 sibling, 1 reply; 6+ messages in thread
From: Christopher Faylor @ 2008-02-27  2:29 UTC (permalink / raw)
  To: overseers, Jakub Staszak, Daniel Berlin

On Tue, Feb 26, 2008 at 06:01:47PM -0500, Daniel Berlin wrote:
>I still have no idea why we can't contact localhost SMTP from the web server.
>It doesn't work.

What is it trying to do?

Is it trying to connect to the local smtp server to send email outside of
sourceware.org?

cgf

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

* Re: GCC/Wiki Problem
  2008-02-27  2:24   ` Ian Lance Taylor
@ 2008-02-27 14:06     ` Christopher Faylor
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher Faylor @ 2008-02-27 14:06 UTC (permalink / raw)
  To: overseers, Jakub Staszak, Daniel Berlin, Ian Lance Taylor

On Tue, Feb 26, 2008 at 04:16:21PM -0800, Ian Lance Taylor wrote:
>"Daniel Berlin" <dberlin@dberlin.org> writes:
>
>> On Mon, Feb 25, 2008 at 4:23 PM, Jakub Staszak <kuba@et.pl> wrote:
>> > Hi.
>> >  There are some problems with GCC/Wiki. I created a profile
>> >  (JakubStaszak), but I can't login. I tried to recover my password, to
>> >  make sure that everything is OK, and I got message:
>> >
>> >   u'kuba@et.pl': (550, 'relaying denied')}
>> 
>> I still have no idea why we can't contact localhost SMTP from the web server.
>> It doesn't work.
>
>I can verify that it doesn't work, but I don't know why it doesn't
>work.  I see 127.0.0.1 listed in
>/usr/src/qpsmtpd-0.31/config/relayclients .
>
>It's a little odd that /usr/src/qpsmtpd-0.31/plugins/rcpt_ok says
>
>  if ( $self->qp->connection->relay_client ) { # failsafe
>
>rather than
>
>  if ( $self->qp->connection->relay_client() ) { # failsafe
>
>(adding parentheses) but I would have thought this would OK in perl.

I think it is working now.  I had to activate the relayclients
plugin.

cgf

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

* Re: GCC/Wiki Problem
  2008-02-27  2:29   ` Christopher Faylor
@ 2008-03-03  2:02     ` Daniel Berlin
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Berlin @ 2008-03-03  2:02 UTC (permalink / raw)
  To: overseers, Jakub Staszak, Daniel Berlin

On Tue, Feb 26, 2008 at 9:24 PM, Christopher Faylor
<cgf-use-the-mailinglist-please@sourceware.org> wrote:
> On Tue, Feb 26, 2008 at 06:01:47PM -0500, Daniel Berlin wrote:
>  >I still have no idea why we can't contact localhost SMTP from the web server.
>  >It doesn't work.
>
>  What is it trying to do?
>
>  Is it trying to connect to the local smtp server to send email outside of
>  sourceware.org?

Yup.

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

end of thread, other threads:[~2008-03-02  2:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-26  3:29 GCC/Wiki Problem Jakub Staszak
2008-02-27  0:16 ` Daniel Berlin
2008-02-27  2:24   ` Ian Lance Taylor
2008-02-27 14:06     ` Christopher Faylor
2008-02-27  2:29   ` Christopher Faylor
2008-03-03  2:02     ` Daniel Berlin

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 read-only IMAP folder(s) and NNTP newsgroup(s).