You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/06 07:00:47 UTC

svn commit: r762211 - /ofbiz/trunk/framework/common/config/general.properties

Author: jleroux
Date: Mon Apr  6 05:00:46 2009
New Revision: 762211

URL: http://svn.apache.org/viewvc?rev=762211&view=rev
Log:
Fix r762207

Modified:
    ofbiz/trunk/framework/common/config/general.properties

Modified: ofbiz/trunk/framework/common/config/general.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/general.properties?rev=762211&r1=762210&r2=762211&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/general.properties (original)
+++ ofbiz/trunk/framework/common/config/general.properties Mon Apr  6 05:00:46 2009
@@ -57,17 +57,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
@@ -106,9 +106,9 @@
 
 https.demo.ofbiz.org=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBT8mLFVw0UmWN4r07bOuUQ4UabwzBR-S6mi2C6yWQ3KgNfeTwPMkzxS3w
 http.demo.ofbiz.org=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBRoVXyd5dd326mHOq_i9bqLAUXkDBRqjQ4AJUrcmS2zceBQ5QbrIybgdA
-
+ 
 https.lamouline.myvnc.com=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBSzEzroB3fSdgSb-2dwDb6HBu9wWBToPcXMOlizmh-CuuHcApTmyJLuZA
 http.lamouline.myvnc.com=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBSW4gdJuhtquQGZ6TdBCoQ9-UcKjBR51jwokpCIee0XaL6FQu35VzcqxA
 
 https.localhost=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBQN-clGH2vvMMwJjYtcwF78UzZgEBTN70S6uIgRoAtXRkADNoesbw5etg
-http.localhost=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxR3euHYk9bpwvdF2Qg1EYO1LQitHA
+http.localhost=ABQIAAAAtt0d8djaYFkk8N5LJVcDSBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxR3euHYk9bpwvdF2Qg1EYO1LQitHA
\ No newline at end of file