Several fixes.
This commit is contained in:
@@ -32,10 +32,6 @@ mail.smtp.auth=false
|
||||
mail.smtp.starttls.enable=false
|
||||
mail.smtp.quitwait=false
|
||||
|
||||
#------------------------
|
||||
# SSL SMTP Server Configuration
|
||||
#------------------------
|
||||
|
||||
#------------------------
|
||||
# GMAIL SMTP Configuration
|
||||
#------------------------
|
||||
@@ -58,7 +54,7 @@ mail.serverSendEmail=root@localhost
|
||||
mail.supportEmail=root@localhost
|
||||
|
||||
# Optional: Unexpected errors will be reported to this address.
|
||||
mail.errorReporterEmail=support@wisemapping.com
|
||||
mail.errorReporterEmail=bug-report@wisemapping.com
|
||||
|
||||
##################################################################################
|
||||
# Users Registration Configuration
|
||||
|
@@ -1,9 +0,0 @@
|
||||
# Configuration file for javax.mail
|
||||
|
||||
# Host whose mail services will be used
|
||||
# (Default value : localhost)
|
||||
mail.host=mail.wisemapping.com
|
||||
|
||||
# Return address to appear on emails
|
||||
# (Default value : username@host)
|
||||
mail.from=webmaster@wisemapping.com
|
@@ -28,6 +28,7 @@
|
||||
<sec:http pattern="/c/home" security="none"/>
|
||||
|
||||
<sec:http pattern="/c/maps/*/embed" security="none"/>
|
||||
<sec:http pattern="/c/maps/*/try" security="none"/>
|
||||
<sec:http pattern="/c/maps/*/public" security="none"/>
|
||||
<sec:http pattern="/c/GCFInstall" security="none"/>
|
||||
|
||||
|
Reference in New Issue
Block a user