Well, yeah... 

as writing, I'm currently digging through the commit list in hopes of slowly
updating the xsds, java worker classes and whatnot arround the real issue... 

A quick question though, has there been alot of known issues with the  SMTP
Mailer prior January 18th? It is kinda hard to believe that I am not getting
it to run at all, so i bet I just screwed up my properties file (on a
sidenote: Thanks alot BJ, your help is as usual well appreciated):



----

# -- unique instance id (20 char max)
unique.instanceId=ofbiz1

# -- the default currency to use for prices, etc
currency.uom.id.default=EUR

# -- the default organizationPartyId for used in dropdowns and reports
defaultOrganizationPartyId=Company

# -- the default decimal format for currency
currency.decimal.format=##0,00

# -- Properties fallback locale. Change this setting with caution. If you
#    start getting "resource not found" errors, then there are
#    properties missing in the locale you selected.
locale.properties.fallback=en

# -- locales made available separated by commas
locales.available=de,en

# -- time zone IDs made available separated by commas
#timeZones.available=US/Eastern,US/Central,US/Mountain,US/Pacific,US/Alaska,US/Hawaii

# -- the default country for drop downs
country.geo.id.default=DEU

# -- the default trackingCodeId to use for Partner Managed Tracking Codes
partner.trackingCodeId.default=

# -- USPS address matching string - should be all lower case, no spaces,
pipe delimited
usps.address.match=(^.*?p[\\. ]*o[\\.
]*box.*$)|(^.*?post.*?office.*?box.*$)|((^|(^.*? ))r[\\. ]*r[\\. ]*((
+)|([0-9#]+)).*$)|(^.*?rural.*?route.*$)

# -- mail notifications enabled (Y|N)
mail.notifications.enabled=Y

# -- redirect all mail notifications to this address for testing
mail.notifications.redirectto=*...@***.ch

# -- the default mail server to use
mail.smtp.relay.host=smtp.****.ch

# -- SMTP Auth settings
mail.smtp.auth.user=sys...@***.com
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
# -- Gmail smtp port can be either 465 or 587
#mail.smtp.port=465
# -- Gmail requires StartTLS
#mail.smtp.starttls.enable=true

# -- Gmail requires a JSSE socket factory, the following socketFactory
settings will override JavaMail's default socketFactory settings
# -- Port needs to be the same as mail.smtp.port
#mail.smtp.socketFactory.port=465
#mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
#--Fallback [true|false] determines whether you will allow a non secure
connection if you are unable to get a secure one
#mail.smtp.socketFactory.fallback=false

# -- how the address are matched with the CRM addresses
mail.address.caseInsensitive=N

# -- debug SMTP mail option enabled (Y|N)
mail.debug.on=Y

# -- HTTP upload settings
# -- directory used to temporarily store files that are larger than the
configured size threshold (10K)
http.upload.max.sizethreshold=10240
# -- directory used to temporarily store files that are larger than the
configured size threshold
http.upload.tmprepository=runtime/tmp
# -- max size in bytes (-1 for unlimited)
http.upload.max.size=-1

# -- spam header name and value to block incoming spam detected by external
spam checker, configured for spam assin 
mail.spam.name=X-Spam-Flag
mail.spam.value=YES

-- 
View this message in context: 
http://www.nabble.com/Error-in-Messaging-System-up-to-R734301--tp22494971p22548566.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to