From ghynxmail at gmail.com Mon Mar 11 21:14:29 2013 From: ghynxmail at gmail.com (Gregoire Henry) Date: Mon, 11 Mar 2013 22:14:29 +0100 Subject: [zanata-users] Problem wit smtp configuration Message-ID: Hello I'm using Zanata serve 2.0.3 on Windows I can't suceed to configure smtp server .. I've changed conf/zanata.properties (see below) but zanata still try to connect to localhost as smtp server ... Caused by: javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; any idea ? --- /conf/zanata zanata.email.default.from = zanata at lswe.com zanata.smtp.host = xxxxxx.lswe.priv zanata.smtp.port = 25 #zanata.smtp.username #zanata.smtp.password #zanata.smtp.tls #zanata.smtp.ssl Regards Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: From ghynxmail at gmail.com Tue Mar 12 10:31:28 2013 From: ghynxmail at gmail.com (Gregoire Henry) Date: Tue, 12 Mar 2013 11:31:28 +0100 Subject: [zanata-users] Problem wit smtp configuration In-Reply-To: References: <513E5A2B.1020208@redhat.com> Message-ID: Hi Carlos .. ok , found where the stuff went wrong ... The problem arise when a user try to register itself , Zanata fail to send the mail (attempt to send to localhost despite of zanata.properties configuration) . I 've modified (inside the zanata.war) the configuration of WEB-INF/classes/META-INF/component.xml as i've seen that this part of the application use seam-mail .. changed to And all is fine now , register mail is send to the good server .. Well , this is a workaround .. i think there is a bug here .. Raised in bugzilla as https://bugzilla.redhat.com/show_bug.cgi?id=920539 Regards , Greg 2013/3/12 Gregoire Henry > Hello Carlos , > > Thers is no such things as a stupid question.. :-) > > But , yes i've restarted the server , > > There is just 2 points : > - Should i configure the internal jboss mail service ? > - I made some digg into the code and see that it try to read an > inputstream from "/zanata.properties", not sure if /server/zanata/conf is > at the root of the classpath > > Any way if this configuration is in production somewhere , i should have > made something wrong ... > > ( by the way , same thing with the 2.02 release of zanata) > > > Greg > > > 2013/3/11 Carlos Munoz > >> Hi Greg, >> >> This might be a stupid question but just trying to cover all the bases: >> after changing zanata.properties file did you restart the server? >> Changes to this file are only read when the server is coming up. >> >> Carlos A. Munoz >> Senior Software Engineer >> Engineering - Internationalisation >> Red Hat >> >> On 03/12/2013 07:14 AM, Gregoire Henry wrote: >> > Hello >> > >> > I'm using Zanata serve 2.0.3 on Windows >> > >> > I can't suceed to configure smtp server .. >> > >> > I've changed conf/zanata.properties (see below) but zanata still try to >> > connect to localhost as smtp server ... >> > >> > Caused by: javax.mail.MessagingException: Could not connect to SMTP >> > host: localhost, port: 25; >> > >> > >> > any idea ? >> > >> > --- /conf/zanata >> > zanata.email.default.from = zanata at lswe.com >> > zanata.smtp.host = xxxxxx.lswe.priv >> > zanata.smtp.port = 25 >> > #zanata.smtp.username >> > #zanata.smtp.password >> > #zanata.smtp.tls >> > #zanata.smtp.ssl >> > >> > >> > Regards >> > >> > Greg >> > >> > >> > _______________________________________________ >> > zanata-users mailing list >> > zanata-users at redhat.com >> > https://www.redhat.com/mailman/listinfo/zanata-users >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From camunoz at redhat.com Tue Mar 12 22:18:21 2013 From: camunoz at redhat.com (Carlos Munoz) Date: Wed, 13 Mar 2013 08:18:21 +1000 Subject: [zanata-users] Problem wit smtp configuration In-Reply-To: References: <513E5A2B.1020208@redhat.com> Message-ID: <513FA9AD.9000403@redhat.com> Thanks for the feedback Greg. I'll be sure to correct that bug for our next release. Regards, Carlos A. Munoz Senior Software Engineer Engineering - Internationalisation Red Hat On 03/12/2013 08:31 PM, Gregoire Henry wrote: > Hi Carlos .. > > ok , found where the stuff went wrong ... > > The problem arise when a user try to register itself , Zanata fail to > send the mail (attempt to send to localhost despite of zanata.properties > configuration) . > > I 've modified (inside the zanata.war) the configuration of > WEB-INF/classes/META-INF/component.xml as i've seen that this part of > the application use seam-mail .. > > > > > > changed to > > tls="false"/> > > > And all is fine now , register mail is send to the good server .. > > Well , this is a workaround .. i think there is a bug here .. > > Raised in bugzilla as https://bugzilla.redhat.com/show_bug.cgi?id=920539 > > Regards , > Greg > > > > > 2013/3/12 Gregoire Henry > > > Hello Carlos , > > Thers is no such things as a stupid question.. :-) > > But , yes i've restarted the server , > > There is just 2 points : > - Should i configure the internal jboss mail service ? > - I made some digg into the code and see that it try to read an > inputstream from "/zanata.properties", not sure if > /server/zanata/conf is at the root of the classpath > > Any way if this configuration is in production somewhere , i should > have made something wrong ... > > ( by the way , same thing with the 2.02 release of zanata) > > > Greg > > > 2013/3/11 Carlos Munoz > > > Hi Greg, > > This might be a stupid question but just trying to cover all the > bases: > after changing zanata.properties file did you restart the server? > Changes to this file are only read when the server is coming up. > > Carlos A. Munoz > Senior Software Engineer > Engineering - Internationalisation > Red Hat > > On 03/12/2013 07:14 AM, Gregoire Henry wrote: > > Hello > > > > I'm using Zanata serve 2.0.3 on Windows > > > > I can't suceed to configure smtp server .. > > > > I've changed conf/zanata.properties (see below) but zanata > still try to > > connect to localhost as smtp server ... > > > > Caused by: javax.mail.MessagingException: Could not connect to > SMTP > > host: localhost, port: 25; > > > > > > any idea ? > > > > --- /conf/zanata > > zanata.email.default.from = zanata at lswe.com > > > > zanata.smtp.host = xxxxxx.lswe.priv > > zanata.smtp.port = 25 > > #zanata.smtp.username > > #zanata.smtp.password > > #zanata.smtp.tls > > #zanata.smtp.ssl > > > > > > Regards > > > > Greg > > > > > > _______________________________________________ > > zanata-users mailing list > > zanata-users at redhat.com > > https://www.redhat.com/mailman/listinfo/zanata-users > > > From sankarshan.mukhopadhyay at gmail.com Fri Mar 29 15:02:29 2013 From: sankarshan.mukhopadhyay at gmail.com (Sankarshan Mukhopadhyay) Date: Fri, 29 Mar 2013 20:32:29 +0530 Subject: [zanata-users] A few queries about sign-in to translate.zanata.org Message-ID: Hi, I was trying to sign-in to the instance with my Google Auth and, create an account. I noticed the following: - on selecting the Google icon from the various auth mechanisms, it prompted me to select the identity/account to use - the next screen informed that my email address would be consumed - the next screen presented me with fields to provide a name, an username and, an email address ("Edit Profile") - after I filled up the above fields, a screen presented itself to request (the "Account Details" part of "Edit profile") filling up the name and email address And, I am unable to save and proceed forward. It seems that the system mandates that the first letter of the name has to be capitalized and, the email should be in username at domain name format. So, my queries are - when I opt to use the Google Auth and select the account, should the system source the name and email from Google and, pre-load the data on the Edit Profile form? And, my email address is a.b at domain (in fact, I tried it with this specific email) and is that form preventing me from proceeding? /sankarshan -- sankarshan mukhopadhyay