From 5cf2965633c5bdc5303b65cc2e0f06f8acd2d5fa Mon Sep 17 00:00:00 2001 From: jkaberg Date: Tue, 12 Aug 2014 12:04:27 +0200 Subject: [PATCH] tls instead of ssl --- setup/owncloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 88054a76..9e7a7561 100644 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -43,7 +43,7 @@ if [ ! -f "/usr/local/lib/owncloud/config/config.php" ]; then array('localhost', 11211), ), 'mail_smtpmode' => 'smtp', - 'mail_smtpsecure' => 'ssl', + 'mail_smtpsecure' => 'tls', 'mail_from_address' => 'no-reply', 'mail_domain' => '$PRIMARY_HOSTNAME', 'mail_smtpauthtype' => 'LOGIN',