sogo: v2 cd3095e4

Author Committer Branch Timestamp Parent
the_nic the_nic v2 2020-05-15 22:58 v2 9198fc9b
Affected Issues  0000031: Support for SMTP SASL AUTH and SMTP TLS/SSL
Changeset

feat(core): Support smtps and STARTTLS for SMTP

Support uri schemes for SMTP, enabling STARTTLS and SMTPS for SMTP
connections.
The new format for configuration value SMTPServer supports passing a
URI scheme (either smtp:// or smtps://). To support old configurations,
if no scheme is given, smtp:// is assumed.

Fixes 0000031

mod - Documentation/SOGoInstallationGuide.asciidoc Diff File
mod - Scripts/sogo.conf Diff File
mod - SoObjects/SOGo/SOGoDefaults.plist Diff File
mod - SoObjects/SOGo/SOGoDomainDefaults.m Diff File
mod - SoObjects/SOGo/SOGoMailer.m Diff File