tls instead of ssl

This commit is contained in:
jkaberg 2014-08-12 12:04:27 +02:00
parent e8a1837d02
commit 5cf2965633
1 changed files with 1 additions and 1 deletions

View File

@ -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',