[Dspace-tech] email configuration

2014-05-30 Thread Fernando Ariel Martinez
Hi,

Somebody knows how to disable submissions and registration emails
without disabling also change password email? (Google doesn't help.)
Any help will be appreciated.

Regards.

-- 
---
Lic. Fernando Ariel Martinez
---
Biblioteca Central Prof. Nicolás Matijevic
Universidad Nacional del Sur - http://bc.uns.edu.ar
Bahía Blanca - Argentina
---


--
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] email configuration

2014-05-30 Thread Peter Dietz
Hi Fernando,

Are you talking about the notification emails the DSpace Administrator
receives for submissions and registrations, or the ones that the end-user /
submitter receives?

You can change who receives the new-user-registration emails by setting:

# Recipient for new user registration emails
registration.notify = ${mail.registration.notify}

Leaving that blank means that the admin doesn't get this email.



Peter Dietz
Longsight
www.longsight.com
pe...@longsight.com
p: 740-599-5005 x809


On Fri, May 30, 2014 at 7:55 AM, Fernando Ariel Martinez 
fmarti...@uns.edu.ar wrote:

 Hi,

 Somebody knows how to disable submissions and registration emails
 without disabling also change password email? (Google doesn't help.)
 Any help will be appreciated.

 Regards.

 --
 ---
 Lic. Fernando Ariel Martinez
 ---
 Biblioteca Central Prof. Nicolás Matijevic
 Universidad Nacional del Sur - http://bc.uns.edu.ar
 Bahía Blanca - Argentina
 ---



 --
 Time is money. Stop wasting it! Get your web API in 5 minutes.
 www.restlet.com/download
 http://p.sf.net/sfu/restlet
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Email configuration

2013-06-09 Thread helix84
On Fri, Jun 7, 2013 at 1:16 PM, Ibrahim Bounhas
bounhas.ibra...@yahoo.fr wrote:
 We are having an error when manu users log to their accounts and an out of 
 memory error appears. Is there any way to solve this problem? Is there any 
 way to configure the memory required for Dspace in Windows server 2003.

Please, always start a new thread when asking a new question.

Out of memory errors are quite common and are solved by adjusting the
values of different memory spaces in your JAVA_OPTS variable. They may
require some amont of experimenting until you can figure out
appropriate values for your particular environment. See more details
here:

https://wiki.duraspace.org/display/DSDOC3x/Performance+Tuning+DSpace


Regards,
~~helix84

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

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Email configuration

2013-06-07 Thread Ibrahim Bounhas
Hi
 
We are having an error when manu users log to their accounts and an out of 
memory error appears. Is there any way to solve this problem? Is there any way 
to configure the memory required for Dspace in Windows server 2003.

Ibrahim Bounhas
-
Computer Science, Arabic IR  NLP 
Higher Institute of Documentation
La Manouba University, Tunisia
+ Rose of Hope Association
Scholar| LinkedIn| DBLP| Facebook | ResearchGate
 


 De : Ibrahim Bounhas bounhas.ibra...@yahoo.fr
À : dspace-tech@lists.sourceforge.net dspace-tech@lists.sourceforge.net 
Envoyé le : Mardi 28 mai 2013 9h38
Objet : Email configuration
  


Dear Sir
 
We are installing dspace in La Manouba University, Tunisia. We have problems 
configuring the email. Bellow the settings:
 
# Email settings ##
# SMTP mail server
mail.server = smtp.gmail.com
# SMTP mail server authentication username and password (if required)
mail.server.username = dspaceISDnoreply 
mail.server.password = dspaceisd
# SMTP mail server alternate port (defaults to 25)
# mail.server.port = 25
# From address for mail
mail.from.address = dspaceisdnore...@gmail.com
# Currently limited to one recipient!
feedback.recipient = dspaceisdnore...@gmail.com

# General site administration (Webmaster) e-mail
mail.admin = dspaceisdnore...@gmail.com
# Recipient for server errors and alerts
alert.recipient = dspaceisdnore...@gmail.com
# Recipient for new user registration emails
registration.notify = dspaceisdnore...@gmail.com
# Set the default mail character set. This may be over ridden by providing a 
line
# inside the email template charset: encoding, otherwise this default is 
used.
#mail.charset = UTF-8
# A comma separated list of hostnames that are allowed to refer browsers to 
email forms.
# Default behaviour is to accept referrals only from dspace.hostname
mail.allowed.referrers = serveuret
# Pass extra settings to the Java mail library. Comma separated, equals sign 
between
# the key and the value.
mail.extraproperties = mail.smtp.socketFactory.port=465, \ 
mail.smtp.starttls.enable=true, \
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
mail.smtp.socketFactory.fallback=false
# An option is added to disable the mailserver. By default, this property is 
set to false
# By setting mail.server.disabled = true, DSpace will not send out emails.
# It will instead log the subject of the email which should have been sent
# This is especially useful for development and test environments where 
production data is used when testing functionality.
#mail.server.disabled = false
# Default language for metadata values
default.language = en_US

**
When an author tries tro subscribe to our repository, the registration page 
takes a lot of time and then displays internal system error. In the log 
fiile, we find the following exception:
Exception reading response

Can you please help us
Thank you

Ibrahim Bounhas
-
Computer Science, Arabic IR  NLP 
Higher Institute of Documentation
La Manouba University, Tunisia
+ Rose of Hope Association
Scholar| LinkedIn| DBLP| Facebook | ResearchGate--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Email configuration

2013-05-28 Thread Ibrahim Bounhas
Dear Sir
 
We are installing dspace in La Manouba University, Tunisia. We have problems 
configuring the email. Bellow the settings:
 
# Email settings ##
# SMTP mail server
mail.server = smtp.gmail.com
# SMTP mail server authentication username and password (if required)
mail.server.username = dspaceISDnoreply 
mail.server.password = dspaceisd
# SMTP mail server alternate port (defaults to 25)
# mail.server.port = 25
# From address for mail
mail.from.address = dspaceisdnore...@gmail.com
# Currently limited to one recipient!
feedback.recipient = dspaceisdnore...@gmail.com

# General site administration (Webmaster) e-mail
mail.admin = dspaceisdnore...@gmail.com
# Recipient for server errors and alerts
alert.recipient = dspaceisdnore...@gmail.com
# Recipient for new user registration emails
registration.notify = dspaceisdnore...@gmail.com
# Set the default mail character set. This may be over ridden by providing a 
line
# inside the email template charset: encoding, otherwise this default is 
used.
#mail.charset = UTF-8
# A comma separated list of hostnames that are allowed to refer browsers to 
email forms.
# Default behaviour is to accept referrals only from dspace.hostname
mail.allowed.referrers = serveuret
# Pass extra settings to the Java mail library. Comma separated, equals sign 
between
# the key and the value.
mail.extraproperties = mail.smtp.socketFactory.port=465, \ 
mail.smtp.starttls.enable=true, \
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
mail.smtp.socketFactory.fallback=false
# An option is added to disable the mailserver. By default, this property is 
set to false
# By setting mail.server.disabled = true, DSpace will not send out emails.
# It will instead log the subject of the email which should have been sent
# This is especially useful for development and test environments where 
production data is used when testing functionality.
#mail.server.disabled = false
# Default language for metadata values
default.language = en_US
 
**
When an author tries tro subscribe to our repository, the registration page 
takes a lot of time and then displays internal system error. In the log 
fiile, we find the following exception:
Exception reading response
 
Can you please help us
Thank you

Ibrahim Bounhas
-
Computer Science, Arabic IR  NLP 
Higher Institute of Documentation
La Manouba University, Tunisia
+ Rose of Hope Association
Scholar| LinkedIn| DBLP| Facebook | ResearchGate--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Email configuration

2013-05-28 Thread Hilton Gibson
Hi Ibrahim

Please check all the notes about Gmail here:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S07

Regards

hg


On 28 May 2013 10:38, Ibrahim Bounhas bounhas.ibra...@yahoo.fr wrote:

 Dear Sir

 We are installing dspace in La Manouba University, Tunisia. We have
 problems configuring the email. Bellow the settings:


 # Email settings ##
 # SMTP mail server
 mail.server = smtp.gmail.com
 # SMTP mail server authentication username and password (if required)
 mail.server.username = dspaceISDnoreply
 mail.server.password = dspaceisd
 # SMTP mail server alternate port (defaults to 25)
 # mail.server.port = 25
 # From address for mail
 mail.from.address = dspaceisdnore...@gmail.com
 # Currently limited to one recipient!
 feedback.recipient = dspaceisdnore...@gmail.com

 # General site administration (Webmaster) e-mail
 mail.admin = dspaceisdnore...@gmail.com
 # Recipient for server errors and alerts
 alert.recipient = dspaceisdnore...@gmail.com
 # Recipient for new user registration emails
 registration.notify = dspaceisdnore...@gmail.com
 # Set the default mail character set. This may be over ridden by providing
 a line
 # inside the email template charset: encoding, otherwise this default
 is used.
 #mail.charset = UTF-8
 # A comma separated list of hostnames that are allowed to refer browsers
 to email forms.
 # Default behaviour is to accept referrals only from dspace.hostname
 mail.allowed.referrers = serveuret
 # Pass extra settings to the Java mail library. Comma separated, equals
 sign between
 # the key and the value.
 mail.extraproperties = mail.smtp.socketFactory.port=465, \
 mail.smtp.starttls.enable=true, \
 mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
 mail.smtp.socketFactory.fallback=false
 # An option is added to disable the mailserver. By default, this property
 is set to false
 # By setting mail.server.disabled = true, DSpace will not send out emails.
 # It will instead log the subject of the email which should have been sent
 # This is especially useful for development and test environments where
 production data is used when testing functionality.
 #mail.server.disabled = false
 # Default language for metadata values
 default.language = en_US

 **
 When an author tries tro subscribe to our repository, the registration
 page takes a lot of time and then displays internal system error. In the
 log fiile, we find the following exception:
 Exception reading response

 Can you please help us
 Thank you

 *Ibrahim Bounhas*
 -
 *Computer Science, Arabic IR  NLP *
 Higher Institute of Documentation http://www.isd.rnu.tn/fr/
 La Manouba University, Tunisia http://www.uma.rnu.tn/index.php?code=5
 + Rose of Hope Association https://www.facebook.com/assoc.rose.espoir
 Scholar http://scholar.google.com/citations?user=Kcnf37wJhl=fr |
 LinkedInhttp://www.linkedin.com/profile/view?id=82214138authType=NAME_SEARCHauthToken=LyMGlocale=en_USsrchid=5fb19285-7806-44ab-9fae-f006f15c4d32-0srchindex=1srchtotal=1pvs=pstrk=pp_profile_name_link|
 DBLPhttp://www.informatik.uni-trier.de/~ley/pers/hd/b/Bounhas:Ibrahim.html|
 Facebook https://www.facebook.com/bounhas.ibrahim | 
 ResearchGatehttps://www.researchgate.net/profile/Ibrahim_Bounhas/


 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025C
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ar1.sun.ac.za
http://aj1.sun.ac.za
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Email configuration

2013-05-28 Thread helix84
On Tue, May 28, 2013 at 10:38 AM, Ibrahim Bounhas
bounhas.ibra...@yahoo.frwrote:

 mail.extraproperties = mail.smtp.socketFactory.port=465, \
 mail.smtp.starttls.enable=true, \
 mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
 mail.smtp.socketFactory.fallback=false


I see a mistake here. Remove this part:
mail.smtp.starttls.enable=true, \

The recommended documentation for setting up DSpace with GMail SMTP is here:

http://blog.stuartlewis.com/2009/09/05/using-gmail-with-dspace/

Then use the test-email script to verify whether it works. If it doesn't
send us the full output of test-email.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette