Re: Change SMTP port
Hussayn Dabbous <[email protected]> Fri, 18 Sep 2009 15:56:16 +0200
| Newsgroups | gmane.comp.java.scarab.user |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_1262_20666672.1253282082195 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The properties guide is here: http://www.solitone.org/scarab-021-doc/scarab_properties_final.html You will find some basic documentation there (sorry, not for all properties= ) From Jonhannes's list i think the following ones are the relevant=20 properties: # system.mail.host # system.mail.smtp.user # system.mail.smtp.pwd # scarab.email.domain # system.mail.smtp.from # scarab.email.default.fromAddress # scarab.email.register.fromAddress But i must admit, that i never setup an EMail connection over https with=20 password protection. If nothing goes, you always can setup a local email server without=20 authentification (access only from localhost) and forward from there to your company server. regards, Hussayn Johannes H=C3=B6chst=C3=A4dter wrote: > Hi, > > In project.properties I found the following properties: > > # system.mail.host > # system.mail.smtp.user > # system.mail.smtp.pwd > # system.mail.smtp.debug > # scarab.email.domain > # scarab.email.default.fromName > # system.mail.pseudohtml > # system.email.html > # scarab.email.register.fromName > # scarab.email.forgotpassword.fromName > # scarab.email.archive.toAddress > # scarab.email.default.fromAddress > # scarab.email.register.fromAddress > # scarab.email.forgotpassword.fromAddress > # system.mail.smtp.from > > Do your best. > > cheers > > pangkorean schrieb: > =20 >> Dear, >> I want to setup Scarab so that it can send notification email using SMTP >> server with SSL connection (port 465) along with username and password f= or >> authentication >> I did set correctly properties below in WEB-INF/conf/custom.properties a= nd >> restart. >> mail.host >> mail.smtp.port >> mail.smtp.pwd >> mail.smtp.user >> >> But no email generated, am I missing some steps?=20 >> Please help. >> >> Thank you. >> >> Regards, >> pangkorean >> >> >> >> >> hussayn wrote: >> =20 >> =20 >>> not sure, but found these properties in the EMail submodule >>> of Turbine: >>> >>> mail.host >>> mail.smtp.port >>> mail.smtp.pwd >>> mail.smtp.user >>> >>> I am not sure how these properties relate to the properties >>> in project.properties regarding E-Mail. But at least you can >>> try to set these properties in your >>> >>> WEB-INF/conf/custom.properties >>> >>> restart the webapp and see if you get it to work. >>> From my understanding of the Turbine property-concept >>> that should work (but as i said im guessing here!) >>> Please can you report your results to this list? >>> >>> that would be great. Thanks! >>> >>> Hope, this helps. >>> regards, hussayn >>> >>> Juan Diego Moreira wrote: >>> =20 >>> =20 >>>> Hello. >>>> >>>> In the file WEB-INF\conf\defaultCustom.properties there is a property= =20 >>>> called system.mail.host to set the address of the smtp server but, Is= =20 >>>> there any way to set an smtp port different to the default one (25)? >>>> >>>> Thanks in advance. >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>>> =20 >>>> =20 >>> --=20 >>> Dr. Hussayn Dabbous >>> SAXESS Software Design GmbH >>> Neuenh=C3=B6fer Allee 125 >>> 50935 K=C3=B6ln >>> >>> tel.: +49 221 560 11 0 >>> fax.: +49 221 560 11 20 >>> >>> mailto:[email protected] >>> http://www.saxess.de >>> http://www.saxess.com >>> http://www.saxess.org >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >>> =20 >>> =20 >> =20 > > ------------------------------------------------------ > http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3D456&dsMessageId=3D= 2396454 > > To unsubscribe from this discussion, e-mail: [[email protected]= gris.org]. > =20 --=20 Dr. Hussayn Dabbous SAXESS Software Design GmbH Neuenh=C3=B6fer Allee 125 50935 K=C3=B6ln tel.: +49 221 560 11 0 fax.: +49 221 560 11 20 mailto:[email protected] http://www.saxess.de http://www.saxess.com http://www.saxess.org ------------------------------------------------------ http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3D456&dsMessageId=3D23= 96469 To unsubscribe from this discussion, e-mail: [[email protected]= is.org]. ------=_Part_1262_20666672.1253282082195 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content=3D"text/html;charset=3DUTF-8" http-equiv=3D"Content-Type"> </head> <body bgcolor=3D"#ffffff" text=3D"#000000"> The properties guide is here:<br> <br> <a class=3D"moz-txt-link-freetext" href=3D"http://www.solitone.org/scarab-0= 21-doc/scarab_properties_final.html">http://www.solitone.org/scarab-021-doc= /scarab_properties_final.html</a><br> <br> You will find some basic documentation there (sorry, not for all properties)<br> From Jonhannes's list i think the following ones are the relevant properties:<br> <pre wrap=3D""># system.mail.host # system.mail.smtp.user # system.mail.smtp.pwd # scarab.email.domain # system.mail.smtp.from </pre> <pre wrap=3D""># scarab.email.default.fromAddress # scarab.email.register.fromAddress </pre> <br> But i must admit, that i never setup an EMail connection over https with password protection.<br> If nothing goes, you always can setup a local email server without authentification <br> (access only from localhost) and forward from there to your company server.<br> <br> regards,<br> Hussayn<br> <br> Johannes H=C3=B6chst=C3=A4dter wrote: <blockquote cite=3D"mid:[email protected]" type=3D"cite"> <pre wrap=3D"">Hi, In project.properties I found the following properties: # system.mail.host # system.mail.smtp.user # system.mail.smtp.pwd # system.mail.smtp.debug # scarab.email.domain # scarab.email.default.fromName # system.mail.pseudohtml # system.email.html # scarab.email.register.fromName # scarab.email.forgotpassword.fromName # scarab.email.archive.toAddress # scarab.email.default.fromAddress # scarab.email.register.fromAddress # scarab.email.forgotpassword.fromAddress # system.mail.smtp.from Do your best. cheers pangkorean schrieb: </pre> <blockquote type=3D"cite"> <pre wrap=3D"">Dear, I want to setup Scarab so that it can send notification email using SMTP server with SSL connection (port 465) along with username and password for authentication I did set correctly properties below in WEB-INF/conf/custom.properties and restart. mail.host mail.smtp.port mail.smtp.pwd mail.smtp.user But no email generated, am I missing some steps?=20 Please help. Thank you. Regards, pangkorean hussayn wrote: =20 </pre> <blockquote type=3D"cite"> <pre wrap=3D"">not sure, but found these properties in the EMail subm= odule of Turbine: mail.host mail.smtp.port mail.smtp.pwd mail.smtp.user I am not sure how these properties relate to the properties in project.properties regarding E-Mail. But at least you can try to set these properties in your WEB-INF/conf/custom.properties restart the webapp and see if you get it to work. From my understanding of the Turbine property-concept that should work (but as i said im guessing here!) Please can you report your results to this list? that would be great. Thanks! Hope, this helps. regards, hussayn Juan Diego Moreira wrote: =20 </pre> <blockquote type=3D"cite"> <pre wrap=3D"">Hello. In the file WEB-INF\conf\defaultCustom.properties there is a property=20 called system.mail.host to set the address of the smtp server but, Is=20 there any way to set an smtp port different to the default one (25)? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: <a class=3D"moz-txt-link-abbreviated" href=3D"mailt= o:[email protected]">[email protected]<= /a> For additional commands, e-mail: <a class=3D"moz-txt-link-abbreviated" href= =3D"mailto:[email protected]">[email protected]</a> =20 </pre> </blockquote> <pre wrap=3D"">--=20 Dr. Hussayn Dabbous SAXESS Software Design GmbH Neuenh=C3=B6fer Allee 125 50935 K=C3=B6ln tel.: +49 221 560 11 0 fax.: +49 221 560 11 20 <a class=3D"moz-txt-link-freetext" href=3D"mailto:[email protected]">mailto:in= [email protected]</a> <a class=3D"moz-txt-link-freetext" href=3D"http://www.saxess.de">http://www= .saxess.de</a> <a class=3D"moz-txt-link-freetext" href=3D"http://www.saxess.com">http://ww= w.saxess.com</a> <a class=3D"moz-txt-link-freetext" href=3D"http://www.saxess.org">http://ww= w.saxess.org</a> --------------------------------------------------------------------- To unsubscribe, e-mail: <a class=3D"moz-txt-link-abbreviated" href=3D"mailt= o:[email protected]">[email protected]<= /a> For additional commands, e-mail: <a class=3D"moz-txt-link-abbreviated" href= =3D"mailto:[email protected]">[email protected]</a> =20 </pre> </blockquote> <pre wrap=3D""> </pre> </blockquote> <pre wrap=3D""><!----> ------------------------------------------------------ <a class=3D"moz-txt-link-freetext" href=3D"http://scarab.tigris.org/ds/view= Message.do?dsForumId=3D456&dsMessageId=3D2396454">http://scarab.tigris.org/= ds/viewMessage.do?dsForumId=3D456&dsMessageId=3D2396454</a> To unsubscribe from this discussion, e-mail: [<a class=3D"moz-txt-link-abbr= eviated" href=3D"mailto:[email protected]">users-unsubscr= [email protected]</a>]. </pre> </blockquote> <br> <br> <pre class=3D"moz-signature" cols=3D"120">--=20 Dr. Hussayn Dabbous SAXESS Software Design GmbH Neuenh=C3=B6fer Allee 125 50935 K=C3=B6ln tel.: +49 221 560 11 0 fax.: +49 221 560 11 20 <a class=3D"moz-txt-link-freetext" href=3D"mailto:[email protected]">mailto:in= [email protected]</a> <a class=3D"moz-txt-link-freetext" href=3D"http://www.saxess.de">http://www= .saxess.de</a> <a class=3D"moz-txt-link-freetext" href=3D"http://www.saxess.com">http://ww= w.saxess.com</a> <a class=3D"moz-txt-link-freetext" href=3D"http://www.saxess.org">http://ww= w.saxess.org</a> </pre> </body> </html> ------=_Part_1262_20666672.1253282082195--