[dspace-tech] Inserting a link in home page of dspace

2016-11-14 Thread arjun k
Dear sir,

I have so many previous year Question papers of engineering in my hand it 
is stored under Google drive shared with public access.

Now i need to add this link in dspace repository.

Giving Heading as : *Previous year Question papers of Calicut University 
and Kerala Technological University*

what i need is, When somebody click on this heading " *Previous year 
Question papers of Calicut University and Kerala Technological University* 
"  The page must redirect to the Google drive stored location.

Can you anybody help me please  ??

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Rebuilding DSpace

2016-11-14 Thread Donald Bynum
Thank you for the information.  

Regards,

Don.

On Monday, November 14, 2016 at 12:17:21 PM UTC-5, helix84 wrote:

> You can't rebuild just XMLUI. (I hope someone will prove me wrong, but I 
> doubt it).
>
> XMLUI has dependencies like dspace-api and dspace-services and the 
> dependencies are not always obvious.
>
>
> You can, however, exclude some modules from building. It would look 
> something loke this:
>
> mvn package -P \!dspace-sword,\!dspace-swordv2,\!dspace-rdf,\!dspace-rest
>
> Figuring out which modules you can afford to exclude will need some 
> experimenting because of the mentioned dependencies.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Rebuilding DSpace

2016-11-14 Thread helix84
You can't rebuild just XMLUI. (I hope someone will prove me wrong, but I
doubt it).

XMLUI has dependencies like dspace-api and dspace-services and the
dependencies are not always obvious.


You can, however, exclude some modules from building. It would look
something loke this:

mvn package -P \!dspace-sword,\!dspace-swordv2,\!dspace-rdf,\!dspace-rest

Figuring out which modules you can afford to exclude will need some
experimenting because of the mentioned dependencies.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Collection items disappeared

2016-11-14 Thread helix84
Try running a discovery reindex with the -b flag. The exact command to use
will depend on your version of DSpace.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Problem with Thumbnails loading

2016-11-14 Thread helix84
On Mon, Nov 14, 2016 at 5:50 PM, helix84  wrote:

> The workaround is to restart either Tomcat or DSpace.
>

I meant restart either Tomcat or Postgres.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Problem with Thumbnails loading

2016-11-14 Thread helix84
On Mon, Nov 14, 2016 at 5:23 PM, George Kozak  wrote:

> I am running DSpace 5.5, XMLUI, MIrage2 modified theme.  We have been
> running for a long time, and just this weekend we started having PostGres
> and java problems.  I upped the memory allocated to tomcat (Xms4096;
> Xmx8192; Xmn2048) and increased the number of the max db connections (from
> 100 to 500), but I am still having problems.  I get the PostGres error in
> the dspace log:
> " FATAL: remaining connection slots are reserved for non-replication
> superuser connections"
> Any suggestions would be appreciated.
>

I can confirm that leaking transactions are a long-term unsolved issue
since DSpace 3. On the postgres side, you will see that most of the
connections are "idle in transaction". It's probably a tricky DSpace
context closing issue (or several of them).

The workaround is to restart either Tomcat or DSpace.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Rebuilding DSpace

2016-11-14 Thread Donald Bynum
I am running DSpace 5.5 with XMLUI and Mirage.  This is likely trivial, 
however - When I rebuild DSpace, the only webapp I am customizing is 
XMLUI.  My build script (the out of the box script) rebuilds all webapps.  
I only want to rebuild XMLUI.  I don't want to "guess" at what to remove 
from the build scripts.  Could someone please advise me on what a build 
script would look like for just rebuilding XMLUI.

Regards,

Don.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Problem with Thumbnails loading

2016-11-14 Thread George Kozak
Hi,
I am running DSpace 5.5, XMLUI, MIrage2 modified theme.  We have been
running for a long time, and just this weekend we started having PostGres
and java problems.  I upped the memory allocated to tomcat (Xms4096;
Xmx8192; Xmn2048) and increased the number of the max db connections (from
100 to 500), but I am still having problems.  I get the PostGres error in
the dspace log:
" FATAL: remaining connection slots are reserved for non-replication
superuser connections"
Any suggestions would be appreciated.

-- 
***
George Kozak
Digital Library Specialist
Cornell University Library - IT
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924
g...@cornell.edu

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Collection items disappeared

2016-11-14 Thread Massimiliano CILURZO
Dear all,
 We have a  problem with our DSAPCE, after that tomcat went down today. 
we have restarted it. But now if we go in our collections we can't see any 
items we can search it but it seems that items in the collections are 
disappeared.
Thanks
Best regards
Massimiliano 

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] What does the ID search operator do ?

2016-11-14 Thread helix84
Hi Monika,

as you can see by searching for "Not ID" [1] it matches on the exact
internal authority identifier if you're using authority (authority is
useful to distinguish two authors with the same name). If you look at
the metadatavalue table [2], it's the "authority" column there. Also
the document ID in Solr "authority" core, if you're using the
SolrAuthority implementation.

[1] 
https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-api/src/main/resources/Messages.properties#L895
[2] 
https://wiki.duraspace.org/display/DSDOC5x/Storage+Layer#StorageLayer-RDBMS/DatabaseStructure


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Dspace Hosting

2016-11-14 Thread helix84
The error in your screenshot is quite clear - Solr can't create a directory
it needs. It doesn't have filesystem permission to do so.

You have to make sure that your DSpace installation is owned by the same
user you use to run Tomcat.

Example (where tomcat7 is your user and group to run Tomcat):
chown -R tomcat7:tomcat7 /dspace


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Export and reload

2016-11-14 Thread helix84
Hi Jeff,

I'm not sure I fully understood your problem. I understand you want to
keep handles, which you definitely should. I don't understand why
there would be any handle conflicts on an upgrade.

To answer your question - no, changing provenance will not pose a
problem for DSpace as this field is not machine-readable.

Anyway, why do you need to change provenance? By default, it's only
visible to administrators, so you'd be removing information that could
be potentially helpful to you in the future.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


On Sat, Nov 12, 2016 at 9:19 PM, Jeffrey A Trimble  wrote:
> We’ve run into several difficulties upgrading from 1.6 to 5.x in test.  This
> makes us very weary about attempting in production.
>
> I’m wondering if it is possible to Export the collections, keeping the
> handles, but removing the provenance data (change the –m flag logic in
> export) and reload keeping the handles intact.
>
> We’ve identified only 10 handle conflicts where item handle and collection
> handle conflict.  We’re willing to risk that issue easily.  What we are not
> wanting to do is risk a reload of some 15,000 items and have the handle IDs
> change.
>
> Any comments as to why not to do this, or a limitation with version 5.x?
>
> Thanks in advance,
>
> Jeff
>
> Jeffrey Trimble, MLS
> William F. Maag Library
> Youngstown State University
> 330.941.2483 (Office)
> jatrim...@ysu.edu
> http://www.maag.ysu.edu
> http://digital.maag.ysu.edu
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Implimentation of login

2016-11-14 Thread helix84
I also recommend you reconsider deploying LDAP, it is appropriate in a
college setting for more than just DSpace.

If you want to do this the hard way, then I suggest you use row-level
locking [1] on the specific row of the "eperson" table [2] that you
need to protect. Please note that this feature is only available as of
the latest release of Postgres - 9.5.

Alternatively, you can change the DSpace source code to disallow
password changes for the password authentication method. If you just
change it to false, it will be effective for all users. You should
only set it to false for the specific username you want to prevent
from changing their password.


[1] https://www.postgresql.org/docs/9.5/static/ddl-rowsecurity.html
[2] 
https://wiki.duraspace.org/display/DSDOC5x/Storage+Layer#StorageLayer-RDBMS/DatabaseStructure
[3] 
https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-api/src/main/java/org/dspace/authenticate/PasswordAuthentication.java#L108


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


On Mon, Nov 14, 2016 at 9:53 AM, arjun k  wrote:
> Due to some problem,considering as an engineering college LDAP method is not
> a good sugestion.i have already tried this once. If there is any other way
> please help me?

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Implimentation of login

2016-11-14 Thread arjun k
Dear sir,

Due to some problem,considering as an engineering college LDAP method is 
not a good sugestion.i have already tried this once. If there is any other 
way please help me?

On Friday, November 11, 2016 at 5:00:21 PM UTC+5:30, Alan Orth wrote:
>
> Hi, Arjun.
>
> I think it would be best if you use a central LDAP server for 
> authentication. Most organizations have one of these, as they need a single 
> login for many organizational services like email, intranet, etc. DSpace 
> has support for LDAP authentication and it works well. Users can log in, 
> but they cannot change their passwords through DSpace. They would only be 
> able to change their passwords somewhere else, via normal LDAP methods. 
> Restricting users from changing their passwords isn't a very good practice 
> anyways.
>
> Those are my thoughts,
>
> On Fri, Nov 11, 2016 at 12:37 PM arjun k  
> wrote:
>
>> Dear sir,
>>
>>  My name is arjun I am workin in an engineering college and also i am  
>> using dspace version 5.4 xmlui platform as a digital repository.
>>
>> Now we are planning to implement the user login feature . What i need is 
>> a single user account (e-person) with password and *the password 
>> resetting need to be disabled for the same user which means,*
>>
>> USER  ACCOUNT/E-Person : student@vidyaacademy
>>PASSWORD : student
>>
>> Here the password of the E-PERSON is given as  "student"This  password 
>>
>> *cannot be resetted at anycost.ONLY ADMIN CAN DO THIS RESETTING.One 
>> resetting is done some others using same id and password cant reach to the 
>> contents in repository.*
>> Due to numerous number of students it is very difficult to create user id 
>> for all students.
>>
>> can you anybody help me?
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
>
> Alan Orth
> alan...@gmail.com 
> https://englishbulgaria.net
> https://alaninkenya.org
> https://mjanja.ch
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Re: the file new-top_es.html is not a valid news file

2016-11-14 Thread helix84
Please, indicate your version of DSpace, whether you use JSPUI or
XMLUI and which XMLUI theme you use.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


2016-11-14 6:35 GMT+01:00 Freddy Guerrero :
> Hola William y amigos
>
> Les quería preguntar si me pueden ayudar indicando cómo debo hacer para
> agregar campos en la ficha de visualización de los registros. Por ejemplo
> usamos el campo dc.type y el dc.rights.uri, pero en la ficha normal no se
> visualizan, solo en la vista dublin core. Por favor si me puedes ayudar te
> agradeceré muchísimo.
>
> Saludos,
>
> Freddy
>
>
>
>
> El sábado, 4 de junio de 2016, 23:55:54 (UTC-5), William Alejandro Ortiz
> escribió:
>>
>> Hola Victoria :)
>>
>> Te cuento que estuve teniendo este mismo problema, y buscando una
>> respuesta llegué a tu publicación.
>>
>> Quiero compartir contigo la solución, pues fue algo desesperante para mí y
>> no quiero que lo siga siendo para ti.
>>
>> Debes crear los archivos news-top_es.html y news-side_es.html en
>> /dspace/config/
>>
>> y luego debes modificar el fichero llamado "core-services.xml", ubicado en
>> /dspace/config/spring/api/  para que quede así:
>>
>>
>> 
>> 
>> news-top.html
>> news-side.html
>> news-top_es.html
>> news-side_es.html
>> 
>> 
>>
>>
>> Espero te sirva y a cualquiera que se encuentre con el mismo problema.
>>
>> Buena suerte Victoria y que tengas una buena y feliz vida :)
>>
>> Cuidate.
>>
>> William.
>>
>> On Wednesday, 1 June 2016 09:03:32 UTC-5, Victoria Parra wrote:
>>>
>>> good day to all.excuse me for my bad english. but I will try that you can
>>> understand my questions.
>>> I installed dspace 5.5 and all fine but when I change my
>>> default.locale=es in dspace.cfg my dspace give me an error:
>>> the file news-top_es.html is not a valid news file. I am suspecting that
>>> maybe my dspace don't can find this form.I want know if I'm right and how I
>>> can solve this. I will attach my log for better understanding. Thaking yours
>>> suggestions and answers. thank you so much.
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Implimentation of login

2016-11-14 Thread arjun k

Dear sir,

Due to some problem,considering as an engineering college LDAP method is 
not a good sugestion.i have already tried this once. If there is any other 
way please help me?
On Friday, November 11, 2016 at 5:00:21 PM UTC+5:30, Alan Orth wrote:
>
> Hi, Arjun.
>
> I think it would be best if you use a central LDAP server for 
> authentication. Most organizations have one of these, as they need a single 
> login for many organizational services like email, intranet, etc. DSpace 
> has support for LDAP authentication and it works well. Users can log in, 
> but they cannot change their passwords through DSpace. They would only be 
> able to change their passwords somewhere else, via normal LDAP methods. 
> Restricting users from changing their passwords isn't a very good practice 
> anyways.
>
> Those are my thoughts,
>
> On Fri, Nov 11, 2016 at 12:37 PM arjun k  
> wrote:
>
>> Dear sir,
>>
>>  My name is arjun I am workin in an engineering college and also i am  
>> using dspace version 5.4 xmlui platform as a digital repository.
>>
>> Now we are planning to implement the user login feature . What i need is 
>> a single user account (e-person) with password and *the password 
>> resetting need to be disabled for the same user which means,*
>>
>> USER  ACCOUNT/E-Person : student@vidyaacademy
>>PASSWORD : student
>>
>> Here the password of the E-PERSON is given as  "student"This  password 
>>
>> *cannot be resetted at anycost.ONLY ADMIN CAN DO THIS RESETTING.One 
>> resetting is done some others using same id and password cant reach to the 
>> contents in repository.*
>> Due to numerous number of students it is very difficult to create user id 
>> for all students.
>>
>> can you anybody help me?
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
>
> Alan Orth
> alan...@gmail.com 
> https://englishbulgaria.net
> https://alaninkenya.org
> https://mjanja.ch
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: [dspace-community] OAI

2016-11-14 Thread helix84
As the first paragraph there mentions, you can see *all* the available
metadata fields ("variables") in the "xoai" format. Example:

http://demo.dspace.org/oai/request?verb=GetRecord=xoai=oai:demo.dspace.org:10673/7

>From there, you can transform it into any other format via XSLT:

https://github.com/DSpace/DSpace/blob/master/dspace/config/crosswalks/oai/metadataFormats/ore.xsl

Example result:

http://demo.dspace.org/oai/request?verb=GetRecord=ore=oai:demo.dspace.org:10673/7

P.S. In the future please post only to one of the mailing lists, not
both. Thanks.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.