use tls by default for connecting to mail server
This commit is contained in:
parent
769c69f166
commit
35cd435135
@ -22,11 +22,11 @@ roundcube_db_name:
|
|||||||
roundcube_data_dir: /var/www/html
|
roundcube_data_dir: /var/www/html
|
||||||
|
|
||||||
# imap
|
# imap
|
||||||
roundcube_imap_host: "{{ dovecot_container | default('localhost') }}"
|
roundcube_imap_host: "tls://{{ dovecot_container | default('localhost') }}"
|
||||||
roundcube_imap_port: "143"
|
roundcube_imap_port: "143"
|
||||||
|
|
||||||
# smtp
|
# smtp
|
||||||
roundcube_smtp_host: "{{ dovecot_container | default('localhost') }}"
|
roundcube_smtp_host: "tls://{{ dovecot_container | default('localhost') }}"
|
||||||
roundcube_smtp_port: "587"
|
roundcube_smtp_port: "587"
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user