You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Walter Brameld <wb...@newrivernet.com> on 2001/06/08 15:41:56 UTC

creating accounts and secret key

I've gotten Jetspeed 1.3a1 running on a Redhat 7.0 machine with Tomcat
3.2.1.  Sendmail is running locally.

When I try to create a new account in Jetspeed, it asks for a secret key
which supposedly has been sent to my email account, but I never receive
the secret key.  I've tried to create several different accounts, giving
it a valid email address each time.  No errors show up either in
jetspeed.log or on the command line where Tomcat was started
from.  Sendmail's log file, /var/log/maillog, doesn't report any errors
either; in fact, it doesn't report anyting.

I've checked that the mail.server property is set to localhost in
TurbineResources.properties.  I've even confirmed that sendmail is working
by telnetting to the SMTP port on that machine and manually sending myself
an email, which worked fine.

Any ideas?

Walter Brameld
wbrameld@newrivernet.com


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: creating accounts and secret key

Posted by Walter Brameld <wb...@newrivernet.com>.
It's version 1.3a1

On Fri, 8 Jun 2001, David Sean Taylor wrote:

> > There was no "Registration mail support" section in my
> 
> What version of Jetspeed are you using?
> 
> ----- Original Message -----
> From: "Walter Brameld" <wb...@newrivernet.com>
> To: <je...@jakarta.apache.org>
> Sent: Friday, June 08, 2001 10:40 AM
> Subject: Re: creating accounts and secret key
> 
> 
> >
> > There was no "Registration mail support" section in my
> > conf/JetspeedResources.properties, so I created it at the bottom of the
> > file and added the lines you included in your email, changing the
> > confirm.email.from property to be a valid address.  It didn't work.
> >
> > Walter Brameld
> > wbrameld@newrivernet.com
> >
> > On Fri, 8 Jun 2001, David Sean Taylor wrote:
> >
> > > >
> > > > Any ideas?
> > > >
> > >
> > > The conf/JetspeedResources.properties has the mail settting:
> > >
> > > #########################################
> > > # Registration mail support             #
> > > #########################################
> > > mail.server=localhost
> > > confirm.email.from=jetspeed@domain
> > > confirm.email.name=Jetspeed
> > > confirm.email.subject=Jetspeed registration
> > > confirm.email.enable=true
> > >
> > > I believe you may need to modify this line with a real mail account on
> your
> > > system:
> > >
> > > confirm.email.from=jetspeed@domain
> > >
> > > Let us know if that works


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: creating accounts and secret key

Posted by David Sean Taylor <da...@bluesunrise.com>.
> There was no "Registration mail support" section in my

What version of Jetspeed are you using?

----- Original Message -----
From: "Walter Brameld" <wb...@newrivernet.com>
To: <je...@jakarta.apache.org>
Sent: Friday, June 08, 2001 10:40 AM
Subject: Re: creating accounts and secret key


>
> There was no "Registration mail support" section in my
> conf/JetspeedResources.properties, so I created it at the bottom of the
> file and added the lines you included in your email, changing the
> confirm.email.from property to be a valid address.  It didn't work.
>
> Walter Brameld
> wbrameld@newrivernet.com
>
> On Fri, 8 Jun 2001, David Sean Taylor wrote:
>
> > >
> > > Any ideas?
> > >
> >
> > The conf/JetspeedResources.properties has the mail settting:
> >
> > #########################################
> > # Registration mail support             #
> > #########################################
> > mail.server=localhost
> > confirm.email.from=jetspeed@domain
> > confirm.email.name=Jetspeed
> > confirm.email.subject=Jetspeed registration
> > confirm.email.enable=true
> >
> > I believe you may need to modify this line with a real mail account on
your
> > system:
> >
> > confirm.email.from=jetspeed@domain
> >
> > Let us know if that works
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: creating accounts and secret key

Posted by Walter Brameld <wb...@newrivernet.com>.
There was no "Registration mail support" section in my
conf/JetspeedResources.properties, so I created it at the bottom of the
file and added the lines you included in your email, changing the
confirm.email.from property to be a valid address.  It didn't work.

Walter Brameld
wbrameld@newrivernet.com

On Fri, 8 Jun 2001, David Sean Taylor wrote:

> >
> > Any ideas?
> >
> 
> The conf/JetspeedResources.properties has the mail settting:
> 
> #########################################
> # Registration mail support             #
> #########################################
> mail.server=localhost
> confirm.email.from=jetspeed@domain
> confirm.email.name=Jetspeed
> confirm.email.subject=Jetspeed registration
> confirm.email.enable=true
> 
> I believe you may need to modify this line with a real mail account on your
> system:
> 
> confirm.email.from=jetspeed@domain
> 
> Let us know if that works
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: creating accounts and secret key

Posted by David Sean Taylor <da...@bluesunrise.com>.
>
> Any ideas?
>

The conf/JetspeedResources.properties has the mail settting:

#########################################
# Registration mail support             #
#########################################
mail.server=localhost
confirm.email.from=jetspeed@domain
confirm.email.name=Jetspeed
confirm.email.subject=Jetspeed registration
confirm.email.enable=true

I believe you may need to modify this line with a real mail account on your
system:

confirm.email.from=jetspeed@domain

Let us know if that works



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org