Hello!!!!

Output:


>>echo "test" | mail -s "test subject"
> Send options without primary recipient specified.
> Usage: mail -eiIUdFntBDNHRV~ -T FILE -u USER -h hops -r address -s SUBJECT
> -a FILE -q FILE -f FILE -A ACCOUNT -b USERS -c USERS users
> 
>> dspace dsrun org.dspace.core.Email
> 
> 
> About to send test email:
>  - To: [email protected]
>  - Subject: DSpace test email
>  - Server: smtp.gmail.com
> 
> Error sending email:
>  - Error: javax.mail.MessagingException: Exception reading response;
>   nested exception is:
>         javax.net.ssl.SSLHandshakeException:
> sun.security.validator.ValidatorException: PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find
> valid certification path to requested target
> 
> Please see the DSpace documentation for assistance.
> 

I have taken this certification and I got a file "jssecacerts". Can u plz
tell me where to put this file into dspace directory structure????


I am using gmail server
##### Email settings ######

mail.server = smtp.gmail.com

mail.server.username = [email protected]
mail.server.password = mypassd

# mail.server.port = 25

mail.from.address =  [email protected]
feedback.recipient = [email protected]

mail.admin = [email protected]

# alert.recipient = email-address-here

# registration.notify = email-address-here
#mail.charset = UTF-8

#mail.allowed.referrers = localhost

# 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.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
                       mail.smtp.socketFactory.fallback=false


#mail.server.disabled = false

default.language = en_US




With regards


--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Error-during-user-registration-tp4445921p4491995.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to