mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
tls instead of ssl
This commit is contained in:
parent
e8a1837d02
commit
5cf2965633
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user