From: Moritz Bunkus Date: Tue, 28 Aug 2012 14:40:03 +0000 (+0200) Subject: Default für SMTP-Verbindungen ist "keine Verschlüsselung" X-Git-Tag: release-3.0.0beta1~269^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e435033ee174eb5028b6e56b825533c1caf698ea;p=kivitendo-erp.git Default für SMTP-Verbindungen ist "keine Verschlüsselung" Damit wird auch nur Net::SMTP geladen, was in Core ist. --- diff --git a/config/kivitendo.conf.default b/config/kivitendo.conf.default index ff5fc3f7f..879dab0b9 100644 --- a/config/kivitendo.conf.default +++ b/config/kivitendo.conf.default @@ -118,7 +118,7 @@ port = 25 # determines whether or not encryption is used and which kind. For # 'tls' the module 'Net::SMTP::TLS' is required; for 'ssl' # 'Net::SMTP::TLS' is required and 'none' only uses 'Net::SMTP'. -security = tls +security = none # Authentication is only used if 'login' is set. You should only use # that with 'tls' or 'ssl' encryption. login =