ush to version 1.6.0

This commit is contained in:
Sebastian Hugentobler 2022-09-10 18:18:22 +02:00
parent 53910bee43
commit eadb3c5aaa
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 4 additions and 6 deletions

View file

@ -7,7 +7,7 @@ $config['log_driver'] = 'stdout';
$config['skin'] = 'elastic';
$config['default_host'] = '{{getenv "IMAP_HOST" "tls://%n"}}';
$config['imap_host'] = '{{getenv "IMAP_HOST" "tls://%n"}}';
$config['imap_conn_options'] = array(
'ssl' => array(
'verify_peer' => true,
@ -15,8 +15,7 @@ $config['imap_conn_options'] = array(
),
);
$config['smtp_server'] = '{{getenv "SMTP_HOST" "tls://%n"}}';
$config['smtp_port'] = {{getenv "SMTP_PORT" "587"}};
$config['smtp_host'] = '{{getenv "SMTP_HOST" "tls://%n"}}:{{getenv "SMTP_PORT" "587"}}';
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';
/*$config['smtp_conn_options'] = array(