From ea447ba24c6a5613b82b4b8a541e1b58dcab8288 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Sat, 21 Sep 2024 18:31:00 +0200 Subject: [PATCH] wip --- bundles/roundcube/files/config.inc.php | 64 ------------------- .../roundcube/files/password.config.inc.php | 2 - bundles/roundcube/items.py | 16 +++-- nodes/htz.mails.py | 2 +- 4 files changed, 11 insertions(+), 73 deletions(-) diff --git a/bundles/roundcube/files/config.inc.php b/bundles/roundcube/files/config.inc.php index c4ad8c0..8ab67d1 100644 --- a/bundles/roundcube/files/config.inc.php +++ b/bundles/roundcube/files/config.inc.php @@ -6,80 +6,16 @@ $config['enable_installer'] = true; /* Local configuration for Roundcube Webmail */ - - - - - - - - $config['db_dsnw'] = '${database['provider']}://${database['user']}:${database['password']}@${database['host']}/${database['name']}'; - - - - - - - - - - - - - - - - $config['imap_host'] = 'localhost'; - - - - - - - - - - - - - - $config['smtp_host'] = 'tls://localhost'; - - - $config['smtp_user'] = '%u'; - - - $config['smtp_pass'] = '%p'; - - - $config['support_url'] = ''; - - - - $config['des_key'] = '${des_key}'; - - $config['product_name'] = '${product_name}'; - - - - - $config['plugins'] = array(${', '.join(f'"{plugin}"' for plugin in plugins)}); - - - $config['language'] = 'de_DE'; - - - $config['smtp_conn_options'] = array( 'ssl' => array( 'verify_peer' => false, diff --git a/bundles/roundcube/files/password.config.inc.php b/bundles/roundcube/files/password.config.inc.php index 6f6cdf3..c7a4776 100644 --- a/bundles/roundcube/files/password.config.inc.php +++ b/bundles/roundcube/files/password.config.inc.php @@ -1,7 +1,5 @@