diff --git a/horde/config/conf.xml b/horde/config/conf.xml index 5caa3f8a1e3..6db3756a468 100644 --- a/horde/config/conf.xml +++ b/horde/config/conf.xml @@ -1391,16 +1391,23 @@ (RFC 6409/STD 72; sending mail via port 25 is DEPRECATED.)"/> - false - - false - true - - - - + false + + + + true + + true + + false diff --git a/horde/docs/CHANGES b/horde/docs/CHANGES index 3768325aabc..a07a028ff3a 100644 --- a/horde/docs/CHANGES +++ b/horde/docs/CHANGES @@ -1,3 +1,11 @@ +--------- +v5.2.0RC3 +--------- + +[mms] Add configuration to allow for SMTP authentication if the current Horde + access does not have an authenticated user. + + --------- v5.2.0RC2 --------- diff --git a/horde/docs/UPGRADING b/horde/docs/UPGRADING index f302a7dd2e6..46861d4f7ce 100644 --- a/horde/docs/UPGRADING +++ b/horde/docs/UPGRADING @@ -81,10 +81,14 @@ The following options were added:: $conf['cachecssparams']['filemtime'] $conf['history']['driver'] $conf['history']['params']['driverconfig'] + $conf['mailer']['params']['password_auth'] + $conf['mailer']['params']['username_auth'] The available options for the following options were changed:: $conf['activesync']['logging']['type'] + $conf['mailer']['params']['password'] (for SMTP) + $conf['mailer']['params']['username'] (for SMTP) The default value for the following options were changed:: diff --git a/horde/package.xml b/horde/package.xml index 705bfaed837..0c4f51693e5 100644 --- a/horde/package.xml +++ b/horde/package.xml @@ -39,7 +39,7 @@ LGPL-2 -* +* [mms] Add configuration to allow for SMTP authentication if the current Horde access does not have an authenticated user. @@ -3932,7 +3932,7 @@ 2014-07-01 LGPL-2 -* +* [mms] Add configuration to allow for SMTP authentication if the current Horde access does not have an authenticated user.