Hi,

The problem has been resolved. Now new user can register and login.
Thank you all for your help.

With regards,
sanjib umar deka


On Fri, Jun 14, 2013 at 1:49 PM, Amandeep Kapila
<kapila.amand...@gmail.com>wrote:

> Hello,
>
>         Then recheck the next line containing your public IP and FQDN. May
> be an extra space causing some error though I am not sure. I simply put
> tabs in between and it works. Also check this link,
>
>
> https://confluence.atlassian.com/display/CONFKB/Sending+email+fails+due+to+501+Syntax%3A+HELO+hostname+error
>
> Cheers,
>
> ----
> aman,
> (Amandeep Kapila),
> Consultant, Digitization
> National University of Educational
> Planning & Administration (NUEPA),
> New Delhi,
> INDIA.
>
>
> On Fri, Jun 14, 2013 at 12:24 PM, SanjibKumarDeka <xan...@gmail.com>wrote:
>
>> Hi,
>>
>> I edited the localhost file by putting the line <127.0.0.1    localhost>.
>> But still unable to send email. When I checked test email, I found the
>> following:
>>
>> [dspace@CENTRAL-LIBRARY bin]$ /dspace/bin/dspace test-email
>>  INFO [main] (DSpaceKernelInit.java:52) - Created new kernel:
>> DSpaceKernel:org.dspace:name=4eda429a-0a65-4b68-bd6b-965844cd8ef6,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null
>>
>>  INFO [main] (ConfigurationManager.java:1224) - Loading from classloader:
>> file:/dspace/config/dspace.cfg
>>  INFO [main] (ConfigurationManager.java:1224) - Using dspace provided log
>> configuration (log.init.config)
>>  INFO [main] (ConfigurationManager.java:1224) - Loading:
>> /dspace/config/log4j.properties
>>
>> About to send test email:
>>  - To: skd...@iitg.ernet.in
>>  - Subject: DSpace test email
>>  - Server: naambor.iitg.ernet.in
>>
>> Error sending email:
>>  - Error: javax.mail.MessagingException: 501 Syntax: HELO hostname
>>
>>
>> Please see the DSpace documentation for assistance.
>>
>>
>>
>> [dspace@CENTRAL-LIBRARY bin]$
>> =============
>>
>> Regards,
>> sanjib kumar deka
>>
>>
>>
>> On Fri, Jun 14, 2013 at 9:59 AM, Amandeep Kapila <
>> kapila.amand...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>>         The system might be telling you the file is read only because
>>> the user you are logged in with doesn't have permissions to edit it. You
>>> can edit it as root user or using sudo privileges.
>>>
>>>         Before making any edits you should backup a copy of the file in
>>> case you need to revert back. Your loopback IP has multiple domain entries.
>>> try by removing them by commenting out the original line and putting
>>> instead the following
>>>
>>>         127.0.0.1       localhost
>>>
>>>          Also you should keep a separate small machine with similar
>>> installation for testing such problem.
>>>
>>>          Hope this will help.
>>>
>>>          Best of Luck.
>>>
>>> Regards,
>>>
>>> Cheers,
>>>
>>> ----
>>> aman,
>>> (Amandeep Kapila),
>>> Consultant, Digitization
>>> National University of Educational
>>> Planning & Administration (NUEPA),
>>> New Delhi,
>>> INDIA.
>>>
>>>
>>> On Fri, Jun 14, 2013 at 9:48 AM, SanjibKumarDeka <xan...@gmail.com>wrote:
>>>
>>>> HI,
>>>>
>>>> Could you please tell me what's the wrong with the /etc/hosts.
>>>> This is read only file. Should I make the changes here ?
>>>>
>>>> Regards,
>>>> sanjib kumar deka
>>>>
>>>>
>>>> On Thu, Jun 13, 2013 at 5:31 PM, SanjibKumarDeka <xan...@gmail.com>wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Following contents is available in the /etc/hosts.
>>>>> ====
>>>>> 127.0.0.1   localhost localhost.localdomain localhost4
>>>>> localhost4.localdomain4
>>>>> ::1         localhost localhost.localdomain localhost6
>>>>> localhost6.localdomain6
>>>>> 202.141.80.9    nmbor.iitg.ernet.in         nmbor
>>>>> ====
>>>>> nmbor is institute mail server name.
>>>>>
>>>>> Kindly suggest where I have to make the changes.
>>>>>
>>>>> Regards,
>>>>> sanjib kumar deka
>>>>>
>>>>>
>>>>> On Thu, Jun 13, 2013 at 5:04 PM, Drover, Matt <mattdro...@mun.ca>wrote:
>>>>>
>>>>>> Hi, edit your /etc/hosts and specify a hostname for your ip. By IP,
>>>>>> I'm referring to the dspace computers IP. This is not a mailserver issue.
>>>>>> ****
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> *Matthew Drover
>>>>>> *Programmer Consultant****
>>>>>>
>>>>>> Immersive Technology
>>>>>> Distance Education, Learning and Teaching Support
>>>>>> *Memorial University of Newfoundland* ****
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> *From:* SanjibKumarDeka [mailto:xan...@gmail.com]
>>>>>> *Sent:* Thursday, June 13, 2013 8:35 AM
>>>>>> *To:* dspace-tech
>>>>>> *Subject:* [Dspace-tech] Unable to send email****
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> Dear Sir,
>>>>>>
>>>>>> We are using DSpace 3.1 in RHEL 6.4 with xmlui interface.
>>>>>> I configured the email setting using my Institute's mail server. But
>>>>>> still unable to register as new user.
>>>>>> When I run the test-email command, found the following messages.
>>>>>> ==============
>>>>>> [dspace@CENTRAL-LIBRARY root]$ /dspace/bin/dspace test-email
>>>>>>  INFO [main] (DSpaceKernelInit.java:52) - Created new kernel:
>>>>>> DSpaceKernel:org.dspace:name=c586bdc6-4e48-4094-9946-7f8875f3a3f3,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null
>>>>>>  INFO [main] (ConfigurationManager.java:1224) - Loading from
>>>>>> classloader: file:/dspace/config/dspace.cfg
>>>>>>  INFO [main] (ConfigurationManager.java:1224) - Using dspace provided
>>>>>> log configuration (log.init.config)
>>>>>>  INFO [main] (ConfigurationManager.java:1224) - Loading:
>>>>>> /dspace/config/log4j.properties
>>>>>>
>>>>>> About to send test email:
>>>>>>  - To: skd...@iitg.ernet.in
>>>>>>  - Subject: DSpace test email
>>>>>>  - Server: naambor.iitg.ernet.in
>>>>>>
>>>>>> Error sending email:
>>>>>>  - Error: javax.mail.MessagingException: 501 Syntax: HELO hostname
>>>>>>
>>>>>>
>>>>>> Please see the DSpace documentation for assistance.
>>>>>> ===================================****
>>>>>>
>>>>>> Kindly help me please. ****
>>>>>>
>>>>>> Regards,****
>>>>>>
>>>>>> sanjib kumar deka****
>>>>>>
>>>>>> ** **
>>>>>>
>>>>>> This electronic communication is governed by the terms and conditions
>>>>>> at
>>>>>> http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
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

Reply via email to