Hi Shwe,

if these are literally the lines in your config:

mail.from.address = $ {mail.admin}
feedback.recipient = $ {mail.admin}

you must remove the whitespace befor the dollar:
mail.from.address = ${mail.admin}
feedback.recipient = ${mail.admin}

In your [dspace-install]/log/dspace.log there will be an error like
Illegal whitespace in address in string ``$ {mail.admin}''

If you got another error please post it to the list.

Claudia

Shwe Yee Than schrieb:
> Hello,
> 
> I've been facing a problem with registering a new user.  I got the Internal 
> Server Error when I register a new user.  Can anyone tell me how can I fix 
> this problem?  Here are the properties set in dspace.cfg:
> 
> dspace.dir = /usr/local/dspace
> dspace.url = http://203.80.16.177:8080/dspace
> dspace.hostname = fsktm.geranium3.um.edu.my 
> mail.server = perdana.um.edu.my
> mail.from.address = $ {mail.admin}
> feedback.recipient = $ {mail.admin}
> mail.admin = [EMAIL PROTECTED]
> 
> Regards,
> Shwe
> 
>        
> ---------------------------------
> Boardwalk for $500? In 2007? Ha! 
> Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to