[roundcube] Brushing up

main
_shirenn 2022-12-21 18:04:11 +01:00
parent bf9cded6d5
commit 157b3a6901
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
glob_roundcube: glob_roundcube:
name: Crans name: Crans
imap_server: owl.adm.crans.org imap_server: owl.adm.crans.org
smtp_server: smtp.adm.crans.org smtp_server: tls://smtp.adm.crans.org
pgsql_server: pgsql.adm.crans.org pgsql_server: pgsql.adm.crans.org
mail_domain: crans.org mail_domain: crans.org
des_key: "{{ vault.roundcube.des_key }}" des_key: "{{ vault.roundcube.des_key }}"

View File

@ -51,7 +51,7 @@ $config['default_host'] = array(
$config['smtp_server'] = '{{ roundcube.smtp_server }}'; $config['smtp_server'] = '{{ roundcube.smtp_server }}';
// SMTP port. Use 25 for cleartext, 465 for Implicit TLS, or 587 for STARTTLS (default) // SMTP port. Use 25 for cleartext, 465 for Implicit TLS, or 587 for STARTTLS (default)
$config['smtp_port'] = 25; $config['smtp_port'] = 587;
// SMTP username (if required) if you use %u as the username Roundcube // SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login // will use the current username for login
@ -59,7 +59,7 @@ $config['smtp_user'] = '%u';
// SMTP password (if required) if you use %p as the password Roundcube // SMTP password (if required) if you use %p as the password Roundcube
// will use the current user's password for login // will use the current user's password for login
$config['smtp_pass'] = ''; $config['smtp_pass'] = '%p';
// provide an URL where a user can get support for this Roundcube installation // provide an URL where a user can get support for this Roundcube installation
// PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE! // PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE!