mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Merge pull request #20 from YunoHost-Apps/polytan02-patch-1
Use of official TLS smtp port 587
This commit is contained in:
commit
d574f405eb
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ sieve_host = "localhost"
|
|||
sieve_port = 4190
|
||||
sieve_secure = "TLS"
|
||||
smtp_host = "localhost"
|
||||
smtp_port = 465
|
||||
smtp_secure = "SSL"
|
||||
smtp_port = 587
|
||||
smtp_secure = "TLS"
|
||||
smtp_short_login = On
|
||||
smtp_auth = On
|
||||
smtp_php_mail = Off
|
||||
|
|
Loading…
Reference in a new issue