Summary | Mailer: Add Setting for TLS |
Queue | Horde Base |
Queue Version | 5.2.0 |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | torben (at) dannhauer (dot) info |
Created | 07/15/2014 (3990 days ago) |
Due | |
Updated | 08/15/2014 (3959 days ago) |
Assigned | |
Resolved | 07/15/2014 (3990 days ago) |
Milestone | |
Patch | No |
commit 0e52d5b3e40615cff89ad7e58e5def473ef5bf5d
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 14 22:50:58 2014 -0600
Documentation (
Ticket #13373)horde/config/conf.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/0e52d5b3e40615cff89ad7e58e5def473ef5bf5d
commit 5f829b5e334b49ff6e320c4575fb1d0f09b1e587
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 14 22:50:58 2014 -0600
Documentation (
Ticket #13373)horde/config/conf.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/5f829b5e334b49ff6e320c4575fb1d0f09b1e587
Thanks,
Torben
closed.
State ⇒ Rejected
Priority ⇒ 1. Low
Authentication *requires* TLS so there is no need to have any
configuration for that.
Non-authenticated connections use TLS if available and fall-back to
non-authenticated if not available. But non-authenticated connections
are deprecated so I see no need to support explicit non-secure
connections here either.
Explicit secure configuration can be passed via the 'secure'
parameter, but as noted above I see no reason to make the
configuration more complicated for the 99% of people that should just
use the default.
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Mailer: Add Setting for TLS
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ New
the SMTP server via TLS or not.
Since some servers are configured to refuse plaintext settings, it is
important to control whther to use TLS or not.
Thanks!
Torben