You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2009/04/18 19:53:38 UTC

svn commit: r766363 - /ofbiz/branches/release09.04/framework/common/config/general.properties

Author: jonesde
Date: Sat Apr 18 17:53:38 2009
New Revision: 766363

URL: http://svn.apache.org/viewvc?rev=766363&view=rev
Log:
Applied fix from trunk for revision: 766336

Modified:
    ofbiz/branches/release09.04/framework/common/config/general.properties

Modified: ofbiz/branches/release09.04/framework/common/config/general.properties
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/config/general.properties?rev=766363&r1=766362&r2=766363&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/common/config/general.properties (original)
+++ ofbiz/branches/release09.04/framework/common/config/general.properties Sat Apr 18 17:53:38 2009
@@ -60,17 +60,17 @@
 usps.address.match=(^.*?p[\\. ]*o[\\. ]*box.*$)|(^.*?post.*?office.*?box.*$)|((^|(^.*? ))r[\\. ]*r[\\. ]*(( +)|([0-9#]+)).*$)|(^.*?rural.*?route.*$)
 
 # -- mail notifications enabled (Y|N)
-mail.notifications.enabled=Y
+mail.notifications.enabled=N
 
 # -- redirect all mail notifications to this address for testing
-mail.notifications.redirectTo=ofbiz@les7arts.com
+#mail.notifications.redirectTo=
 
 # -- the default mail server to use
-mail.smtp.relay.host=192.168.2.3
+mail.smtp.relay.host=localhost
 
 # -- SMTP Auth settings
-mail.smtp.auth.user=
-mail.smtp.auth.password=
+#mail.smtp.auth.user=
+#mail.smtp.auth.password=
 
 # -- Additional Required Fields needed for Gmail and other non traditional smtp servers
 # -- These added fields also work for Yahoo business mail for instance



Re: svn commit: r766363 - /ofbiz/branches/release09.04/framework/common/config/general.properties

Posted by Jacques Le Roux <ja...@les7arts.com>.
Oops, thanks David

Jacques

From: <jo...@apache.org>
> Author: jonesde
> Date: Sat Apr 18 17:53:38 2009
> New Revision: 766363
>
> URL: http://svn.apache.org/viewvc?rev=766363&view=rev
> Log:
> Applied fix from trunk for revision: 766336
>
> Modified:
>    ofbiz/branches/release09.04/framework/common/config/general.properties
>
> Modified: ofbiz/branches/release09.04/framework/common/config/general.properties
> URL: 
> http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/config/general.properties?rev=766363&r1=766362&r2=766363&view=diff
> ==============================================================================
> --- ofbiz/branches/release09.04/framework/common/config/general.properties (original)
> +++ ofbiz/branches/release09.04/framework/common/config/general.properties Sat Apr 18 17:53:38 2009
> @@ -60,17 +60,17 @@
> usps.address.match=(^.*?p[\\. ]*o[\\. ]*box.*$)|(^.*?post.*?office.*?box.*$)|((^|(^.*? ))r[\\. ]*r[\\. ]*(( 
> +)|([0-9#]+)).*$)|(^.*?rural.*?route.*$)
>
> # -- mail notifications enabled (Y|N)
> -mail.notifications.enabled=Y
> +mail.notifications.enabled=N
>
> # -- redirect all mail notifications to this address for testing
> -mail.notifications.redirectTo=ofbiz@les7arts.com
> +#mail.notifications.redirectTo=
>
> # -- the default mail server to use
> -mail.smtp.relay.host=192.168.2.3
> +mail.smtp.relay.host=localhost
>
> # -- SMTP Auth settings
> -mail.smtp.auth.user=
> -mail.smtp.auth.password=
> +#mail.smtp.auth.user=
> +#mail.smtp.auth.password=
>
> # -- Additional Required Fields needed for Gmail and other non traditional smtp servers
> # -- These added fields also work for Yahoo business mail for instance
>
>